Streaming doesn't accept -cluster local
---------------------------------------
Key: HADOOP-1956
URL: https://issues.apache.org/jira/browse/HADOOP-1956
Project: Hadoop
Issue Type: Bug
Components: contrib/streaming
Affects Versions: 0.13.1
Reporter: Dick King
Here is the bug fix:
...src/contrib/streaming/src/java/org/apache/hadoop/streaming/StreamJob.java
384,385d383
< Option cluster = createOption("cluster",
< "The cluster to process the data", "<h:p>|local", 1, false);
422d419
< withOption(cluster).
461d457
< System.out.println(" -cluster <h:p|local> optional -- overrides
cluster config");
805c801
<
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.