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 2016/08/05 19:37:20 UTC

[jira] [Assigned] (HIVE-14433) refactor LLAP plan cache avoidance and fix issue in merge processor

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

Sergey Shelukhin reassigned HIVE-14433:
---------------------------------------

    Assignee: Sergey Shelukhin

> refactor LLAP plan cache avoidance and fix issue in merge processor
> -------------------------------------------------------------------
>
>                 Key: HIVE-14433
>                 URL: https://issues.apache.org/jira/browse/HIVE-14433
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Sergey Shelukhin
>            Assignee: Sergey Shelukhin
>         Attachments: HIVE-14433.patch
>
>
> Map and reduce processors do this:
> {noformat}
>     if (LlapProxy.isDaemon()) {
>       cache = new org.apache.hadoop.hive.ql.exec.mr.ObjectCache(); // do not cache plan
> ...
> {noformat}
> but merge processor just gets the plan. If it runs in LLAP, it can get a cached plan. Need to move this logic into ObjectCache itself, via a isPlan arg or something. That will also fix this issue for merge processor



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)