[
https://issues.apache.org/jira/browse/HBASE-12514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14230413#comment-14230413
]
Hudson commented on HBASE-12514:
--------------------------------
SUCCESS: Integrated in HBase-TRUNK #5850 (See
[https://builds.apache.org/job/HBase-TRUNK/5850/])
HBASE-12514 Cleanup HFileOutputFormat legacy code (Solomon Duskis) (stack: rev
69a437ac0da7c4598eca754f99eaa9da5f34e047)
* hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/ImportTsv.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat.java
*
hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestHFileOutputFormat2.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/WALPlayer.java
*
hbase-it/src/test/java/org/apache/hadoop/hbase/mapreduce/IntegrationTestBulkLoad.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/Import.java
> Cleanup HFileOutputFormat legacy code
> -------------------------------------
>
> Key: HBASE-12514
> URL: https://issues.apache.org/jira/browse/HBASE-12514
> Project: HBase
> Issue Type: Bug
> Reporter: Solomon Duskis
> Assignee: Solomon Duskis
> Fix For: 2.0.0, 0.99.2
>
> Attachments: 12514v2.txt, 12514v2.txt, HBASE-12514 (1).patch,
> HBASE-12514.patch, HBASE-12514.patch, HBASE-12514.patch
>
>
> HFileOutputFormat methods route to their HFileOutputFormat2 counterparts.
> Replace all calls to HFileOutputFormat with HFileOutputFormat2 equivalents.
> In the spirit of cleanup, add @Override annotations and helper methods that
> do not require the use of deprecated classes such as HTable.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)