Cluster.createClient only looks at deprecated mapred.job.tracker should look at
mapreduce.jobtracker.address as well
--------------------------------------------------------------------------------------------------------------------
Key: MAPREDUCE-1344
URL: https://issues.apache.org/jira/browse/MAPREDUCE-1344
Project: Hadoop Map/Reduce
Issue Type: Bug
Affects Versions: 0.22.0
Reporter: Chris Wilkes
new Job(conf) calls new Cluster(conf) and Cluster's createClient method only
looks for the "mapred.job.tracker" key, it should probably also look for the
newer version of this "mapreduce.jobtracker.address"
Should all of these constants be moved to a common class?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.