Return-Path: Delivered-To: apmail-hadoop-chukwa-dev-archive@minotaur.apache.org Received: (qmail 73624 invoked from network); 9 Feb 2010 19:57:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Feb 2010 19:57:52 -0000 Received: (qmail 87473 invoked by uid 500); 9 Feb 2010 19:57:51 -0000 Delivered-To: apmail-hadoop-chukwa-dev-archive@hadoop.apache.org Received: (qmail 87425 invoked by uid 500); 9 Feb 2010 19:57:51 -0000 Mailing-List: contact chukwa-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-dev@hadoop.apache.org Delivered-To: mailing list chukwa-dev@hadoop.apache.org Received: (qmail 87268 invoked by uid 99); 9 Feb 2010 19:57:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Feb 2010 19:57:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Feb 2010 19:57:49 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2BB72234C052 for ; Tue, 9 Feb 2010 11:57:28 -0800 (PST) Message-ID: <84228319.158891265745448178.JavaMail.jira@brutus.apache.org> Date: Tue, 9 Feb 2010 19:57:28 +0000 (UTC) From: "Ari Rabkin (JIRA)" To: chukwa-dev@hadoop.apache.org Subject: [jira] Updated: (CHUKWA-376) Compilation fail for contrib/chukwa-pig In-Reply-To: <1134964606.1250271194904.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CHUKWA-376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ari Rabkin updated CHUKWA-376: ------------------------------ Resolution: Cannot Reproduce Status: Resolved (was: Patch Available) > 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.