Merge -r 1177530:1177531 from trunk to branch-0.23 to fix MAPREDUCE-2996 broke 
ant test compilation
---------------------------------------------------------------------------------------------------

                 Key: MAPREDUCE-3160
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3160
             Project: Hadoop Map/Reduce
          Issue Type: Bug
            Reporter: Ravi Prakash


I git bisected and the problem starts from 
adb810babaf25b9f9dae75b43d4beac782deaa01 . ant
{noformat}
[jsp-compile] log4j:WARN See 
http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
    [javac] 
/home/raviprak/Code/hadoop/hadoop-all/hadoop-mapreduce-project/build.xml:398: 
warning: 'includeantruntime' was not set, defaulting to 
build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 2 source files to 
/home/raviprak/Code/hadoop/hadoop-all/hadoop-mapreduce-project/build/classes
    [javac] 
/home/raviprak/Code/hadoop/hadoop-all/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapred/JobInProgress.java:697:
 cannot find symbol
    [javac] symbol  : constructor 
JobInitedEvent(org.apache.hadoop.mapred.JobID,long,int,int,java.lang.String,boolean)
    [javac] location: class 
org.apache.hadoop.mapreduce.jobhistory.JobInitedEvent
    [javac]     JobInitedEvent jie = new JobInitedEvent(
    [javac]                          ^
    [javac] Note: 
/home/raviprak/Code/hadoop/hadoop-all/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapred/JobInProgress.java
 uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 1 error
{noformat}


--
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