[
https://issues.apache.org/jira/browse/MAPREDUCE-580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amareshwari Sriramadasu resolved MAPREDUCE-580.
-----------------------------------------------
Resolution: Invalid
The option -cluster is no more there. Please use -jt local
> Streaming doesn't accept -cluster local
> ---------------------------------------
>
> Key: MAPREDUCE-580
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-580
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: contrib/streaming
> 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.