Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.7.2
-
None
-
None
Description
Map-reduce task does not finish correctly when -reducer NONE is specified, The NONE option means that the reducer should not be generating any output. Using this option causes an exception in the task tracker:
java.lang.IllegalArgumentException: URI is not hierarchical
TaskRunner: at java.io.File.<init>(File.java:335)
TaskRunner: at org.apache.hadoop.streaming.PipeMapRed.mapRedFinished(PipeMapRed.java:583)
TaskRunner: at org.apache.hadoop.streaming.PipeMapper.close(PipeMapper.java:96)
TaskRunner: at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:49)
TaskRunner: at org.apache.hadoop.mapred.MapTask.run(MapTask.java:213)
TaskRunner: at org.apache.hadoop.mapred.TaskTracker$Child.main(TaskTracker.java:1240)
TaskRunner: sideEffectURI_ file:output length 11
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-728 Map-reduce task does not produce correct results when -reducer NONE is specified through streaming
- Closed