You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Chris Wilkes (JIRA)" <ji...@apache.org> on 2009/12/30 00:12:29 UTC

[jira] Created: (MAPREDUCE-1344) Cluster.createClient only looks at deprecated mapred.job.tracker should look at mapreduce.jobtracker.address as well

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.