Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 57404 invoked from network); 10 Feb 2009 06:43:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Feb 2009 06:43:29 -0000 Received: (qmail 70116 invoked by uid 500); 10 Feb 2009 06:43:23 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 70095 invoked by uid 500); 10 Feb 2009 06:43:22 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 70084 invoked by uid 99); 10 Feb 2009 06:43:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2009 22:43:22 -0800 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, 10 Feb 2009 06:43:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CD493234C4B1 for ; Mon, 9 Feb 2009 22:42:59 -0800 (PST) Message-ID: <1713495957.1234248179839.JavaMail.jira@brutus> Date: Mon, 9 Feb 2009 22:42:59 -0800 (PST) From: "Nigel Daley (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-4926) compile-core-test build fails (bad class file error: ExternalMapReduce.class) In-Reply-To: <748981411.1229923244157.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-4926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672172#action_12672172 ] Nigel Daley commented on HADOOP-4926: ------------------------------------- Yes, please resolve if this is fixed. > compile-core-test build fails (bad class file error: ExternalMapReduce.class) > ----------------------------------------------------------------------------- > > Key: HADOOP-4926 > URL: https://issues.apache.org/jira/browse/HADOOP-4926 > Project: Hadoop Core > Issue Type: Bug > Components: build, test > Affects Versions: 0.21.0 > Environment: Eclipse 3.2.2, Java 6, Linux Kernel 2.6.24 > Reporter: KP > Priority: Minor > > I am trying to get my development environment up and running. Following instructions on Hadoop Wiki + any relevant JIRA Bug Fixes. I downloaded the latest trunk (ID 728242) via subversion client in to my eclipse environment. Based on instructions posted, I set my ANT_HOME environment variable, ran the Ant build task for eclipse-files target succesfully. After refreshing the project, I attempted a "build project", which generated the error below. > Trunk Build fails within "compile-core-test" section: > ======================================== > CONSOLE OUTPUT: > ======================================== > compile-core-test: > [javac] Compiling 7 source files to /home/hadoop/workspace/Hadoop/build/test/classes > [javac] Note: Some input files use unchecked or unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for details. > [javac] Compiling 124 source files to /home/hadoop/workspace/Hadoop/build/test/classes > [javac] /home/hadoop/workspace/Hadoop/src/test/org/apache/hadoop/mapred/TestCommandLineJobSubmission.java:76: cannot access testshell.ExternalMapReduce > [javac] bad class file: /home/hadoop/workspace/Hadoop/src/test/testshell/ExternalMapReduce.class > [javac] class file contains wrong class: src.test.testshell.ExternalMapReduce > [javac] Please remove or make sure it appears in the correct subdirectory of the classpath. > [javac] new testshell.ExternalMapReduce(), args); > [javac] ^ > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] 1 error > BUILD FAILED > /home/hadoop/workspace/Hadoop/build.xml:635: Compile failed; see the compiler error output for details. > ======================================== > Disclaimer: I am new to the Apache software foundation in general and the Hadoop project specifically. > If I have submitted this ticket improperly, please annotate this ticket so I know to correct bad practice. > ======================================== -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.