Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.11.3
-
None
-
None
Description
On branch-1.11 branch, the org.apache.avro.mapred.tether.TestWordCountTether tests are failing:
------------------------------------------------------------------------------- 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)
I'm checking if environment/configuration or actually a "real" failure.