[
https://issues.apache.org/jira/browse/HBASE-9117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13862800#comment-13862800
]
Nick Dimiduk commented on HBASE-9117:
-------------------------------------
I haven't touched Bytes.java in this patch... I think it's not me, Jenkins;
it's you. Would one of you fine karmic Jenkins fellows ([~stack], [~apurtell],
[[email protected]]) mind providing some insight into the state of this
precommit build? This "java not found" business doesn't look healthy.
{noformat}
[PreCommit-HBASE-Build] $ /bin/bash /tmp/hudson5672971179045787159.sh
asf002.sp2.ygridcore.net
Linux asf002.sp2.ygridcore.net 2.6.32-33-server #71-Ubuntu SMP Wed Jul 20
17:42:25 UTC 2011 x86_64 GNU/Linux
/tmp/hudson5672971179045787159.sh: line 6: java: command not found
/home/hudson/tools/java/latest1.7
/tmp/hudson5672971179045787159.sh: line 8:
/home/hudson/tools/java/latest1.7/bin/java: No such file or directory
{noformat}
> Remove HTablePool and all HConnection pooling related APIs
> ----------------------------------------------------------
>
> Key: HBASE-9117
> URL: https://issues.apache.org/jira/browse/HBASE-9117
> Project: HBase
> Issue Type: Bug
> Reporter: Lars Hofhansl
> Assignee: Nick Dimiduk
> Fix For: 0.99.0
>
> Attachments: HBASE-9117.00.patch, HBASE-9117.01.patch,
> HBASE-9117.02.patch, HBASE-9117.03.patch
>
>
> The recommended way is now:
> # Create an HConnection: HConnectionManager.createConnection(...)
> # Create a light HTable: HConnection.getTable(...)
> # table.close()
> # connection.close()
> All other API and pooling will be removed.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)