You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Bryan Duxbury (JIRA)" <ji...@apache.org> on 2008/02/04 22:33:08 UTC

[jira] Updated: (HBASE-56) [HQL] Unnecessary HQLClient Object creation in a shell loop.

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

Bryan Duxbury updated HBASE-56:
-------------------------------

    Component/s: hql

> [HQL] Unnecessary HQLClient Object creation in a shell loop.
> ------------------------------------------------------------
>
>                 Key: HBASE-56
>                 URL: https://issues.apache.org/jira/browse/HBASE-56
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: hql
>            Reporter: Edward Yoon
>            Priority: Trivial
>         Attachments: 2653.patch, 2653_v01.patch, 2653_v02.patch, 2653_v03.patch, 2653_v04.patch
>
>
> {code}
> Shell.java
> while(....) {
>   HQLClient hql = new HQLClient(...);
> }
> {code}

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