[
https://issues.apache.org/jira/browse/HBASE-12247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14171707#comment-14171707
]
Hudson commented on HBASE-12247:
--------------------------------
FAILURE: Integrated in HBase-TRUNK #5664 (See
[https://builds.apache.org/job/HBase-TRUNK/5664/])
HBASE-12247 Replace setHTable() with initializeTable() in TableInputFormat.
(Solomon Duskis) (stack: rev 3544f4e98b4aa6e0082c67883a37aa6bffc02003)
*
hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableInputFormatBase.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableInputFormat.java
> Replace setHTable() with initializeTable() in TableInputFormat.
> ---------------------------------------------------------------
>
> Key: HBASE-12247
> URL: https://issues.apache.org/jira/browse/HBASE-12247
> 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.2
>
> Attachments: HBASE-12247.patch, HBASE-12247_v2.patch
>
>
> TableInputFormat uses a new HTable(). Switch that use to a manually created
> ConnectionFactory.createConnection() and call initializeTable().
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)