mapred.job.tracker default value/docs appear out of sync with code
------------------------------------------------------------------
Key: HADOOP-3437
URL: https://issues.apache.org/jira/browse/HADOOP-3437
Project: Hadoop Core
Issue Type: Bug
Components: conf
Affects Versions: 0.18.0
Reporter: Steve Loughran
Priority: Minor
This is the settings for mapred.job.tracker in SVN_HEAD. If you dont override
these, you get a RuntimeException
<property>
<name>mapred.job.tracker</name>
<value>local</value>
<description>The host and port that the MapReduce job tracker runs
at. If "local", then jobs are run in-process as a single map
and reduce task.
</description>
</property>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.