[
https://issues.apache.org/jira/browse/HBASE-12423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14197397#comment-14197397
]
Hudson commented on HBASE-12423:
--------------------------------
SUCCESS: Integrated in HBase-1.0 #425 (See
[https://builds.apache.org/job/HBase-1.0/425/])
HBASE-12423 Use a non-managed Table in TableOutputFormat (Solomon Duskis)
(stack: rev e36c59d4f23630782e0762e4ef40806d4138fc0b)
*
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RegionServerServices.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableOutputFormat.java
> 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
> Fix For: 2.0.0, 0.99.3
>
> 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)