Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 496C218F69 for ; Wed, 19 Aug 2015 08:49:46 +0000 (UTC) Received: (qmail 1819 invoked by uid 500); 19 Aug 2015 08:49:46 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 1675 invoked by uid 500); 19 Aug 2015 08:49:46 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 1465 invoked by uid 99); 19 Aug 2015 08:49:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2015 08:49:45 +0000 Date: Wed, 19 Aug 2015 08:49:45 +0000 (UTC) From: "Pallav Kulshreshtha (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-12734) Hive View: Visual Explain does not work running same query multiple times MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-12734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallav Kulshreshtha updated AMBARI-12734: ----------------------------------------- Fix Version/s: (was: 2.1.1) 2.1.2 > Hive View: Visual Explain does not work running same query multiple times > ------------------------------------------------------------------------- > > Key: AMBARI-12734 > URL: https://issues.apache.org/jira/browse/AMBARI-12734 > Project: Ambari > Issue Type: Bug > Components: ambari-views > Affects Versions: 2.1.0 > Reporter: Pallav Kulshreshtha > Fix For: 2.1.2 > > > STR: > 1)Deploy ambari > 2)Add Hive view > 3)Add some table and values > 4)Execute command that supported visual explain (has more than 1 stage) > select count(*) from nyse_stocks where stock_volume < 100; > 5)Try to do visual explain > 6)Try to do the visual explain again for the same query multiple times > Expected result: > Visual explain should show the same results as it has shown first time. > Actual result: > Visual explain shown is not the same as previous. -- This message was sent by Atlassian JIRA (v6.3.4#6332)