Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 663E19D8E for ; Wed, 25 Apr 2012 16:20:44 +0000 (UTC) Received: (qmail 71008 invoked by uid 500); 25 Apr 2012 16:20:44 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 70967 invoked by uid 500); 25 Apr 2012 16:20:44 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 70959 invoked by uid 99); 25 Apr 2012 16:20:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2012 16:20:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2012 16:20:41 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 54E2A35F15E for ; Wed, 25 Apr 2012 16:20:20 +0000 (UTC) Date: Wed, 25 Apr 2012 16:20:20 +0000 (UTC) From: "Zhihong Yu (JIRA)" To: issues@hbase.apache.org Message-ID: <971338502.933.1335370820363.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <505272630.938.1335312847811.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-5870) Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-5870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261773#comment-13261773 ] Zhihong Yu commented on HBASE-5870: ----------------------------------- The failure is consistent: {code} testSimpleCase(org.apache.hadoop.hbase.mapreduce.TestImportExport) Time elapsed: 2.552 sec <<< ERROR! java.io.FileNotFoundException: File does not exist: /Users/zhihyu/.m2/repository/org/apache/hadoop/hadoop-common/0.23.2-SNAPSHOT/hadoop-common-0.23.2-SNAPSHOT.jar at org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:729) at org.apache.hadoop.mapreduce.filecache.ClientDistributedCacheManager.getFileStatus(ClientDistributedCacheManager.java:208) at org.apache.hadoop.mapreduce.filecache.ClientDistributedCacheManager.determineTimestamps(ClientDistributedCacheManager.java:71) at org.apache.hadoop.mapreduce.JobSubmitter.copyAndConfigureFiles(JobSubmitter.java:246) at org.apache.hadoop.mapreduce.JobSubmitter.copyAndConfigureFiles(JobSubmitter.java:284) at org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:355) at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1221) at org.apache.hadoop.mapreduce.Job$11.run(Job.java:1218) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:396) at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1177) at org.apache.hadoop.mapreduce.Job.submit(Job.java:1218) at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1239) at org.apache.hadoop.hbase.mapreduce.TestImportExport.testSimpleCase(TestImportExport.java:114) {code} > Hadoop 23 compilation broken because JobTrackerRunner#getJobTracker() method is not found > ----------------------------------------------------------------------------------------- > > Key: HBASE-5870 > URL: https://issues.apache.org/jira/browse/HBASE-5870 > Project: HBase > Issue Type: Bug > Affects Versions: 0.96.0 > Reporter: Jonathan Hsieh > Assignee: Zhihong Yu > Priority: Blocker > Fix For: 0.96.0 > > Attachments: 5870.txt > > > After HBASE-5861 on 0.94 we are left with this issue on trunk. > {code} > $ mvn clean test -PlocalTests -DskipTests -Dhadoop.profile=23 > ... > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hbase: Compilation failure > [ERROR] /home/jon/proj/hbase-svn/hbase/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java:[1333,35] cannot find symbol > [ERROR] symbol : method getJobTracker() > [ERROR] location: class org.apache.hadoop.mapred.MiniMRCluster.JobTrackerRunner > [ERROR] -> [Help 1] > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira