You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2007/10/19 22:58:50 UTC

[jira] Created: (HADOOP-2082) randomwriter should complain if there are too many arguments

randomwriter should complain if there are too many arguments
------------------------------------------------------------

                 Key: HADOOP-2082
                 URL: https://issues.apache.org/jira/browse/HADOOP-2082
             Project: Hadoop
          Issue Type: Improvement
            Reporter: Owen O'Malley


A user was moving from 0.13 to 0.14 and was invoking randomwriter with a config on the command line like:

bin/hadoop jar hadoop-*-examples.jar randomwriter output conf.xml

which worked in 0.13, but in 0.14 it ignores the conf.xml without complaining. The equivalent is 

bin/hadoop jar hadoop-*-examples.jar randomwriter -conf conf.xml output 

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