Hadoop MapReduce编程创建maven项目时所用到的pom依赖


            junit
            junit
            3.8.1
            test
       

       
            org.apache.hadoop
            hadoop-common
            2.6.0
       

       
            org.apache.hadoop
            hadoop-client
            2.6.0
       

       
            org.apache.hadoop
            hadoop-hdfs
            2.6.0
       

       
            jdk.tools
            jdk.tools
            1.7
            system
            ${JAVA_HOME}/lib/tools.jar
       

你可能感兴趣的:(hadoop,mapreduce,hadoop)