compile-core-test fails to compile
----------------------------------

                 Key: HADOOP-3798
                 URL: https://issues.apache.org/jira/browse/HADOOP-3798
             Project: Hadoop Core
          Issue Type: Bug
          Components: build
    Affects Versions: 0.18.0
            Reporter: Mukund Madhugiri
            Priority: Blocker


compile-core-test fails to compile on branch-0.18

compile-core-test:
   [javac] Compiling 7 source files to /branch-0.18/build/test/classes
   [javac] Note: Some input files use unchecked or unsafe operations.
   [javac] Note: Recompile with -Xlint:unchecked for details.
   [javac] Compiling 238 source files to /branch-0.18/build/test/classes
   [javac] /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:27: 
package org.apache.hadoop.hdfs does not exist
   [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
   [javac]                              ^
   [javac] /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:38: 
cannot find symbol
   [javac] symbol  : class MiniDFSCluster
   [javac] location: class org.apache.hadoop.mapred.TestJobShell
   [javac]     MiniDFSCluster dfs = null;
   [javac]     ^
   [javac] /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:45: 
cannot find symbol
   [javac] symbol  : class MiniDFSCluster
   [javac] location: class org.apache.hadoop.mapred.TestJobShell
   [javac]       dfs = new MiniDFSCluster(conf, 2 , true, null);
   [javac]                 ^
   [javac] Note: Some input files use or override a deprecated API.
   [javac] Note: Recompile with -Xlint:deprecation for details.
   [javac] 3 errors

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to