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 60658200B11 for ; Mon, 30 May 2016 02:47:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5F10A160A2C; Mon, 30 May 2016 00:47:14 +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 CE061160A07 for ; Mon, 30 May 2016 02:47:13 +0200 (CEST) Received: (qmail 60783 invoked by uid 500); 30 May 2016 00:47:13 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 60765 invoked by uid 99); 30 May 2016 00:47:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 May 2016 00:47:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E3E8D2C14F8 for ; Mon, 30 May 2016 00:47:12 +0000 (UTC) Date: Mon, 30 May 2016 00:47:12 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DRILL-4199) Add Support for HBase 1.X MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 30 May 2016 00:47:14 -0000 [ https://issues.apache.org/jira/browse/DRILL-4199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15306128#comment-15306128 ] ASF GitHub Bot commented on DRILL-4199: --------------------------------------- Github user jacques-n commented on a diff in the pull request: https://github.com/apache/drill/pull/443#discussion_r65014981 --- Diff: contrib/storage-hbase/src/main/java/org/apache/drill/exec/store/hbase/config/HBasePersistentStore.java --- @@ -175,7 +179,7 @@ public boolean hasNext() { done = true; } } catch (IOException e) { - throw new DrillRuntimeException("Caught error while fetching rows from for table:" + Bytes.toString(table.getTableName()), e); + throw new DrillRuntimeException("Caught error while fetching rows from for table:" + hbaseTableName, e); --- End diff -- Can we use UserException.dataReadError(e) for these? > Add Support for HBase 1.X > ------------------------- > > Key: DRILL-4199 > URL: https://issues.apache.org/jira/browse/DRILL-4199 > Project: Apache Drill > Issue Type: New Feature > Components: Storage - HBase > Affects Versions: 1.7.0 > Reporter: Divjot singh > Assignee: Aditya Kishore > > Is there any Road map to upgrade the Hbase version to 1.x series. Currently drill supports Hbase 0.98 version. -- This message was sent by Atlassian JIRA (v6.3.4#6332)