You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Sergey Shelukhin (JIRA)" <ji...@apache.org> on 2017/10/21 01:33:01 UTC

[jira] [Comment Edited] (HIVE-17858) MM - some union cases are broken

    [ https://issues.apache.org/jira/browse/HIVE-17858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16213642#comment-16213642 ] 

Sergey Shelukhin edited comment on HIVE-17858 at 10/21/17 1:32 AM:
-------------------------------------------------------------------

There are a couple of issues, the main one being that DP directories cannot be located correctly due to some statement ID issues. I will file a followup jira, for now it looks like stmtId for MoveTask is not needed. It's set in load and import cases only, not for insert; moreover for union there are several statement IDs for the same query (one per side of the union), and the load needs to load all of them at once.

I'm also enabling mm_all test for MiniLlap


was (Author: sershe):
There are a couple of issues, the main one being that DP directories cannot be located correctly due to some statement ID issues. I will file a followup jira, for now it looks like stmtId for MoveTask is not needed. It's set in load and import cases only, not for insert; moreover for union there are several statement IDs for the same query (one per side of the union), and the load needs to load all of them at once.

> MM - some union cases are broken
> --------------------------------
>
>                 Key: HIVE-17858
>                 URL: https://issues.apache.org/jira/browse/HIVE-17858
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Transactions
>            Reporter: Sergey Shelukhin
>            Assignee: Sergey Shelukhin
>              Labels: mm-gap-1
>         Attachments: HIVE-17858.patch
>
>
> mm_all test no longer runs on LLAP; if it's executed in LLAP, one can see that some union cases no longer work.
> Queries on partunion_mm, skew_dp_union_mm produce no results.
> I'm not sure what part of "integration" broke it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)