Could not find or load main class com.sun.tools.javac.Main hadoop mapreduce
I am trying to learn MapReduce but I am a little lost right now. http://hadoop.apache.org/docs/r2.6.0/hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduceTutorial.html#Usage Particularly this set of instructions: Compile WordCount.java and create a jar: $ bin/hadoop com.sun.tools.javac.Main WordCount.java When I type in hadoop in my terminal I am able to see the "Help" made which provides arguments so I believe I have hadoop installed. When I type in the command: Compile WordCount.java and create a jar: hadoop com.sun.tools.javac.Main WordCount.java I get the error: Error: Could not