Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Truncates long streaming job confs (#1773)
When running a streaming job with lots of inputs, the job conf gets passed to each mapper. This can cause an exception from passing too many arguments to the mapper. This job conf is not actually, needed, so it's safe to truncate. 20000 is recommended as a safe value for this truncation in http://aajisaka.github.io/hadoop-project/hadoop-streaming/HadoopStreaming.html
- Loading branch information