<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: install hadoop client on unmanaged host in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/install-hadoop-client-on-unmanaged-host/m-p/78819#M37863</link>
    <description>&lt;P&gt;I did the setup on a Centos7 host.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Get this error when I try to run command. Using AWS Elastic IP for the single node cluster, so public IP is in hosts file (edge node).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root@edgenode ~]# sudo -u hdfs hadoop fs -ls /ds-datalake&lt;BR /&gt;-ls: java.net.UnknownHostException: ip-172-31-26-58.ec2.internal&lt;BR /&gt;Usage: hadoop fs [generic options] -ls [-C] [-d] [-h] [-q] [-R] [-t] [-S] [-r] [-u] [&amp;lt;path&amp;gt; ...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Core-site.xml has this set (private ip):&lt;/P&gt;&lt;P&gt;&amp;lt;configuration&amp;gt;&lt;BR /&gt;&amp;lt;property&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;fs.defaultFS&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;hdfs://ip-172-31-26-58.ec2.internal:8020&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/4054"&gt;@bgooley&lt;/a&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Aug 2018 16:26:53 GMT</pubDate>
    <dc:creator>AKB</dc:creator>
    <dc:date>2018-08-22T16:26:53Z</dc:date>
    <item>
      <title>install hadoop client on unmanaged host</title>
      <link>https://community.cloudera.com/t5/Support-Questions/install-hadoop-client-on-unmanaged-host/m-p/65927#M37859</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to install the Hadoop client components on a host that is not managed by Cloudera Manager. After doing some digging, some people suggested that simply installing the &lt;STRONG&gt;hadoop-client&lt;/STRONG&gt;, and adding the site configuration files should do the trick.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I can't find hadoop-client!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is&amp;nbsp;yum repo:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[cloudera-manager]
name = Cloudera Manager, Version 5.12.1
baseurl = https://archive.cloudera.com/cm5/redhat/7/x86_64/cm/5.12.1/
gpgkey = https://archive.cloudera.com/redhat/cdh/RPM-GPG-KEY-cloudera
gpgcheck = 1&lt;/PRE&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the output of yum:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$ sudo yum install hadoop-client
Loaded plugins: fastestmirror
...
cloudera-manager                               |  951 B  00:00:00     
...
...
cloudera-manager/primary                       | 4.3 kB  00:00:00     
...
...
cloudera-manager                               7/7
No package hadoop-client available.
Error: Nothing to do&lt;/PRE&gt;&lt;P&gt;Your help is appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 13:02:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/install-hadoop-client-on-unmanaged-host/m-p/65927#M37859</guid>
      <dc:creator>ramin</dc:creator>
      <dc:date>2022-09-16T13:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: install hadoop client on unmanaged host</title>
      <link>https://community.cloudera.com/t5/Support-Questions/install-hadoop-client-on-unmanaged-host/m-p/65936#M37860</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/26242"&gt;@ramin&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are some general instructions I found internally.&amp;nbsp;&lt;STRONG&gt;Note:&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;You can change the path to match the &lt;STRONG&gt;OS release&lt;/STRONG&gt; and &lt;STRONG&gt;CDH version&lt;/STRONG&gt; of the client you need.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;On the external host download the CDH repo file to the &lt;SPAN&gt;/etc/yum.repos.d/&lt;/SPAN&gt; directory:&lt;PRE&gt;curl -O https://archive.cloudera.com/cdh5/redhat/6/x86_64/cdh/cloudera-cdh5.repo&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Edit the base URL in the &lt;SPAN&gt;cloudera-cdh5.repo&lt;/SPAN&gt; file to install the CDH version (otherwise it will install the latest). For example, to install the 5.7.1 hadoop-client, update the &lt;SPAN&gt;baseurl&lt;/SPAN&gt; to:&lt;PRE&gt;baseurl=https://archive.cloudera.com/cdh5/redhat/6/x86_64/cdh/5.7.1/&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Install the &lt;SPAN&gt;hadoop&lt;/SPAN&gt;&lt;SPAN&gt;-client&lt;/SPAN&gt; rpm:&lt;PRE&gt;$ yum clean all
