Yasodhara
Yasodhara

Reputation: 111

Can anyone suggest compatibility versions of hadoop, sqoop, hbase and hive

I used hadoop 2.5.2, hbase 0.98.* version,hive 1.2.1 versions. Now sqoop is not compatible with hadoop version. If i change hadoop>2.5 hbase and hive will not support. Can anyone helps me to solve this issue.Thanks in advance.

Upvotes: 1

Views: 4879

Answers (2)

ravi
ravi

Reputation: 1088

Following are the compatible versions of the Hadoop ecosystem installed on Cloudera Virtual Machine cdh5.3.10.

Your mentioned Hadoop version 2.5.2 should be compatible with the list as well.

  • hadoop-2.5.0
  • hbase-0.98.6
  • hive-0.13.1
  • hue-3.7.0
  • oozie-4.0.0
  • pig-0.12.0
  • sqoop-1.4.5
  • sqoop2-1.99.4
  • zookeeper-3.4.5

I am not sure the reason behind installing Hadoop and its components on your system, but if you just want to learn Hadoop framework then i recommend to start with installing Cloudera QuickStart virtual machine on your OSX system provided your system has all the hardware prerequisites:

http://www.cloudera.com/downloads/quickstart_vms/5-8.html

Cloudera QuickStart virtual machines include everything you need to try Hadoop, MapReduce, Hive, Pig, Impala, etc. and Eclipse IDE as well.

See my answer here: Hadoop : how to start my first project

Upvotes: 1

Dev
Dev

Reputation: 13753

You can refer Apache release versions from HDP. You can use:

  • Apache Hadoop 2.7.1
  • Apache HBase 1.1.2
  • Apache Hive 1.2.1
  • Apache Sqoop 1.4.6

(Refereed from HDP 2.4.2)

Upvotes: 0

Related Questions