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 688BF98D7 for ; Wed, 25 Apr 2012 19:50:41 +0000 (UTC) Received: (qmail 87726 invoked by uid 500); 25 Apr 2012 19:50:41 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 87690 invoked by uid 500); 25 Apr 2012 19:50:41 -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 87680 invoked by uid 99); 25 Apr 2012 19:50:41 -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 19:50:41 +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 19:50:38 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id F0A2640E004 for ; Wed, 25 Apr 2012 19:50:17 +0000 (UTC) Date: Wed, 25 Apr 2012 19:50:17 +0000 (UTC) From: "Zhihong Yu (JIRA)" To: issues@hbase.apache.org Message-ID: <258383308.1989.1335383417995.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=13261998#comment-13261998 ] Zhihong Yu commented on HBASE-5870: ----------------------------------- Will integrate later this afternoon if there is no objection. > 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-v2.txt, 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