|
@@ -683,8 +683,8 @@ public class StreamJob {
|
|
|
// general MapRed job properties
|
|
|
jobConf_ = new JobConf(config_);
|
|
|
|
|
|
- // All streaming jobs have, by default, no time-out for tasks
|
|
|
- jobConf_.setLong("mapred.task.timeout", 0);
|
|
|
+ // All streaming jobs get the task timeout value
|
|
|
+ // from the configuration settings.
|
|
|
|
|
|
setUserJobConfProps(true);
|
|
|
|