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

ant test on trunk does not compile.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • None
    • 0.21.0
    • None
    • None

    Description

      ant test on trunk fails to compile with the following error:

          [javac] Compiling 264 source files to /home/mahadev/workspace/hadoop-commit-trunk/mapreduce/build/test/mapred/classes
          [javac] /mapreduce/src/test/mapred/org/apache/hadoop/mapred/TestSubmitJob.java:266: \
                  getListing(java.lang.String,byte[]) in org.apache.hadoop.hdfs.protocol.ClientProtocol \
                  cannot be applied to (java.lang.String)
          [javac]         client.getListing(path.toString());
          [javac]               ^
          [javac] /mapreduce/src/test/mapred/org/apache/hadoop/mapred/TestSubmitJob.java:279: \
                  getListing(java.lang.String,byte[]) in org.apache.hadoop.hdfs.protocol.ClientProtocol \
                  cannot be applied to (java.lang.String)
          [javac]         client.getListing(jobSubmitDirpath.toString());
          [javac]               ^
          [javac] Note: Some input files use or override a deprecated API.
          [javac] Note: Recompile with -Xlint:deprecation for details.
          [javac] 2 errors
      
      BUILD FAILED
      

      Attachments

        1. M1615-0.patch
          2 kB
          Christopher Douglas

        Activity

          People

            cdouglas Christopher Douglas
            mahadev Mahadev Konar
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: