trunk doesn't compile after HADOOP-544 was committed
----------------------------------------------------
Key: HADOOP-3338
URL: https://issues.apache.org/jira/browse/HADOOP-3338
Project: Hadoop Core
Issue Type: Bug
Components: mapred
Affects Versions: 0.18.0
Reporter: Nigel Daley
Priority: Blocker
Fix For: 0.18.0
For all the discussion about deprectatoin, etc, the patch for HADOOP-544 has
broken trunk! It no longer compiles on Hudson. The contrib eclipse plugin
relied on an API that you considered non-Public (JobStatus and perhaps others).
Given we have no well defined public API yet, I don't think you can assume that
classes declared "public" aren't actually public. At a minimum, the release
notes should indicated that methods were removed and not deprecated.
Build failure:
http://hudson.zones.apache.org/hudson/view/Hadoop/job/Hadoop-trunk/476/console
{quote}
compile:
[echo] contrib: eclipse-plugin
[javac] Compiling 45 source files to
/zonestorage/hudson/home/hudson/hudson/jobs/Hadoop-trunk/workspace/trunk/build/contrib/eclipse-plugin/classes
[javac]
/zonestorage/hudson/home/hudson/hudson/jobs/Hadoop-trunk/workspace/trunk/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/server/HadoopServer.java:119:
cannot find symbol
[javac] symbol : method getJobId()
[javac] location: class org.apache.hadoop.mapred.JobStatus
[javac] String jobId = status.getJobId();
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
{quote}
Can we get this fixed today?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.