How to import org.apache Java dependencies w/ or w/o Maven

前端 未结 7 1214
南旧
南旧 2020-12-09 11:50

So the quick background is I am creating a java program, that uses many different imports

    import org.apache.hadoop.conf.*;
    import org.apache.hadoop.f         


        
7条回答
  •  既然无缘
    2020-12-09 12:38

    Refer tutorial http://www.tutorialspoint.com/hadoop/hadoop_mapreduce.htm

    It mentions :-

    Download Hadoop-core-1.2.1.jar, which is used to compile and execute the MapReduce program. Visit the following link http://mvnrepository.com/artifact/org.apache.hadoop/hadoop-core/1.2.1 to download the jar.

提交回复
热议问题