Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-806

WordCount example does not compile given the current instructions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Incomplete
    • 0.20.1
    • None
    • examples
    • None
    • linux

    • example wordcount

    Description

      http://hadoop.apache.org/common/docs/r0.20.0/mapred_tutorial.html#Example%3A+WordCount+v1.0

      In this example, the classpath is missing commons-cli-2.0-SNAPSHOT.jar

      If we compile according to the instructions:

      $ javac -classpath /hadoop/core/hadoop-0.20.0-core.jar -d ioperf_classes/ src/WordCount.java
      src/WordCount.java:54: cannot access org.apache.commons.cli.Options
      class file for org.apache.commons.cli.Options not found
      String[] otherArgs = new GenericOptionsParser(conf, args).getRemainingArgs();

      The correct compilation should be

      $ javac -classpath /hadoop/core/hadoop-0.20.0-core.jar:/hadoop/core/lib/commons-cli-2.0-SNAPSHOT.jar -d ioperf_classes/ src/WordCount.java

      Attachments

        Activity

          People

            Unassigned Unassigned
            hyuen Hector Yuen
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: