TestCustomOutputCommitter fails on hadoop-0.19
----------------------------------------------
Key: HADOOP-4992
URL: https://issues.apache.org/jira/browse/HADOOP-4992
Project: Hadoop Core
Issue Type: Bug
Components: mapred
Affects Versions: 0.19.0
Reporter: Amar Kamat
Priority: Blocker
Test compilation fails on 0.19 with the following error
{noformat}
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
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.