Need streaming Jar location

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

Dear Sir,
I got everything. So need to share any response for this thread.

Regards,
Sarkar

Hi @Saugata_Sarkar,

You can find streaming JAR here

Thanks

Thank You Abhinav for all your help.
I already got it. So no worries.

Regards,
Sarkar