Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

install hadoop client on unmanaged host

avatar
Explorer

Hello,

 

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 hadoop-client, and adding the site configuration files should do the trick.

 

But I can't find hadoop-client!

 

Here is yum repo:

 

 

[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

 

 

And the output of yum:

 

 

$ 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

Your help is appreciated.

10 REPLIES 10

avatar
New Contributor

Hi ,

 

I want to install cdh5.15.1 hadoop client on my Ubuntu 16.04 host. 

I have added the repo url in /etc/apt/sources.list.d/cloudera.list file.

How can I specify a particular hadoop-client version in apt-get command.

I thought apt-get install hadoop-client=< version > should work.

But I am unable to figure out the version number.

Here is the link for repo

http://archive.cloudera.com/cdh5/ubuntu/xenial/amd64/cdh/pool/contrib/h/hadoop/

 

Thanks 🙂