JobTrackerClientProtocolProvider failing to build
-------------------------------------------------

                 Key: MAPREDUCE-3108
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3108
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: examples
            Reporter: XieXianshan
            Assignee: XieXianshan
            Priority: Minor


The variable CLASSIC_FRAMEWORK_NAME can't be found while compiling 
TrackerClientProtocolProvider.java for mapreduce-examples tarball.But i found 
the symbol CLASSIC_FRAMEWORK_NAME is already defined in the interface 
org.apache.hadoop.mapreduce.MRConfig.
{code}
    [javac] Compiling 1 source file to 
/pub/mygit/trunk/hadoop-mapreduce-project/build/classes
    [javac] 
/pub/mygit/trunk/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapred/JobTrackerClientProtocolProvider.java:40:
 cannot find symbol
    [javac] symbol  : variable CLASSIC_FRAMEWORK_NAME
    [javac] location: interface org.apache.hadoop.mapreduce.MRConfig
    [javac]     if (!MRConfig.CLASSIC_FRAMEWORK_NAME.equals(framework)) {
    [javac]                  ^
    [javac] 1 error
{code} 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to