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)

Reply via email to