Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-4992

TestCustomOutputCommitter fails on hadoop-0.19

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 0.19.0
    • 0.19.1
    • None
    • None

    Description

      Test compilation fails on 0.19 with the following error

      compile-core-test:
          [javac] Compiling 7 source files to /path/to/classes
          [javac] Note: Some input files use unchecked or unsafe operations.
          [javac] Note: Recompile with -Xlint:unchecked for details.
          [javac] Compiling 295 source files to /path/to/classes
          [javac] /path/to/test/TestCustomOutputCommitter.java:57: cannot find symbol
          [javac] symbol  : class WordCount
          [javac] location: class org.apache.hadoop.mapred.TestCustomOutputCommitter
          [javac]       int ret = ToolRunner.run(jobConf, new WordCount(), args);
          [javac]                                             ^
          [javac] Note: Some input files use or override a deprecated API.
          [javac] Note: Recompile with -Xlint:deprecation for details.
          [javac] 1 error
      
      

      Attachments

        1. patch-4992.txt
          0.6 kB
          Amareshwari Sriramadasu
        2. patch-4992.txt
          0.7 kB
          Amareshwari Sriramadasu

        Activity

          People

            amareshwari Amareshwari Sriramadasu
            amar_kamat Amar Kamat
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: