[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13783821#comment-13783821
 ] 

Hudson commented on MAPREDUCE-5544:
-----------------------------------

FAILURE: Integrated in Hadoop-Yarn-trunk #350 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/350/])
MAPREDUCE-5544. JobClient#getJob loads job conf twice. (Sandy Ryza) (sandy: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1528196)
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/JobClient.java


> 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
>            Assignee: Sandy Ryza
>             Fix For: 2.1.2-beta
>
>         Attachments: MAPREDUCE-5544-1.patch, MAPREDUCE-5544.patch
>
>
> 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 was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to