8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Currently, if a setup command writes to stdout, it'll be interpreted by Hadoop Streaming as part of the task's output.
We should put all the setup commands in a subshell where we close stdin and redirect stdout to stderr.