Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
0.19.0
-
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