Reputation: 111
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
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.
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