[jira] Updated: (HIVE-1117) Make QueryPlan serializable
[ https://issues.apache.org/jira/browse/HIVE-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-1117: - Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch Available) committed. Thanks Zheng > Make QueryPlan serializable > --- > > Key: HIVE-1117 > URL: https://issues.apache.org/jira/browse/HIVE-1117 > Project: Hadoop Hive > Issue Type: Improvement >Reporter: Zheng Shao >Assignee: Zheng Shao > Fix For: 0.6.0 > > Attachments: HIVE-1117.1.code.patch, HIVE-1117.1.test.patch > > > We need to make QueryPlan serializable so that we can resume the query some > time later. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Updated: (HIVE-1117) Make QueryPlan serializable
[ https://issues.apache.org/jira/browse/HIVE-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1117: - Attachment: HIVE-1117.1.test.patch HIVE-1117.1.code.patch > Make QueryPlan serializable > --- > > Key: HIVE-1117 > URL: https://issues.apache.org/jira/browse/HIVE-1117 > Project: Hadoop Hive > Issue Type: Improvement >Reporter: Zheng Shao >Assignee: Zheng Shao > Fix For: 0.6.0 > > Attachments: HIVE-1117.1.code.patch, HIVE-1117.1.test.patch > > > We need to make QueryPlan serializable so that we can resume the query some > time later. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Updated: (HIVE-1117) Make QueryPlan serializable
[ https://issues.apache.org/jira/browse/HIVE-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1117: - Status: Patch Available (was: Open) > Make QueryPlan serializable > --- > > Key: HIVE-1117 > URL: https://issues.apache.org/jira/browse/HIVE-1117 > Project: Hadoop Hive > Issue Type: Improvement >Reporter: Zheng Shao >Assignee: Zheng Shao > Fix For: 0.6.0 > > Attachments: HIVE-1117.1.code.patch, HIVE-1117.1.test.patch > > > We need to make QueryPlan serializable so that we can resume the query some > time later. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Updated: (HIVE-1117) Make QueryPlan serializable
[ https://issues.apache.org/jira/browse/HIVE-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1117: - Status: Open (was: Patch Available) > Make QueryPlan serializable > --- > > Key: HIVE-1117 > URL: https://issues.apache.org/jira/browse/HIVE-1117 > Project: Hadoop Hive > Issue Type: Improvement >Reporter: Zheng Shao >Assignee: Zheng Shao > Fix For: 0.6.0 > > > We need to make QueryPlan serializable so that we can resume the query some > time later. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Updated: (HIVE-1117) Make QueryPlan serializable
[ https://issues.apache.org/jira/browse/HIVE-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1117: - Attachment: (was: HIVE-1119.1.patch) > Make QueryPlan serializable > --- > > Key: HIVE-1117 > URL: https://issues.apache.org/jira/browse/HIVE-1117 > Project: Hadoop Hive > Issue Type: Improvement >Reporter: Zheng Shao >Assignee: Zheng Shao > Fix For: 0.6.0 > > > We need to make QueryPlan serializable so that we can resume the query some > time later. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Updated: (HIVE-1117) Make QueryPlan serializable
[ https://issues.apache.org/jira/browse/HIVE-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1117: - Status: Patch Available (was: Open) > Make QueryPlan serializable > --- > > Key: HIVE-1117 > URL: https://issues.apache.org/jira/browse/HIVE-1117 > Project: Hadoop Hive > Issue Type: Improvement >Reporter: Zheng Shao >Assignee: Zheng Shao > Fix For: 0.6.0 > > Attachments: HIVE-1119.1.patch > > > We need to make QueryPlan serializable so that we can resume the query some > time later. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Updated: (HIVE-1117) Make QueryPlan serializable
[ https://issues.apache.org/jira/browse/HIVE-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-1117: - 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 QueryPlan serializable > --- > > Key: HIVE-1117 > URL: https://issues.apache.org/jira/browse/HIVE-1117 > Project: Hadoop Hive > Issue Type: Improvement >Reporter: Zheng Shao >Assignee: Zheng Shao > Fix For: 0.6.0 > > Attachments: HIVE-1119.1.patch > > > We need to make QueryPlan serializable so that we can resume the query some > time later. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.