简体   繁体   中英

cloudera distribution of hadoop not getting installed

I am installing cdh4 by following the manual given in cloudera installation manual but is not able to install jobtacker, tasktracker using apt-get. Can some one help me out.

hduser@Dell:~$ sudo apt-get install hadoop-0.20-mapreduce-jobtracker
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package hadoop-0.20-mapreduce-jobtracker
E: Couldn't find any package by regex 'hadoop-0.20-mapreduce-jobtracker'

You need to add Cloudera repository address to your Linux.

For Debian:

deb http://archive.cloudera.com/cdh4/ -cdh4 contrib
deb-src http://archive.cloudera.com/cdh4/ -cdh4 contrib

For Ubuntu:

deb [arch=amd64] http://archive.cloudera.com/cdh4/ -cdh4 contrib
deb-src http://archive.cloudera.com/cdh4/ -cdh4 contrib

Of course, depends on the version of Cloudera that you are planning to use.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM