You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2013/10/01 17:16:24 UTC

[jira] [Updated] (HIVE-5411) Migrate serialization expression to Kryo

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

Ashutosh Chauhan updated HIVE-5411:
-----------------------------------

    Attachment: HIVE-5411.patch

This patch is bigger than I initially though because serializeExpression accepted ExprNodeFuncDesc as an argument, but it should really only accept ExprNodeGenericFuncDesc. Doing that resulted in quite a bit of refactoring in various classes. Additionally, this patch also includes:
* Since serialized expression is stored in job conf, serialized version needs to be xml-safe, so we Base64 encode it.
* Timestamp serialization of Kryo is buggy(in the same way Date serializer is), patch includes custom Serializer for it.
* It incorporates HIVE-5377

> Migrate serialization expression to Kryo
> ----------------------------------------
>
>                 Key: HIVE-5411
>                 URL: https://issues.apache.org/jira/browse/HIVE-5411
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>    Affects Versions: 0.13.0
>            Reporter: Ashutosh Chauhan
>            Assignee: Ashutosh Chauhan
>         Attachments: HIVE-5411.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.1#6144)