[ 
https://issues.apache.org/jira/browse/MAPREDUCE-3073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun C Murthy updated MAPREDUCE-3073:
-------------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just committed this. Thanks Mahadev!

> Build failure for MRv1 caused due to changes to MRConstants.
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-3073
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3073
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.23.0
>            Reporter: Mahadev konar
>            Assignee: Mahadev konar
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3073.patch
>
>
> When runnning ant -Dresolvers=internal binary, the build seems to be failing 
> with:
>   [javac] public class JobTracker implements MRConstants,
> InterTrackerProtocol,
>    [javac]                                    ^
>    [javac] 
> /home/y/var/builds/thread2/workspace/Cloud-Yarn-0.23-Secondary/hadoop-mapred
> uce-project/src/java/org/apache/hadoop/mapred/TaskTracker.java:131:
> interface expected here
>    [javac]     implements MRConstants, TaskUmbilicalProtocol, Runnable,
> TTConfig {
>    [javac]                ^
>    [javac] 
> /home/y/var/builds/thread2/workspace/Cloud-Yarn-0.23-Secondary/hadoop-mapred
> uce-project/src/java/org/apache/hadoop/mapred/TaskTracker.java:552: cannot
> find symbol
>    [javac] symbol  : variable WORKDIR
>    [javac] location: class org.apache.hadoop.mapred.MRConstants
>    [javac]     return getLocalJobDir(user, jobid) + Path.SEPARATOR +
> MRConstants.WORKDIR;
>    [javac]        
> ^

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to