Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Duplicate
-
0.21.0
-
None
-
None
Description
TestControlledMapReduceJob times out on trunk. Logs show the following ArrayIndexOutOfBoundsException:
java.lang.ArrayIndexOutOfBoundsException: 0 [junit] at org.apache.hadoop.mapred.ControlledMapReduceJob.map(ControlledMapReduceJob.java:302) [junit] at org.apache.hadoop.mapred.ControlledMapReduceJob.map(ControlledMapReduceJob.java:60) [junit] at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:54) [junit] at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:397) [junit] at org.apache.hadoop.mapred.MapTask.run(MapTask.java:330) [junit] at org.apache.hadoop.mapred.Child$4.run(Child.java:223) [junit] at java.security.AccessController.doPrivileged(Native Method) [junit] at javax.security.auth.Subject.doAs(Subject.java:396) [junit] at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1114) [junit] at org.apache.hadoop.mapred.Child.main(Child.java:217)
Attachments
Attachments
Issue Links
- depends upon
-
HADOOP-7087 SequenceFile.createWriter ignores FileSystem parameter
- Closed