Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E0E8B200C86 for ; Wed, 26 Apr 2017 02:53:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DF6E5160BB3; Wed, 26 Apr 2017 00:53:07 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 316DD160BB6 for ; Wed, 26 Apr 2017 02:53:07 +0200 (CEST) Received: (qmail 4434 invoked by uid 500); 26 Apr 2017 00:53:06 -0000 Mailing-List: contact dev-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list dev@phoenix.apache.org Received: (qmail 4364 invoked by uid 99); 26 Apr 2017 00:53:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2017 00:53:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id CF31DC18D7 for ; Wed, 26 Apr 2017 00:53:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id jw5vUvLwbWbx for ; Wed, 26 Apr 2017 00:53:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 0CEE15FC7E for ; Wed, 26 Apr 2017 00:53:05 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 97DB9E08BB for ; Wed, 26 Apr 2017 00:53:04 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 4ED6A21DD7 for ; Wed, 26 Apr 2017 00:53:04 +0000 (UTC) Date: Wed, 26 Apr 2017 00:53:04 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: dev@phoenix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (PHOENIX-3603) Fix compilation errors against hbase 1.3.1 release MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 26 Apr 2017 00:53:08 -0000 [ https://issues.apache.org/jira/browse/PHOENIX-3603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated PHOENIX-3603: ------------------------------------ Attachment: PHOENIX-3603.patch I have updated the patch to use HBase release 1.3.1 and have been running the test suite all afternoon. The unit tests and short running IT tests all pass. The only issue I've found so far with the long running IT tests is MapReduceIT will run out of heap, which does not appear related to this change. Unless something drastic happens between now and when the test run completes, I plan to commit the attached patch on master, moving up from HBase 1.2 to HBase 1.3. Please advise if you'd like me to hold off. > Fix compilation errors against hbase 1.3.1 release > -------------------------------------------------- > > Key: PHOENIX-3603 > URL: https://issues.apache.org/jira/browse/PHOENIX-3603 > Project: Phoenix > Issue Type: Bug > Reporter: Ted Yu > Assignee: Zach York > Fix For: 4.11.0 > > Attachments: PHOENIX-3603.patch > > > hbase 1.3.0 has been released. > I saw the following when compiling master branch against 1.3.0 > {code} > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project phoenix-core: Compilation failure: Compilation failure: > [ERROR] /Users/tyu/phoenix/phoenix-core/src/main/java/org/apache/phoenix/execute/DelegateHTable.java:[49,8] org.apache.phoenix.execute.DelegateHTable is not abstract and does not override abstract method getRpcTimeout() in org.apache.hadoop.hbase.client.Table > [ERROR] /Users/tyu/phoenix/phoenix-core/src/main/java/org/apache/hadoop/hbase/ipc/PhoenixRpcScheduler.java:[32,8] org.apache.hadoop.hbase.ipc.PhoenixRpcScheduler is not abstract and does not override abstract method getNumLifoModeSwitches() in org.apache.hadoop.hbase.ipc.RpcScheduler > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)