Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 90535 invoked from network); 20 Jul 2008 15:12:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jul 2008 15:12:53 -0000 Received: (qmail 6171 invoked by uid 500); 20 Jul 2008 15:12:53 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 5618 invoked by uid 500); 20 Jul 2008 15:12:51 -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 5607 invoked by uid 99); 20 Jul 2008 15:12:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Jul 2008 08:12:51 -0700 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; Sun, 20 Jul 2008 15:12:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9BC4F234C173 for ; Sun, 20 Jul 2008 08:12:31 -0700 (PDT) Message-ID: <1932566697.1216566751623.JavaMail.jira@brutus> Date: Sun, 20 Jul 2008 08:12:31 -0700 (PDT) From: "Mukund Madhugiri (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-3798) compile-core-test fails to compile In-Reply-To: <1874487527.1216521691726.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-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mukund Madhugiri updated HADOOP-3798: ------------------------------------- Attachment: H3798.patch Wrong reference to MiniDFSCluster as part of HADOOP-3743 > compile-core-test fails to compile > ---------------------------------- > > Key: HADOOP-3798 > URL: https://issues.apache.org/jira/browse/HADOOP-3798 > Project: Hadoop Core > Issue Type: Bug > Components: build > Affects Versions: 0.18.0 > Reporter: Mukund Madhugiri > Assignee: Mukund Madhugiri > Priority: Blocker > Fix For: 0.18.0 > > Attachments: H3798.patch > > > compile-core-test fails to compile on branch-0.18 > compile-core-test: > [javac] Compiling 7 source files to /branch-0.18/build/test/classes > [javac] Note: Some input files use unchecked or unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for details. > [javac] Compiling 238 source files to /branch-0.18/build/test/classes > [javac] /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:27: package org.apache.hadoop.hdfs does not exist > [javac] import org.apache.hadoop.hdfs.MiniDFSCluster; > [javac] ^ > [javac] /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:38: cannot find symbol > [javac] symbol : class MiniDFSCluster > [javac] location: class org.apache.hadoop.mapred.TestJobShell > [javac] MiniDFSCluster dfs = null; > [javac] ^ > [javac] /branch-0.18/src/test/org/apache/hadoop/mapred/TestJobShell.java:45: cannot find symbol > [javac] symbol : class MiniDFSCluster > [javac] location: class org.apache.hadoop.mapred.TestJobShell > [javac] dfs = new MiniDFSCluster(conf, 2 , true, null); > [javac] ^ > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] 3 errors -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.