[ 
https://issues.apache.org/jira/browse/HBASE-12798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14273010#comment-14273010
 ] 

Hudson commented on HBASE-12798:
--------------------------------

SUCCESS: Integrated in HBase-1.1 #73 (See 
[https://builds.apache.org/job/HBase-1.1/73/])
HBASE-12798 Map Reduce jobs should not create Tables in setConf() (Solomon 
Duskis) (tedyu: rev 9b8f59cdf9a8afe4f86421ac330be941d98ceb0d)
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableInputFormatBase.java
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableOutputFormat.java
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableInputFormat.java


> Map Reduce jobs should not create Tables in setConf()
> -----------------------------------------------------
>
>                 Key: HBASE-12798
>                 URL: https://issues.apache.org/jira/browse/HBASE-12798
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Solomon Duskis
>            Assignee: Solomon Duskis
>             Fix For: 1.0.0, 2.0.0, 1.1.0
>
>         Attachments: 12798-1.0.patch, 12798-3.patch, HBASE-12798-2.patch, 
> HBASE-12798.patch
>
>
> setConf() gets called in many places along the Map/Reduce chain.  HBase 
> creates Tables and etc in setConf in a few places.  There should be a better 
> place to create the Table, often while creating a TableRecordReader.
> This issue will tackle the following classes:
> - TableOutputFormatBase
> - TableInputFormatBase
> - TableInputFormat
> Other classes that could use a look over:
> - HRegionPartitioner
> - ReplicationLogCleaner



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to