Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EA8B11877B for ; Thu, 24 Mar 2016 20:45:25 +0000 (UTC) Received: (qmail 63963 invoked by uid 500); 24 Mar 2016 20:45:25 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 63934 invoked by uid 500); 24 Mar 2016 20:45:25 -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 63917 invoked by uid 99); 24 Mar 2016 20:45:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Mar 2016 20:45:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id BBDE72C14F8 for ; Thu, 24 Mar 2016 20:45:25 +0000 (UTC) Date: Thu, 24 Mar 2016 20:45:25 +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 [ https://issues.apache.org/jira/browse/DRILL-4199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210927#comment-15210927 ] 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_r57384658 --- Diff: contrib/storage-hbase/src/main/java/org/apache/drill/exec/store/hbase/config/HBasePersistentStore.java --- @@ -25,36 +25,40 @@ import java.util.Map.Entry; import java.util.NoSuchElementException; -import com.google.common.collect.Iterators; import org.apache.drill.common.exceptions.DrillRuntimeException; import org.apache.drill.exec.store.sys.BasePersistentStore; import org.apache.drill.exec.store.sys.PersistentStoreConfig; import org.apache.drill.exec.store.sys.PersistentStoreMode; import org.apache.hadoop.hbase.client.Delete; import org.apache.hadoop.hbase.client.Get; -import org.apache.hadoop.hbase.client.HTableInterface; import org.apache.hadoop.hbase.client.Put; import org.apache.hadoop.hbase.client.Result; import org.apache.hadoop.hbase.client.ResultScanner; import org.apache.hadoop.hbase.client.Scan; +import org.apache.hadoop.hbase.client.Table; import org.apache.hadoop.hbase.util.Bytes; +import com.google.common.collect.Iterators; + public class HBasePersistentStore extends BasePersistentStore { --- End diff -- Sounds great, thanks! > 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)