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 33D3318B02 for ; Tue, 5 Jan 2016 05:41:45 +0000 (UTC) Received: (qmail 99883 invoked by uid 500); 5 Jan 2016 05:41:40 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 99815 invoked by uid 500); 5 Jan 2016 05:41:40 -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 99791 invoked by uid 99); 5 Jan 2016 05:41:39 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jan 2016 05:41:39 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D56682C1F57 for ; Tue, 5 Jan 2016 05:41:39 +0000 (UTC) Date: Tue, 5 Jan 2016 05:41:39 +0000 (UTC) From: "Lars Hofhansl (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-15059) Allow 0.94 to compile against Hadoop 2.7.x 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-15059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-15059: ---------------------------------- Release Note: This allows HBase to compile against Hadoop 2.7.1. TimeStampingFileContext.java had to be removed! If your code relied on this class to exist, do NOT upgrade to HBase 0.94.28. In order to work correctly with Hadoop 2.x+ the Java classes generated for protobuf need to generated with protoc 2.5.0 before HBase is compiled. This can be done with the included build-proto.sh script. Example: $ protoc --version check that the output indicates 2.5.0 $ dev-support/build-proto.sh $ mvn -Dhadoop.profile=2.7 ... was: This allow HBase to compile against Hadoop 2.7.1. TimeStampingFileContext.java had to be removed! If your code relied on this class to exist, do NOT upgrade to HBase 0.94.28. In order to work correctly with Hadoop 2.x+ the Java classes generated for protobuf need to generated with protoc 2.5.0 before HBase is compiled. This can be done with the included build-proto.sh script. Example: $ protoc --version check that the output indicates 2.5.0 $ dev-support/build-proto.sh $ mvn -Dhadoop.profile=2.7 ... > Allow 0.94 to compile against Hadoop 2.7.x > ------------------------------------------ > > Key: HBASE-15059 > URL: https://issues.apache.org/jira/browse/HBASE-15059 > Project: HBase > Issue Type: Bug > Reporter: Lars Hofhansl > Assignee: Lars Hofhansl > Fix For: 0.94.28 > > Attachments: 15059-v2.txt, 15059.txt > > > Currently HBase 0.94 cannot be compiled against Hadoop 2.7. -- This message was sent by Atlassian JIRA (v6.3.4#6332)