eclipse-plugin no longer compiles on trunk
------------------------------------------
Key: HADOOP-4309
URL: https://issues.apache.org/jira/browse/HADOOP-4309
Project: Hadoop Core
Issue Type: Bug
Components: contrib/eclipse-plugin
Affects Versions: 0.19.0, 0.20.0
Reporter: Chris Douglas
Priority: Blocker
Fix For: 0.19.0, 0.20.0
{noformat}
compile:
[echo] contrib: eclipse-plugin
[javac] Compiling 2 source files to
/Users/chrisdo/work/commit/build/contrib/eclipse-plugin/classes
[javac]
/Users/chrisdo/work/commit/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/server/HadoopServer.java:423:
write(java.io.DataOutput) in org.apache.hadoop.conf.Configuration cannot be
applied to (java.io.FileOutputStream)
[javac] this.conf.write(fos);
[javac] ^
[javac]
/Users/chrisdo/work/commit/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/servers/RunOnHadoopWizard.java:166:
write(java.io.DataOutput) in org.apache.hadoop.conf.Configuration cannot be
applied to (java.io.FileOutputStream)
[javac] conf.write(fos);
[javac] ^
[javac] Note:
/Users/chrisdo/work/commit/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/servers/RunOnHadoopWizard.java
uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 2 errors
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.