Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 30461 invoked from network); 24 Aug 2007 19:23:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Aug 2007 19:23:54 -0000 Received: (qmail 47487 invoked by uid 500); 24 Aug 2007 19:23:50 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 47168 invoked by uid 500); 24 Aug 2007 19:23:50 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 47159 invoked by uid 99); 24 Aug 2007 19:23:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2007 12:23:49 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2007 19:24:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9CAD171418E for ; Fri, 24 Aug 2007 12:23:30 -0700 (PDT) Message-ID: <25270935.1187983410622.JavaMail.jira@brutus> Date: Fri, 24 Aug 2007 12:23:30 -0700 (PDT) From: "Christophe Taton (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-1767) JobClient CLI cleanup and improvement In-Reply-To: <9528803.1187844510692.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-1767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christophe Taton updated HADOOP-1767: ------------------------------------- Status: Patch Available (was: Open) > JobClient CLI cleanup and improvement > ------------------------------------- > > Key: HADOOP-1767 > URL: https://issues.apache.org/jira/browse/HADOOP-1767 > Project: Hadoop > Issue Type: Improvement > Components: mapred > Reporter: Christophe Taton > Assignee: Christophe Taton > Priority: Minor > Fix For: 0.15.0 > > Attachments: 1767_2007-08-24a.patch > > > Only modifies mapred.JobClient: > - adds a {{-list}} command: {{hadoop job -list}}, to list currently running jobs from the CLI. > - moves and update the usage message (outdated) into a separate method > -- {{-kill}} does not accept anything else but {{}} > -- {{-event}} takes 3 parameters > - simplified and corrected the arguments processing (unused {{for}} loop, accurate checks) > - {{-events}} did not work > - {{JobClient.close()}} is empty; should it be removed? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.