You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Johan Oskarsson (JIRA)" <ji...@apache.org> on 2009/03/02 14:45:56 UTC

[jira] Updated: (HIVE-133) Add support for RecordIO in serde2

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

Johan Oskarsson updated HIVE-133:
---------------------------------

    Fix Version/s:     (was: 0.2.0)
                   0.3.0

Moving to 0.3.0

> Add support for RecordIO in serde2
> ----------------------------------
>
>                 Key: HIVE-133
>                 URL: https://issues.apache.org/jira/browse/HIVE-133
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Serializers/Deserializers
>            Reporter: Johan Oskarsson
>             Fix For: 0.3.0
>
>
> Currently there is no support for Hadoop's RecordIO (also known as Jute) in Hive's new serde version 2.
> I believe quite a few Hadoop installations are using SequenceFiles with keys and values in a combination of normal Writables and generated RecordIO classes.
> This issue needs to cover the following points (as suggested by Joydeep Sen Sarma):
> - traditionally our serde's have ignored the keys altogether (the row is embedded in the value).
> - the jute code was written for an older version of the serde interface and needs to be ported to the new interface

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