[
https://issues.apache.org/jira/browse/HBASE-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-56:
-----------------------
Resolution: Fixed
Status: Resolved (was: Patch Available)
Applied v4. Thanks for the patch Edward.
FYI, before committing I changed the version to align w/ hbase version rather
than run a separate hql version number. You might also consider removing the
'udanax' from the header message since no one else has their name in code.
> 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
> Affects Versions: 0.1.0
> Reporter: Edward Yoon
> Assignee: Edward Yoon
> Priority: Trivial
> Fix For: 0.2.0
>
> 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.