Compilation fail for contrib/chukwa-pig
---------------------------------------
Key: CHUKWA-376
URL: https://issues.apache.org/jira/browse/CHUKWA-376
Project: Hadoop Chukwa
Issue Type: Bug
Components: Data Processors
Affects Versions: 0.3.0
Environment: Redhat EL 5.1, Java 6
Reporter: Eric Yang
Assignee: Eric Yang
Fix For: 0.3.0
A refresh check out and compile the chukwa pig submodule is failing.
Buildfile: build.xml
init:
compile-src:
[javac] Compiling 5 source files to
/Users/eyang/sandbox/chukwa/trunk/build/contrib/chukwa-pig/classes
[javac]
/Users/eyang/sandbox/chukwa/trunk/contrib/chukwa-pig/src/java/org/apache/hadoop/chukwa/ChukwaStorage.java:144:
cannot find symbol
[javac] symbol : constructor
IOException(org.apache.pig.backend.executionengine.ExecException)
[javac] location: class java.io.IOException
[javac] throw new IOException(e);
[javac] ^
[javac]
/Users/eyang/sandbox/chukwa/trunk/contrib/chukwa-pig/src/java/org/apache/hadoop/chukwa/ChukwaStorage.java:169:
method does not override a method from its superclass
[javac] @Override
[javac] ^
[javac]
/Users/eyang/sandbox/chukwa/trunk/contrib/chukwa-pig/src/java/org/apache/hadoop/chukwa/ChukwaStorage.java:180:
method does not override a method from its superclass
[javac] @Override
[javac] ^
[javac]
/Users/eyang/sandbox/chukwa/trunk/contrib/chukwa-pig/src/java/org/apache/hadoop/chukwa/ChukwaStorage.java:199:
method does not override a method from its superclass
[javac] @Override
[javac] ^
[javac] 4 errors
BUILD FAILED
/Users/eyang/sandbox/chukwa/trunk/contrib/chukwa-pig/build.xml:211: Compile
failed; see the compiler error output for details.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.