You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Bhupendra Kumar Jain (JIRA)" <ji...@apache.org> on 2015/09/08 14:27:47 UTC

[jira] [Created] (HBASE-14380) Correct data also getting skipped along with bad data in importTsv bulk load thru TsvImporterTextMapper

Bhupendra Kumar Jain created HBASE-14380:
--------------------------------------------

             Summary: Correct data also getting skipped along with bad data in importTsv bulk load thru TsvImporterTextMapper
                 Key: HBASE-14380
                 URL: https://issues.apache.org/jira/browse/HBASE-14380
             Project: HBase
          Issue Type: Bug
    Affects Versions: 2.0.0
            Reporter: Bhupendra Kumar Jain
            Assignee: Bhupendra


Cosider the input data is as below 
ROWKEY, TIEMSTAMP, Col_Value
r1,1,v1	>> Correct line
r1	         >> Bad line
r1,3,v3	>> Correct line
r1,4,v4	>> Correct line

When data is bulk loaded using importTsv with mapper as TsvImporterTextMapper ,  All the lines are getting ignored even though skipBadLines is set to true. 



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