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

Arun C Murthy commented on MAPREDUCE-727:
-----------------------------------------

bq. Arun, do you mean we would add more functionality to -submit, i.e. to 
respect a jar also?

Yes, and leave 'bin/hadoop jar' as is.

bq. Going a bit off-topic from this JIRA, I think a very useful mapred command 
line would be: mapred job -submit -jar foo.jar -mapper [...]

You can already do that with -Dmapred.map.tasks=5 -Dmapred.reduce.tasks=5 and 
so on. Are you proposing we replace them with hadoop_streaming style parameters 
such as -mapper, -reducer and so on? The reason that is a problem is that we 
will have 1:1 correspondence between those switches and config knobs anyway...

> Move the bin/hadoop jar command over to bin/mapred
> --------------------------------------------------
>
>                 Key: MAPREDUCE-727
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-727
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Arun C Murthy
>             Fix For: 0.21.0
>
>
> Currently 'bin/hadoop jar' is used to submit jobs, we should move it over to 
> bin/mapred.

-- 
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