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 13632200BFB for ; Wed, 11 Jan 2017 08:21:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 11CDD160B4E; Wed, 11 Jan 2017 07:21:01 +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 7F75F160B52 for ; Wed, 11 Jan 2017 08:21:00 +0100 (CET) Received: (qmail 48874 invoked by uid 500); 11 Jan 2017 07:20:59 -0000 Mailing-List: contact dev-help@gora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@gora.apache.org Delivered-To: mailing list dev@gora.apache.org Received: (qmail 48630 invoked by uid 99); 11 Jan 2017 07:20:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2017 07:20:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E62192C03DD for ; Wed, 11 Jan 2017 07:20:58 +0000 (UTC) Date: Wed, 11 Jan 2017 07:20:58 +0000 (UTC) From: "Rilly wang (JIRA)" To: dev@gora.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GORA-443) Upgrade HBase to 1.2.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 11 Jan 2017 07:21:01 -0000 [ https://issues.apache.org/jira/browse/GORA-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15817492#comment-15817492 ] Rilly wang commented on GORA-443: --------------------------------- When will it be released? It is a loooong time.... > Upgrade HBase to 1.2.3 > ---------------------- > > Key: GORA-443 > URL: https://issues.apache.org/jira/browse/GORA-443 > Project: Apache Gora > Issue Type: Improvement > Components: gora-hbase > Reporter: Ted Yu > Assignee: Lewis John McGibbney > Fix For: 0.7 > > > HBase 1.1.2 release is the current stable release. > Gora should be built based on HBase 1.1.2 > Currently I got the following compilation error: > {code} > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project gora-hbase: Compilation failure > [ERROR] /home/hbase/gora/gora-hbase/src/main/java/org/apache/gora/hbase/store/HBaseTableConnection.java:[59,7] error: HBaseTableConnection is not abstract and does not override abstract method checkAndDelete(byte[],byte[],byte[],CompareOp,byte[],Delete) in Table > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)