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 CA3581034A for ; Sat, 31 May 2014 00:55:25 +0000 (UTC) Received: (qmail 91541 invoked by uid 500); 31 May 2014 00:55:25 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 91517 invoked by uid 500); 31 May 2014 00:55:25 -0000 Mailing-List: contact issues-help@drill.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.incubator.apache.org Delivered-To: mailing list issues@drill.incubator.apache.org Received: (qmail 91508 invoked by uid 99); 31 May 2014 00:55:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 May 2014 00:55:25 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 31 May 2014 00:55:26 +0000 Received: (qmail 87501 invoked by uid 99); 31 May 2014 00:55:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 May 2014 00:55:01 +0000 Date: Sat, 31 May 2014 00:55:01 +0000 (UTC) From: "Aditya Kishore (JIRA)" To: issues@drill.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-672) Queries against hbase table do not close after the data is returned. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DRILL-672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aditya Kishore updated DRILL-672: --------------------------------- Attachment: DRILL-672-Queries-against-HBase-table-do-not-close-a.patch > Queries against hbase table do not close after the data is returned. > --------------------------------------------------------------------- > > Key: DRILL-672 > URL: https://issues.apache.org/jira/browse/DRILL-672 > Project: Apache Drill > Issue Type: Bug > Components: Storage - HBase > Affects Versions: 1.0.0-milestone-1 > Reporter: Krystal > Assignee: Aditya Kishore > Attachments: DRILL-672-Queries-against-HBase-table-do-not-close-a.patch, DRILL-672-Queries-against-HBase-table-do-not-close-a.patch > > > Ran the following query via sqlline against an hbase table that spans multiple regions: > select * from voter limit 5; > +------------+-------------+------------+---------------+------------+------------+--------------+ > | row_key | create_date | name | contributions | voterzone | age | registration | > +------------+-------------+------------+---------------+------------+------------+--------------+ > | [B@32cb56e6 | [B@43b63017 | [B@6e0f58bb | [B@318a9570 | [B@1590579 | [B@7b764b9f | [B@135ef30c | > | [B@3ea6a2c3 | [B@2e07d057 | [B@2ff175d | [B@3956dc34 | [B@7592f754 | [B@3abe81a | [B@b1304d8 | > | [B@da30696 | [B@4a0568d8 | [B@292662df | [B@17253394 | [B@b5d456b | [B@187879a1 | [B@d794594 | > | [B@14c6fe75 | [B@146bbdfb | [B@2d85b436 | [B@24fa5c93 | [B@30d3c9dc | [B@2069a38f | [B@777111e8 | > | [B@204ed39b | [B@172675af | [B@5df84008 | [B@5533fd6a | [B@484265d9 | [B@7f2cae9e | [B@4e7c484c | > It displays the 5 rows but then just hang without returning to the sqlline prompt. This could be due to this table spans multiple regions. Select against different table that resides in 1 partition does not this problem. -- This message was sent by Atlassian JIRA (v6.2#6252)