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

correct example code in /api/org/apache/hadoop/util/Tool.html

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Duplicate
    • 0.20.2
    • None
    • documentation
    • None
    • None

    Description

      a trivial mistake in example code. But I wondered where Sort() was come from for a few days.

      < int res = ToolRunner.run(new Configuration(), new Sort(), args);

      > int res = ToolRunner.run(new Configuration(), new MyApp(), args);

      Attachments

        1. Tool.html.patch
          0.8 kB
          minoru nishikubo
        2. Tool.java.patch
          0.8 kB
          minoru nishikubo

        Activity

          People

            Unassigned Unassigned
            minish minoru nishikubo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: