[
https://issues.apache.org/jira/browse/HBASE-11262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15134581#comment-15134581
]
Hudson commented on HBASE-11262:
--------------------------------
FAILURE: Integrated in HBase-1.3 #539 (See
[https://builds.apache.org/job/HBase-1.3/539/])
HBASE-11262 Avoid empty columns while doing bulk-load (Ashish Kumar) (tedyu:
rev 8473fae1decd986479d9296c9eb86466df0e3116)
*
hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestImportTsv.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/ImportTsv.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TsvImporterMapper.java
> Avoid empty columns while doing bulk-load
> -----------------------------------------
>
> Key: HBASE-11262
> URL: https://issues.apache.org/jira/browse/HBASE-11262
> Project: HBase
> Issue Type: New Feature
> Reporter: Ashish Kumar
> Assignee: Ashish Kumar
> Fix For: 2.0.0, 1.3.0
>
> Attachments: ImportTsv_HBASE-11262.patch
>
>
> In bulk load feature of hbase (ImportTsv and CompleteBulkload), it just
> stores everything in the table but some times we want to avoid empty column
> values to save some disk space. So, we can have a feature to skip those empty
> columns values while bulk load (If user wants).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)