[Hbase] Change an classes/package name from Shell to hql
--------------------------------------------------------

                 Key: HADOOP-2589
                 URL: https://issues.apache.org/jira/browse/HADOOP-2589
             Project: Hadoop
          Issue Type: Improvement
          Components: contrib/hbase
    Affects Versions: 0.16.0
            Reporter: Edward Yoon
            Assignee: Edward Yoon
             Fix For: 0.16.0


I'd like to change an classes/package name from Shell to HQL.

* shell package -> hql package
* Shell.java -> HQLClient.java

The Hbase Shell prompt provide the HQL query language.
Also, The HQL query can be used as describe below:

HQLClient hql = HQLClient(new HBaseConfiguration(), MASTER_ADDRESS, PORT);
ResultSet rs = hql.executeQuery("SELECT * from table");

-- 
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