1 pages tagged with "hadoop"
"Unrecognized option: -files" in hadoop streaming job
August 11, 2014 - 232 words - 2 mins
I was recently working on an Elastic MapReduce Streaming setup, that required copying a few required Python files to the nodes in addition to the mapper/reducer.
After much trial & error, I ending up using the following .NET AWS SDK code to accomplish the file upload:
var mapReduce = new Streamiā¦
read more