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 A38A589AE for ; Wed, 7 Sep 2011 05:03:58 +0000 (UTC) Received: (qmail 38356 invoked by uid 500); 7 Sep 2011 05:03:58 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 38047 invoked by uid 500); 7 Sep 2011 05:03:42 -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 38010 invoked by uid 99); 7 Sep 2011 05:03:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2011 05:03:33 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,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, 07 Sep 2011 05:03:30 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id EDC5E84661 for ; Wed, 7 Sep 2011 05:03:09 +0000 (UTC) Date: Wed, 7 Sep 2011 05:03:09 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: <1679900214.23431.1315371789970.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <932101965.9165.1314931150188.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-4327) Compile HBase against hadoop 0.22 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-4327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098596#comment-13098596 ] stack commented on HBASE-4327: ------------------------------ I applied the above patch and got this: {code} [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure /Users/stack/checkout/clean-trunk/src/main/java/org/apache/hadoop/hbase/Server.java:[22,29] package org.apache.hadoop.conf does not exist /Users/stack/checkout/clean-trunk/src/main/java/org/apache/hadoop/hbase/HRegionInfo.java:[29,29] package org.apache.hadoop.conf does not exist /Users/stack/checkout/clean-trunk/src/main/java/org/apache/hadoop/hbase/HRegionInfo.java:[30,27] package org.apache.hadoop.fs does not exist /Users/stack/checkout/clean-trunk/src/main/java/org/apache/hadoop/hbase/HRegionInfo.java:[31,27] package org.apache.hadoop.fs does not exist /Users/stack/checkout/clean-trunk/src/main/java/org/apache/hadoop/hbase/KeyValue.java:[37,27] package org.apache.hadoop.io does not exist /Users/stack/checkout/clean-trunk/src/main/java/org/apache/hadoop/hbase/KeyValue.java:[38,27] package org.apache.hadoop.io does not exist /Users/stack/checkout/clean-trunk/src/main/java/org/apache/hadoop/hbase/KeyValue.java:[66,33] cannot find symbol symbol: class Writable public class KeyValue implements Writable, HeapSize { .... {code} Is it because of this change? {code} hadoop-0.20 - !hadoop23 + hadoop20 {code} > Compile HBase against hadoop 0.22 > --------------------------------- > > Key: HBASE-4327 > URL: https://issues.apache.org/jira/browse/HBASE-4327 > Project: HBase > Issue Type: Bug > Components: build > Affects Versions: 0.92.0 > Reporter: Joep Rottinghuis > Fix For: 0.92.0 > > Attachments: HBASE-4327-Michael.patch, HBASE-4327.patch, HBASE-4327.patch > > > Pom contains a profile for hadoop-0.20 and one for hadoop-0.23, but not one for hadoop-0.22. > When overriding hadoop.version to 0.22, then the (compile-time) dependency on hadoop-annotations cannot be met. > That exists on 0.23 and 0.24/trunk, but not on 0.22. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira