Wednesday, October 16, 2013

Download Sqoop 2 from cloudera using apt-get install

Today I had problems downloading the sqoop2 server and client using apt-get install. The problem was that apt wasn't able to get the correct package. I tried to manually set up the .list file in /etc/apt/sources.list.d directory according to
the cloudera link http://www.cloudera.com/content/cloudera-content/cloudera-docs/CDH4/4.2.1/CDH4-Installation-Guide/cdh4ig_topic_4_4.html

But that did not work either. Finally I was able to get it running by downloading  and installing the debian file for cloudera from http://archive.cloudera.com/cdh4/one-click-install/precise/amd64/cdh4-repository_1.0_all.deb. Here's the link for lucid systems http://archive.cloudera.com/cdh4/one-click-install/lucid/amd64/cdh4-repository_1.0_all.deb.

sudo dpkg -i cdh4-repository_1.0_all.deb

Now try

sudo apt-get install sqoop2-server
sudo apt-get install sqoop2-client

No comments:

Post a Comment