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

Hudson commented on HBASE-13028:
--------------------------------

SUCCESS: Integrated in HBase-1.0 #743 (See 
[https://builds.apache.org/job/HBase-1.0/743/])
HBASE-13028 Cleanup MapReduce InputFormats (busbey: rev 
ecc7fb8ed13d8c6b68235f75a97a5e2ad24d9755)
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestTableInputFormat.java
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableInputFormatBase.java
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableInputFormat.java
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/mapred/TableInputFormat.java
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/mapred/TestTableInputFormat.java
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/mapred/TableInputFormatBase.java


> Cleanup mapreduce API changes
> -----------------------------
>
>                 Key: HBASE-13028
>                 URL: https://issues.apache.org/jira/browse/HBASE-13028
>             Project: HBase
>          Issue Type: Bug
>          Components: mapreduce
>    Affects Versions: 1.0.0
>            Reporter: Sean Busbey
>            Assignee: Sean Busbey
>            Priority: Blocker
>              Labels: api
>             Fix For: 1.0.0, 2.0.0
>
>         Attachments: HBASE-13028.1.patch.txt, HBASE-13028.2.patch.txt, 
> HBASE-13028.3.patch.txt, HBASE-13028.4.patch.txt, HBASE-13028.5.patch.txt
>
>
> The API changes made in HBASE-12798 need to be cleaned up so their common use 
> makes more sense.
> * initialize should take some kind of configuration object that can be used 
> in setting up a Connection (e.g. JobConf)
> * initialize should be called at the start of getSplits and getRecordReader 
> rather than across the class when a member is needed
> * the same changes should be present in the mapred package since it is not 
> longer deprecated
> * examples should rely on idiomatic MapReduce (specifically they should not 
> be relying on JobConfigurable to get a JobConf instance)



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

Reply via email to