You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Krystal (JIRA)" <ji...@apache.org> on 2014/06/03 19:20:02 UTC

[jira] [Created] (DRILL-896) Queries against split hbase tables return data from 1 region server

Krystal created DRILL-896:
-----------------------------

             Summary: Queries against split hbase tables return data from 1 region server
                 Key: DRILL-896
                 URL: https://issues.apache.org/jira/browse/DRILL-896
             Project: Apache Drill
          Issue Type: Bug
          Components: Storage - HBase
            Reporter: Krystal


git.commit.id.abbrev=8490d74
git.build.time=02.06.2014 @ 10\:11\:56 PDT

Selects against split hbase tables seem to return data only from 1 hbase region.  I have 2 hbase region servers and 1 hbase master. 

0: jdbc:drill:schema=hbase> select cast(row_key as integer) voter_id from voter where twocf['age'] between 75 and 80;
+------------+
|  voter_id  |
+------------+
| 201        |
| 217        |
| 248        |
| 289        |
| 293        |
| 296        |
| 402        |
| 434        |
| 472        |
| 473        |
| 490        |
| 606        |
| 608        |

It returned the above data and just hangs.  There should be 39 rows returned instead of 13.  The keys (voter_id) returned belongs to 1 region server. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)