You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zheng Shao (JIRA)" <ji...@apache.org> on 2010/01/29 08:29:34 UTC

[jira] Updated: (HIVE-1119) Make all Tasks and Works serializable

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

Zheng Shao updated HIVE-1119:
-----------------------------

    Attachment: HIVE-1119.1.patch

This patch makes all tasks and works serializable.
Currently there are no additional tests.
Once the whole QueryPlan is serializable, we will serialize the whole query plan after compilation and deserialize the whole plan before execution. This will automatically test all the serialization/deserialization.

I prefer to commit this one first given that major code refactoring/clean-up is happening.

> Make all Tasks and Works serializable
> -------------------------------------
>
>                 Key: HIVE-1119
>                 URL: https://issues.apache.org/jira/browse/HIVE-1119
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Query Processor
>    Affects Versions: 0.6.0
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>         Attachments: HIVE-1119.1.patch
>
>
> All Tasks/Works (not just MapredTask and MapredWork) should be serializable.

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