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 "Sandy Ryza (JIRA)" <ji...@apache.org> on 2013/09/26 17:48:04 UTC

[jira] [Created] (MAPREDUCE-5544) JobClient#getJob loads job conf twice

Sandy Ryza created MAPREDUCE-5544:
-------------------------------------

             Summary: JobClient#getJob loads job conf twice
                 Key: MAPREDUCE-5544
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5544
             Project: Hadoop Map/Reduce
          Issue Type: Bug
            Reporter: Sandy Ryza


Calling JobClient#getJob causes the job conf file to be loaded twice, once in the constructor of JobClient.NetworkedJob and once in Cluster#getJob.  We should remove the former.

MAPREDUCE-5001 was meant to fix a race that was causing problems in Hive tests, but the problem persists because it only fixed one of the places where the job conf file is loaded.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira