I am trying to implement one sample word count program using Hadoop. I have downloaded and installed Hadoop 2.0.0
. I want to do this sample program using Eclipse because i think later in my real project I have to use Eclipse only.
I am not able to find Hadoop related jar files like hadoop-core.jar
and other required jar files. I searched in all the folders of 2.0 hadoop but couldn't find those files. Those same files are available in 1.0 version of Hadoop but not in 2.0 version. I would like to know where can I get these files?
I am not able to find much information about 2.0 version.
please help
hadoop-core-{version}.jar
becamehadoop-common-{version}.jar
starting with Hadoop 2+This works for me on Mac on Hadoop 2.6.0:
or just search ".jar" in the hadoop directory, you can see all the .jar files.