Sergey Shelukhin created HIVE-14433: ---------------------------------------
Summary: refactor LLAP plan cache avoidance and fix issue in merge Key: HIVE-14433 URL: https://issues.apache.org/jira/browse/HIVE-14433 Project: Hive Issue Type: Bug Reporter: Sergey Shelukhin 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)