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:25:34 UTC

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

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


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.


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

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806403#action_12806403 ] 

Namit Jain commented on HIVE-1119:
----------------------------------

+1

looks good - will commit if the tests pass

> 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.


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

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Status: Patch Available  (was: Open)

> 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.


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

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Status: Open  (was: Patch Available)

> 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.


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

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
     [ 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.3.patch

> 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, HIVE-1119.3.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.


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

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806533#action_12806533 ] 

Namit Jain commented on HIVE-1119:
----------------------------------

some tests are failing 

> 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.


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

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12828274#action_12828274 ] 

Zheng Shao commented on HIVE-1119:
----------------------------------

Fixed the test failures.

> 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, HIVE-1119.3.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.


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

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Namit Jain resolved HIVE-1119.
------------------------------

       Resolution: Fixed
    Fix Version/s: 0.6.0
     Hadoop Flags: [Reviewed]

Committed. Thanks Zheng

> 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
>             Fix For: 0.6.0
>
>         Attachments: HIVE-1119.1.patch, HIVE-1119.3.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.