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

Sergey Shelukhin updated HIVE-14433:
------------------------------------
    Attachment: HIVE-14433.01.patch

> 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
>    Affects Versions: 2.0.1, 2.2.0, 2.1.1
>            Reporter: Sergey Shelukhin
>            Assignee: Sergey Shelukhin
>         Attachments: HIVE-14433.01.patch, 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)

Reply via email to