Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 47104 invoked from network); 10 Nov 2008 07:47:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Nov 2008 07:47:08 -0000 Received: (qmail 55062 invoked by uid 500); 10 Nov 2008 07:47:15 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 54386 invoked by uid 500); 10 Nov 2008 07:47:12 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 54374 invoked by uid 99); 10 Nov 2008 07:47:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Nov 2008 23:47:12 -0800 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; Mon, 10 Nov 2008 07:46:01 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 669BE234C28C for ; Sun, 9 Nov 2008 23:46:44 -0800 (PST) Message-ID: <1751189050.1226303204419.JavaMail.jira@brutus> Date: Sun, 9 Nov 2008 23:46:44 -0800 (PST) From: "Hadoop QA (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-4608) Examples -Driver does not check first argument. In-Reply-To: <1658633883.1226020304120.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-4608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646189#action_12646189 ] Hadoop QA commented on HADOOP-4608: ----------------------------------- -1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12393602/HADOOP-4608.patch against trunk revision 712344. +1 @author. The patch does not contain any @author tags. -1 tests included. The patch doesn't appear to include any new or modified tests. Please justify why no tests are needed for this patch. -1 javadoc. The javadoc tool appears to have generated 1 warning messages. +1 javac. The applied patch does not increase the total number of javac compiler warnings. -1 findbugs. The patch appears to introduce 1 new Findbugs warnings. +1 Eclipse classpath. The patch retains Eclipse classpath integrity. +1 core tests. The patch passed core unit tests. +1 contrib tests. The patch passed contrib unit tests. Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3566/testReport/ Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3566/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3566/artifact/trunk/build/test/checkstyle-errors.html Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3566/console This message is automatically generated. > Examples -Driver does not check first argument. > ----------------------------------------------- > > Key: HADOOP-4608 > URL: https://issues.apache.org/jira/browse/HADOOP-4608 > Project: Hadoop Core > Issue Type: Bug > Components: examples > Affects Versions: 0.18.2 > Reporter: Edward J. Yoon > Assignee: Edward J. Yoon > Fix For: 0.18.3, 0.19.1, 0.20.0 > > Attachments: HADOOP-4608.patch > > > hadoop@vldb ~/hadoop $ bin/hadoop jar hadoop-0.18.2-examples.jar > An example program must be given as the first argument. > Valid program names are: > aggregatewordcount: An Aggregate based map/reduce program that counts the words in the input files. > aggregatewordhist: An Aggregate based map/reduce program that computes the histogram of the words in the input files. > grep: A map/reduce program that counts the matches of a regex in the input. > join: A job that effects a join over sorted, equally partitioned datasets > multifilewc: A job that counts words from several files. > pentomino: A map/reduce tile laying program to find solutions to pentomino problems. > pi: A map/reduce program that estimates Pi using monte-carlo method. > randomtextwriter: A map/reduce program that writes 10GB of random textual data per node. > randomwriter: A map/reduce program that writes 10GB of random data per node. > sleep: A job that sleeps at each map and reduce task. > sort: A map/reduce program that sorts the data written by the random writer. > sudoku: A sudoku solver. > wordcount: A map/reduce program that counts the words in the input files. > java.lang.IllegalArgumentException: An example program must be given as the first argument. > at org.apache.hadoop.util.ProgramDriver.driver(ProgramDriver.java:123) > at org.apache.hadoop.examples.ExampleDriver.main(ExampleDriver.java:54) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.hadoop.util.RunJar.main(RunJar.java:155) > at org.apache.hadoop.mapred.JobShell.run(JobShell.java:54) > at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65) > at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:79) > at org.apache.hadoop.mapred.JobShell.main(JobShell.java:68) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.