Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3BF3E18189 for ; Tue, 2 Feb 2016 14:30:07 +0000 (UTC) Received: (qmail 38607 invoked by uid 500); 2 Feb 2016 14:29:40 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 38490 invoked by uid 500); 2 Feb 2016 14:29:40 -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 38464 invoked by uid 99); 2 Feb 2016 14:29:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2016 14:29:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C75B02C0AFA for ; Tue, 2 Feb 2016 14:29:39 +0000 (UTC) Date: Tue, 2 Feb 2016 14:29:39 +0000 (UTC) From: "Aihua Xu (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-12952) Show query sub-pages on webui 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/HIVE-12952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15128315#comment-15128315 ] Aihua Xu commented on HIVE-12952: --------------------------------- +1. The patch looks good. Possible future improvement to consider: 1. In Perf-log tab, if we can add a total time for compile and execution, that could be helpful for us to see if compile or execution has the bottleneck. 2. The entries for compile stage should be divided into logical subtasks, like how much time is spent on Parser, Logical Optimizer, Physical Optimizer, etc. And each of them can be divided further. {noformat} Compile-time Semantic Analysis 50 Parser 20 Optimizer 50 ------------------------------------ Total 5600 {noformat} > Show query sub-pages on webui > ----------------------------- > > Key: HIVE-12952 > URL: https://issues.apache.org/jira/browse/HIVE-12952 > Project: Hive > Issue Type: Sub-task > Components: Diagnosability > Reporter: Szehon Ho > Assignee: Szehon Ho > Attachments: Error - Query Info Expired.png, HIVE-12952.2.patch, HIVE-12952.3.patch, HIVE-12952.4.patch, HIVE-12952.patch, Query Drilldown link.png, Tab 3 - Stages.png, Tab1- Base Profile.png, Tab2 - Query Plan.png, Tab4 - Perf Logging.png > > > Today the queries showing in Running and Completed lists have some basic information like query string, elapsed time, state, user, etc. > It may be helpful to have even more information like: > * Job URL's, job status > * Explain plan (configurable) > * Error message (if failure) > * Dynamic metrics, incl: > ** Number of Tables/partitions fetched > ** Time taken in each method via perf-logger. > These should go in another page, so as not to clog the summary hiveserver.jsp page. > This JIRA aims to tackle some of those. -- This message was sent by Atlassian JIRA (v6.3.4#6332)