I wanted to switch from Hadoop 1.2.1 to Hadoop 2.2. In my project I\'m using Maven and it can handle
org.apache.hadoo
For Hadoop 2.2.0, the corresponding package name should be as follows (2014.05.27):
org.apache.hadoop
hadoop-common
2.2.0
org.apache.hadoop
hadoop-mapreduce-client-core
2.2.0
org.apache.hadoop
hadoop-hdfs
2.2.0
reference:
http://mvnrepository.com/artifact/org.apache.hadoop/hadoop-common/2.2.0
http://mvnrepository.com/artifact/org.apache.hadoop/hadoop-mapreduce-client-core/2.2.0
http://mvnrepository.com/artifact/org.apache.hadoop/hadoop-hdfs/2.2.0