Jean-Baptiste Onofré created AVRO-4020:
------------------------------------------
Summary: org.apache.avro.mapred.tether.TestWordCountTether is
failing
Key: AVRO-4020
URL: https://issues.apache.org/jira/browse/AVRO-4020
Project: Apache Avro
Issue Type: Bug
Components: java
Affects Versions: 1.11.3
Reporter: Jean-Baptiste Onofré
On {{branch-1.11}} branch, the
{{org.apache.avro.mapred.tether.TestWordCountTether}} tests are failing:
{code:java}
-------------------------------------------------------------------------------
Test set: org.apache.avro.mapred.tether.TestWordCountTether
-------------------------------------------------------------------------------
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 85.93 s <<<
FAILURE! -- in org.apache.avro.mapred.tether.TestWordCountTether
org.apache.avro.mapred.tether.TestWordCountTether.testJob -- Time elapsed:
67.08 s <<< ERROR!
java.io.IOException: Job failed!
at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:876)
at org.apache.avro.mapred.tether.TetherJob.runJob(TetherJob.java:114)
at
org.apache.avro.mapred.tether.TestWordCountTether._runjob(TestWordCountTether.java:93)
at
org.apache.avro.mapred.tether.TestWordCountTether.testJob(TestWordCountTether.java:118)
at java.lang.reflect.Method.invoke(Method.java:498)
org.apache.avro.mapred.tether.TestWordCountTether.testhtp -- Time elapsed:
18.47 s <<< ERROR!
java.io.IOException: Job failed!
at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:876)
at org.apache.avro.mapred.tether.TetherJob.runJob(TetherJob.java:114)
at
org.apache.avro.mapred.tether.TestWordCountTether._runjob(TestWordCountTether.java:93)
at
org.apache.avro.mapred.tether.TestWordCountTether.testhtp(TestWordCountTether.java:129)
at java.lang.reflect.Method.invoke(Method.java:498) {code}
I'm checking if environment/configuration or actually a "real" failure.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)