You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Jerome Boulon (JIRA)" <ji...@apache.org> on 2009/12/11 06:13:18 UTC

[jira] Commented: (CHUKWA-376) Compilation fail for contrib/chukwa-pig

    [ https://issues.apache.org/jira/browse/CHUKWA-376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12789117#action_12789117 ] 

Jerome Boulon commented on CHUKWA-376:
--------------------------------------

Quick question: Since pig.jar is inside the lib directory, how can this happen?

> 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.4.0
>
>         Attachments: CHUKWA-376.patch
>
>
> 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.