Hadoop 2.2 and Maven

前端 未结 2 1421
既然无缘
既然无缘 2020-12-24 02:27

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         


        
2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-24 02:56

    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

提交回复
热议问题