[ 
https://issues.apache.org/jira/browse/MAPREDUCE-595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878945#action_12878945
 ] 

Karam Singh commented on MAPREDUCE-595:
---------------------------------------

Ignore my previous comment. This issue does not exist anymore. 

> streaming command line does not honor -jt option
> ------------------------------------------------
>
>                 Key: MAPREDUCE-595
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-595
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming
>            Reporter: Karam Singh
>            Priority: Minor
>
> ran hadoop streaming command as -:
> bin/hadoop jar contrib/streaming/hadoop-*-streaming.jar -input <input path> 
> -mapper <mapper> -reducer <reducer> -output <output path>  -dfs h:p -jt h:p
> (Make sure hadoop-site.xml is not in config dir. dfs abnd jt are running )
> Streaming will run as local runner 
> On looking at StreamJob.java following was found -:
> String jt = (String)cmdLine.getValue("mapred.job.tracker");
>       if (null != jt){
>         userJobConfProps_.put("fs.default.name", jt);        
>       }
> Where usage is having create option like -:
> Option jt = createOption("jt", 
>                              "Optional. Override JobTracker configuration", 
> "<h:p>|local", 1, false);

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to