[Hbase Shell] Count function
----------------------------

                 Key: HADOOP-2557
                 URL: https://issues.apache.org/jira/browse/HADOOP-2557
             Project: Hadoop
          Issue Type: New Feature
          Components: contrib/hbase
    Affects Versions: 0.16.0
         Environment: All
            Reporter: Edward Yoon
            Assignee: Edward Yoon
            Priority: Minor
             Fix For: 0.16.0


This will return the number of entries in the selected range of rows as 
describe below.

{code}
hql > select count(*) from table_name starting from 'aa' until 'az';
-> result here.
{code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to