$ yum install hadoop-client&lt;/PRE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; (See &lt;A href="http://archive.cloudera.com/cdh5/redhat/6/x86_64/cdh/5.7.1/RPMS/x86_64/" target="_blank"&gt;http://archive.cloudera.com/cdh5/redhat/6/x86_64/cdh/5.7.1/RPMS/x86_64/&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;In Cloudera Manager navigate to, &lt;STRONG&gt;HDFS -&amp;gt; "Actions" drop down -&amp;gt; "Download Client Configuration"&lt;/STRONG&gt;&amp;nbsp;(this will download a zip file called &lt;SPAN&gt;hdfs-clientconfig.zip&lt;/SPAN&gt;).&lt;/LI&gt;&lt;LI&gt;Move the zip&amp;nbsp;file over to the external host and unzip it.&lt;/LI&gt;&lt;LI&gt;Copy all the unzipped configuration files to &lt;SPAN&gt;/etc/&lt;/SPAN&gt;&lt;SPAN&gt;hadoop&lt;/SPAN&gt;&lt;SPAN&gt;/conf&lt;/SPAN&gt;. Example:&lt;PRE&gt;$ cp * &amp;nbsp;/etc/hadoop/conf&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Run hadoop commands. Example:&lt;PRE&gt;$ sudo -u hdfs hadoop fs -ls&lt;/PRE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;Note:&amp;nbsp;&lt;/STRONG&gt;You can also download the RPM file and install locally if desired.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 31 Mar 2018 20:37:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/install-hadoop-client-on-unmanaged-host/m-p/65936#M37860</guid>
      <dc:creator>bgooley</dc:creator>
      <dc:date>2018-03-31T20:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: install hadoop client on unmanaged host</title>
      <link>https://community.cloudera.com/t5/Support-Questions/install-hadoop-client-on-unmanaged-host/m-p/78815#M37861</link>
      <description>&lt;P&gt;Question on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does the edge node be configured to be able to do passwordless ssh to the namenode?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 15:29:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/install-hadoop-client-on-unmanaged-host/m-p/78815#M37861</guid>
      <dc:creator>AKB</dc:creator>
      <dc:date>2018-08-22T15:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: install hadoop client on unmanaged host</title>
      <link>https://community.cloudera.com/t5/Support-Questions/install-hadoop-client-on-unmanaged-host/m-p/78818#M37862</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/26747"&gt;@AKB&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No.&lt;/P&gt;&lt;P&gt;Your client will communicate with the NameNode itself over network.&amp;nbsp; It does not need to authenticate to the host.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 16:02:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/install-hadoop-client-on-unmanaged-host/m-p/78818#M37862</guid>
      <dc:creator>bgooley</dc:creator>
      <dc:date>2018-08-22T16:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: install hadoop client on unmanaged host</title>
      <link>https://community.cloudera.com/t5/Support-Questions/install-hadoop-client-on-unmanaged-host/m-p/78819#M37863</link>
      <description>&lt;P&gt;I did the setup on a Centos7 host.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Get this error when I try to run command. Using AWS Elastic IP for the single node cluster, so public IP is in hosts file (edge node).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root@edgenode ~]# sudo -u hdfs hadoop fs -ls /ds-datalake&lt;BR /&gt;-ls: java.net.UnknownHostException: ip-172-31-26-58.ec2.internal&lt;BR /&gt;Usage: hadoop fs [generic options] -ls [-C] [-d] [-h] [-q] [-R] [-t] [-S] [-r] [-u] [&amp;lt;path&amp;gt; ...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Core-site.xml has this set (private ip):&lt;/P&gt;&lt;P&gt;&amp;lt;configuration&amp;gt;&lt;BR /&gt;&amp;lt;property&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;fs.defaultFS&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;hdfs://ip-172-31-26-58.ec2.internal:8020&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/4054"&gt;@bgooley&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 16:26:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/install-hadoop-client-on-unmanaged-host/m-p/78819#M37863</guid>
      <dc:creator>AKB</dc:creator>
      <dc:date>2018-08-22T16:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: install hadoop client on unmanaged host</title>
      <link>https://community.cloudera.com/t5/Support-Questions/install-hadoop-client-on-unmanaged-host/m-p/78826#M37864</link>
      <description>&lt;P&gt;OK, I have fixed this issue by replacing the core-site.xml file IP address with the public one. That allows me to list hadoop dirs on cluster.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But read/write operations give errors like the following. Any ideas what config changes are needed on client side files to allow this to work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[root@edgenode bin]# hadoop fs -put hdfs-clientconfig-aws.zip /ds-datalake/misc&lt;BR /&gt;18/08/22 13:00:28 INFO hdfs.DFSClient: Exception in createBlockOutputStream&lt;BR /&gt;java.net.ConnectException: Connection refused&lt;BR /&gt;at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)&lt;BR /&gt;at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)&lt;BR /&gt;at org.apache.hadoop.net.SocketIOWithTimeout.connect(SocketIOWithTimeout.java:206)&lt;BR /&gt;at org.apache.hadoop.net.NetUtils.connect(NetUtils.java:530)&lt;BR /&gt;at org.apache.hadoop.hdfs.DFSOutputStream.createSocketForPipeline(DFSOutputStream.java:2008)&lt;BR /&gt;at org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.createBlockOutputStream(DFSOutputStream.java:1715)&lt;BR /&gt;at org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.nextBlockOutputStream(DFSOutputStream.java:1668)&lt;BR /&gt;at org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.run(DFSOutputStream.java:790)&lt;BR /&gt;18/08/22 13:00:28 WARN hdfs.DFSClient: Abandoning BP-49600184-172.31.26.58-1534798007391:blk_1073745239_4416&lt;BR /&gt;18/08/22 13:00:28 WARN hdfs.DFSClient: Excluding datanode DatanodeInfoWithStorage[172.31.26.58:50010,DS-0c88ebaf-aa0b-407c-8b64-e02a02eeac3c,DISK]&lt;BR /&gt;18/08/22 13:00:28 WARN hdfs.DFSClient: DataStreamer Exception&lt;BR /&gt;org.apache.hadoop.ipc.RemoteException(java.io.IOException): File /ds-datalake/misc/hdfs-clientconfig-aws.zip._COPYING_ could only be replicated to 0 nodes instead of minReplication (=1). There are 1 datanode(s) running and 1 node(s) are excluded in this operation.&lt;BR /&gt;at org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.chooseTarget4NewBlock(BlockManager.java:1719)&lt;BR /&gt;at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getAdditionalBlock(FSNamesystem.java:3505)&lt;BR /&gt;at org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer.addBlock(NameNodeRpcServer.java:694)&lt;BR /&gt;at org.apache.hadoop.hdfs.server.namenode.AuthorizationProviderProxyClientProtocol.addBlock(AuthorizationProviderProxyClientProtocol.java:219)&lt;BR /&gt;at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolServerSideTranslatorPB.addBlock(ClientNamenodeProtocolServerSideTranslatorPB.java:507)&lt;BR /&gt;at org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ClientNamenodeProtocol$2.callBlockingMethod(ClientNamenodeProtocolProtos.java)&lt;BR /&gt;at org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:617)&lt;BR /&gt;at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:1073)&lt;BR /&gt;at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2281)&lt;BR /&gt;at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2277)&lt;BR /&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;at javax.security.auth.Subject.doAs(Subject.java:415)&lt;BR /&gt;at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1920)&lt;BR /&gt;at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2275)&lt;/P&gt;&lt;P&gt;at org.apache.hadoop.ipc.Client.call(Client.java:1504)&lt;BR /&gt;at org.apache.hadoop.ipc.Client.call(Client.java:1441)&lt;BR /&gt;at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:230)&lt;BR /&gt;at com.sun.proxy.$Proxy10.addBlock(Unknown Source)&lt;BR /&gt;at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.addBlock(ClientNamenodeProtocolTranslatorPB.java:425)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:258)&lt;BR /&gt;at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:104)&lt;BR /&gt;at com.sun.proxy.$Proxy11.addBlock(Unknown Source)&lt;BR /&gt;at org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.locateFollowingBlock(DFSOutputStream.java:1860)&lt;BR /&gt;at org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.nextBlockOutputStream(DFSOutputStream.java:1656)&lt;BR /&gt;at org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.run(DFSOutputStream.java:790)&lt;BR /&gt;put: File /ds-datalake/misc/hdfs-clientconfig-aws.zip._COPYING_ could only be replicated to 0 nodes instead of minReplication (=1). There are 1 datanode(s) running and 1 node(s) are excluded in this operation.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 18:01:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/install-hadoop-client-on-unmanaged-host/m-p/78826#M37864</guid>
      <dc:creator>AKB</dc:creator>
      <dc:date>2018-08-22T18:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: install hadoop client on unmanaged host</title>
      <link>https://community.cloudera.com/t5/Support-Questions/install-hadoop-client-on-unmanaged-host/m-p/78842#M37865</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/26747"&gt;@AKB&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks like your client cannot access DataNodes to write out blocks.&lt;/P&gt;&lt;P&gt;You could edit your /etc/hosts file on the client to map your private hostnames to the public hostnames (for all hosts in the cluster).&amp;nbsp; That might work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There may be a more elegant solution, but that should get you by if you can resolve the IPs ok.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 23:35:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/install-hadoop-client-on-unmanaged-host/m-p/78842#M37865</guid>
      <dc:creator>bgooley</dc:creator>
      <dc:date>2018-08-22T23:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: install hadoop client on unmanaged host</title>
      <link>https://community.cloudera.com/t5/Support-Questions/install-hadoop-client-on-unmanaged-host/m-p/78844#M37866</link>
      <description>&lt;P&gt;Thanks for the comment. Not sure how to do this private to public mapping. Any help is appreciated. Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what the hosts file on client looks like right now:&lt;/P&gt;&lt;P&gt;127.0.0.1 localhost.localdomain localhost&lt;BR /&gt;192.168.157.154 edgenode.local.com edgenode&lt;BR /&gt;18.215.25.118 ec2-18-215-25-118.compute-1.amazonaws.com ec2-18-215-25-118&amp;nbsp; &amp;nbsp; &amp;lt;-- Public IP of server&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 23:40:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/install-hadoop-client-on-unmanaged-host/m-p/78844#M37866</guid>
      <dc:creator>AKB</dc:creator>
      <dc:date>2018-08-22T23:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: install hadoop client on unmanaged host</title>
      <link>https://community.cloudera.com/t5/Support-Questions/install-hadoop-client-on-unmanaged-host/m-p/78845#M37867</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/26747"&gt;@AKB&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Find what IP address you can use to access a DataNode host.&lt;/P&gt;&lt;P&gt;Map that to the hostname of the host that is returned by "hostname -f" on that host.&lt;/P&gt;&lt;P&gt;Since the NameNode returns the DataNode hostname, you need to be sure your edge host can resolve that hostname to an IP that is reachable by your client.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 23:43:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/install-hadoop-client-on-unmanaged-host/m-p/78845#M37867</guid>
      <dc:creator>bgooley</dc:creator>
      <dc:date>2018-08-22T23:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: install hadoop client on unmanaged host</title>
      <link>https://community.cloudera.com/t5/Support-Questions/install-hadoop-client-on-unmanaged-host/m-p/78850#M37868</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/4054"&gt;@bgooley&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the tip. That worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, putting the public IP and private hostname in hosts file on client did the trick. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 03:08:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/install-hadoop-client-on-unmanaged-host/m-p/78850#M37868</guid>
      <dc:creator>AKB</dc:creator>
      <dc:date>2018-08-23T03:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: install hadoop client on unmanaged host</title>
      <link>https://community.cloudera.com/t5/Support-Questions/install-hadoop-client-on-unmanaged-host/m-p/82363#M37869</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to install cdh5.15.1 hadoop client on my Ubuntu 16.04 host.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have added the repo url in /etc/apt/sources.list.d/cloudera.list file.&lt;/P&gt;&lt;P&gt;How can I specify a particular hadoop-client version in apt-get command.&lt;/P&gt;&lt;P&gt;I thought apt-get install hadoop-client=&amp;lt; version &amp;gt; should work.&lt;/P&gt;&lt;P&gt;But I am unable to figure out the version number.&lt;/P&gt;&lt;P&gt;Here is the link for repo&lt;/P&gt;&lt;P&gt;&lt;A href="http://archive.cloudera.com/cdh5/ubuntu/xenial/amd64/cdh/pool/contrib/h/hadoop/" target="_blank"&gt;http://archive.cloudera.com/cdh5/ubuntu/xenial/amd64/cdh/pool/contrib/h/hadoop/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 13:59:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/install-hadoop-client-on-unmanaged-host/m-p/82363#M37869</guid>
      <dc:creator>vaibhav06</dc:creator>
      <dc:date>2018-11-15T13:59:53Z</dc:date>
    </item>
  </channel>
</rss>

