You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Carl Steinbach (JIRA)" <ji...@apache.org> on 2010/07/22 06:16:49 UTC

[jira] Updated: (HIVE-732) Store intermediate data in binary using LazyBinarySerDe

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

Carl Steinbach updated HIVE-732:
--------------------------------

    Summary: Store intermediate data in binary using LazyBinarySerDe  (was: Hive to use LazyBinarySerDe)

> Store intermediate data in binary using LazyBinarySerDe
> -------------------------------------------------------
>
>                 Key: HIVE-732
>                 URL: https://issues.apache.org/jira/browse/HIVE-732
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Query Processor
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>             Fix For: 0.5.0
>
>         Attachments: HIVE-732.1.patch, HIVE-732.3.patch, HIVE-732.4.patch
>
>
> Follow-up on HIVE-640. We should use LazyBinarySerDe in several places in the code to improve the efficiency: value between map-reduce boundary, temporary tables.
> We should also allow users to create tables stored as binary format.
> {code}
> CREATE TABLE xxx (...)
> ROW FORMAT BINARY
> STORED AS SEQUENCEFILE;
> {code}

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