Julian Zhou created AVRO-1374:
---------------------------------
Summary: COMPILATION ERROR with Hadoop 2.1.0-beta due to the
removal of some deprecated org.apache.hadoop.mapred.TaskLog#captureOutAndError
methods
Key: AVRO-1374
URL: https://issues.apache.org/jira/browse/AVRO-1374
Project: Avro
Issue Type: Bug
Components: java
Affects Versions: 1.7.5, 1.7.4
Reporter: Julian Zhou
Fix For: 1.7.6, 1.8.0, 1.7.5, 1.7.4
When compiling Avro with Hadoop 2.1.0-beta, met the following issue:
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/var/lib/jenkins/jobs/IBM-Avro-1.7.4-review/workspace/lang/java/mapred/src/main/java/org/apache/avro/mapred/tether/TetheredProcess.java:[157,21]
captureOutAndError(java.util.List<java.lang.String>,java.util.List<java.lang.String>,java.io.File,java.io.File,long,boolean)
in org.apache.hadoop.mapred.TaskLog cannot be applied to
(java.util.List<java.lang.String>,java.io.File,java.io.File,long)
This is due to the removal of some deprecated
org.apache.hadoop.mapred.TaskLog#captureOutAndError methods.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira