Streaming: support local execution
----------------------------------
Key: HADOOP-2280
URL: https://issues.apache.org/jira/browse/HADOOP-2280
Project: Hadoop
Issue Type: Improvement
Components: contrib/streaming
Reporter: arkady borkovsky
For streaming, local execution does not involve hadoop.
It is just
hdfs -cat input | mapper-command | sort | reducer command
While a user can do this herself, having an option to do this by using the
infrastructure would greatly simplify user script and and make it easier to
ensure that the process will run on the cluster as expected.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.