Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 21375 invoked from network); 11 Nov 2009 19:53:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Nov 2009 19:53:06 -0000 Received: (qmail 18398 invoked by uid 500); 11 Nov 2009 19:53:03 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 18332 invoked by uid 500); 11 Nov 2009 19:53:03 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 18260 invoked by uid 99); 11 Nov 2009 19:53:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Nov 2009 19:53:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Nov 2009 19:53:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 995DD234C1EF for ; Wed, 11 Nov 2009 11:52:39 -0800 (PST) Message-ID: <2096725224.1257969159613.JavaMail.jira@brutus> Date: Wed, 11 Nov 2009 19:52:39 +0000 (UTC) From: "Todd Lipcon (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-727) Move the bin/hadoop jar command over to bin/mapred In-Reply-To: <71686691.1247002095177.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MAPREDUCE-727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12776613#action_12776613 ] Todd Lipcon commented on MAPREDUCE-727: --------------------------------------- bq. 'bin/hadoop job -submit' would be the same functionality as 'bin/hadoop jar', hence there is no dissonance? It seems strange to me from a user's perspective since the rest of the "job" commands target single jobs, and that one could submit 0, 1, or N jobs. 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 com.mycorp.FooMapper -reducer com.mycorp.FooReducer -input blah -output blah -inputformat blah -outputformat blah -numReducers 3 ... this makes sense as a generic "always one job submitted" interface, whereas we could keep "hadoop jar foo.jar" to mean "run this jar with all of the hadoop environment stuff set up" > 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.