I am very new to Hadoop and was trying to run a simple program using this.
I have copied the local example data to hdfs, but during my map reduce job when I am running this command as per the official apache documentation
hadoop jar hadoop-streaming-2.7.3.jar \
-input /user/hduser/gutenberg/* \
-output /user/hduser/gutenberg-output \
-mapper /home/hduser/mapper.py \
-reducer /home/hduser/reducer.py
I am getting this error
Not a valid JAR: /usr/lib/hadoop-streaming-2.7.3.jar
Please try to help me.