Dear Sir,
I am writing a simple map reduce in python. I need to submit it to map reduce frame work in hadoop. So need the streaming jar location .
Example
I am using following type of command
hadoop jar …/hadoop-streaming-*.jar -file mapper.py -mapper mapper.py -file reducer.py -reducer reducer.py -input …/sample.txt -output …/output.txt
I want to use hadoop-streaming-*.jar . please tell me where these jars are located.
Regards,
Sarkar