You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2015/07/07 15:56:05 UTC

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

     [ https://issues.apache.org/jira/browse/HBASE-14023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-14023.
---------------------------
    Resolution: Invalid

Please ask the question on the mailing list rather than file an issue.

> 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)