You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Soumendra Kumar Mishra (JIRA)" <ji...@apache.org> on 2015/07/04 16:57:04 UTC

[jira] [Created] (HBASE-14023) HBase Srores NULL Value from delimited File Input

Soumendra Kumar Mishra created HBASE-14023:
----------------------------------------------

             Summary: HBase Srores NULL Value from delimited File Input
                 Key: HBASE-14023
                 URL: https://issues.apache.org/jira/browse/HBASE-14023
             Project: HBase
          Issue Type: Bug
            Reporter: Soumendra Kumar Mishra


Data:
101,SMITH,41775,,1000,,100,10
102,ALLEN,,77597,2000,,,20
103,WARD,,,2000,500,,30

Result:
ROW              COLUMN+CELL
101              column=info:dept, timestamp=1435992182400, value=10
101              column=info:ename, timestamp=1435992182400, value=SMITH
101              column=pay:bonus, timestamp=1435992182400, value=100
101              column=pay:comm, timestamp=1435992182400, value=
101              column=pay:sal, timestamp=1435992182400, value=1000
101              column=tel:mobile, timestamp=1435992182400, value=
101              column=tel:telephone, timestamp=1435992182400, value=41775

I am using PIG to Write Data into HBase. Same issue happened when Data Inserted from TextFile to HBase.



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