[
https://issues.apache.org/jira/browse/HBASE-12423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14196561#comment-14196561
]
stack commented on HBASE-12423:
-------------------------------
+1 on the patch. I can fix the javadoc on commit. Will commit after sure
branch-1 builds stable again.
This patch is better than what I was doing in same area over in HBASE-12404.
In here we make Connection once and use the one connection making record
writers. Over in HBASE-1204 I had us doing a Connection per record but was
balking because untenable. Will take on this pattern after this goes in
finishing up HBASE-1204.
> Use a non-managed Table in TableOutputFormat
> --------------------------------------------
>
> Key: HBASE-12423
> URL: https://issues.apache.org/jira/browse/HBASE-12423
> Project: HBase
> Issue Type: Bug
> Affects Versions: 2.0.0, 0.99.2
> Reporter: Solomon Duskis
> Assignee: Solomon Duskis
> Attachments: HBASE-12423.patch
>
>
> TableOutputFormat uses a new HTable() that gets a managed connection. Add in
> a new Connection variable, use ConnectionFactor to retrieve the connection
> and convert the HTable to a Table.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)