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 markus3000 <ma...@gmail.com> on 2009/05/01 20:25:28 UTC

Hadoop 0.20.0 (candidate 0)

Hi, please note

javac -classpath /hadoop/hadoop-0.20.0-core.jar  WordCount.java

gives error 

WordCount.java:69: cannot access org.apache.commons.cli.Options
class file for org.apache.commons.cli.Options not found
    String[] otherArgs = new GenericOptionsParser(conf,
args).getRemainingArg

Corresponding command works fine with 0.18.3 and 0.19.1

thanks
-- 
View this message in context: http://www.nabble.com/-VOTE--Release-Hadoop-0.20.0-%28candidate-0%29-tp22964761p23337685.html
Sent from the Hadoop core-dev mailing list archive at Nabble.com.