You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Aditya Kishore (JIRA)" <ji...@apache.org> on 2014/10/10 09:09:34 UTC

[jira] [Resolved] (DRILL-535) HbaseGroupScan should return more accurate size information.

     [ https://issues.apache.org/jira/browse/DRILL-535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aditya Kishore resolved DRILL-535.
----------------------------------
          Resolution: Fixed
       Fix Version/s:     (was: Future)
                      0.6.0
    Target Version/s: 0.6.0

This has been fixed as DRILL-1346.

> HbaseGroupScan should return more accurate size information.  
> --------------------------------------------------------------
>
>                 Key: DRILL-535
>                 URL: https://issues.apache.org/jira/browse/DRILL-535
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Jinfeng Ni
>            Assignee: Aditya Kishore
>             Fix For: 0.6.0
>
>
> Currently, HbaseGroupScan.getSize() returns a default number, which will impact planner's ability to make a right decision, when it decides a good join order. 
> Ideally, getSize() should get row count for HTable. As a first step, it would be good to get total bytes, which will convert to a rough estimation of row count. The total bytes could be obtained by checking the HDFS file for the HTable. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)