[
https://issues.apache.org/jira/browse/HBASE-8011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13599593#comment-13599593
]
Hudson commented on HBASE-8011:
-------------------------------
Integrated in hbase-0.95-on-hadoop2 #21 (See
[https://builds.apache.org/job/hbase-0.95-on-hadoop2/21/])
HBASE-8011 Refactor ImportTsv (Revision 1455285)
Result = FAILURE
stack :
Files :
*
/hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/ImportTsv.java
*
/hbase/branches/0.95/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestImportTsv.java
> Refactor ImportTsv
> ------------------
>
> Key: HBASE-8011
> URL: https://issues.apache.org/jira/browse/HBASE-8011
> Project: HBase
> Issue Type: Improvement
> Components: mapreduce, Usability
> Reporter: Nick Dimiduk
> Assignee: Nick Dimiduk
> Priority: Minor
> Fix For: 0.95.0
>
> Attachments: 0001-HBASE-8011-Refactor-ImportTsv.patch,
> 0001-HBASE-8011-Refactor-ImportTsv.patch,
> 0001-HBASE-8011-Refactor-ImportTsv.patch
>
>
> ImportTsv is a little goofy.
> - It doesn't use the Tool,Configured interfaces like a mapreduce job should.
> - It has a static HBaseAdmin field that must be initialized before the
> intended API of createSubmittableJob can be invoked.
> - TsvParser is critical to the default mapper implementation but is
> unavailable to user custom mapper implementations without forcing them into
> the o.a.h.h.mapreduce namespace.
> - The configuration key constants are not public.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira