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

Zheng Shao updated HIVE-1087:
-----------------------------

    Status: Patch Available  (was: Open)

> Let user script write out binary data into a table
> --------------------------------------------------
>
>                 Key: HIVE-1087
>                 URL: https://issues.apache.org/jira/browse/HIVE-1087
>             Project: Hadoop Hive
>          Issue Type: New Feature
>    Affects Versions: 0.6.0
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>         Attachments: HIVE-1087.1.patch
>
>
> We want to allow user script to write out binary stream data.
> We don't need to understand the binary stream format, but we want to write 
> the data as it is to disk.
> Since inside hive everything is a row object, we need to add a RecordReader 
> which can split the binary stream into records, and a BinaryOutputFormat 
> which writes out the data as it is without any separators.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to