Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 53704200B5A for ; Thu, 4 Aug 2016 23:15:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5204F160A6A; Thu, 4 Aug 2016 21:15:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C8D6F160AAE for ; Thu, 4 Aug 2016 23:15:21 +0200 (CEST) Received: (qmail 15621 invoked by uid 500); 4 Aug 2016 21:15:20 -0000 Mailing-List: contact issues-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list issues@hive.apache.org Received: (qmail 15608 invoked by uid 99); 4 Aug 2016 21:15:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2016 21:15:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 97E742C0D65 for ; Thu, 4 Aug 2016 21:15:20 +0000 (UTC) Date: Thu, 4 Aug 2016 21:15:20 +0000 (UTC) From: "Sergey Shelukhin (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-14433) refactor LLAP plan cache avoidance and fix issue in merge MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 04 Aug 2016 21:15:22 -0000 [ https://issues.apache.org/jira/browse/HIVE-14433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15408493#comment-15408493 ] Sergey Shelukhin commented on HIVE-14433: ----------------------------------------- [~prasanth_j] fyi > 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)