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 CC209200B3C for ; Wed, 29 Jun 2016 01:37:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CAD53160A6C; Tue, 28 Jun 2016 23:37:30 +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 1AF92160A56 for ; Wed, 29 Jun 2016 01:37:29 +0200 (CEST) Received: (qmail 96708 invoked by uid 500); 28 Jun 2016 23:37:29 -0000 Mailing-List: contact dev-help@impala.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@impala.incubator.apache.org Delivered-To: mailing list dev@impala.incubator.apache.org Received: (qmail 96696 invoked by uid 99); 28 Jun 2016 23:37:29 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2016 23:37:29 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id A0FCFCCD00 for ; Tue, 28 Jun 2016 23:37:28 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.362 X-Spam-Level: X-Spam-Status: No, score=0.362 tagged_above=-999 required=6.31 tests=[RDNS_DYNAMIC=0.363, SPF_PASS=-0.001] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 2_DPRKaPLjrU for ; Tue, 28 Jun 2016 23:37:26 +0000 (UTC) Received: from ip-10-146-233-104.ec2.internal (ec2-75-101-130-251.compute-1.amazonaws.com [75.101.130.251]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTPS id EBAC75F242 for ; Tue, 28 Jun 2016 23:37:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ip-10-146-233-104.ec2.internal (8.14.4/8.14.4) with ESMTP id u5SNbOi5008779; Tue, 28 Jun 2016 23:37:24 GMT Message-Id: <201606282337.u5SNbOi5008779@ip-10-146-233-104.ec2.internal> Date: Tue, 28 Jun 2016 23:37:16 +0000 From: "Sailesh Mukil (Code Review)" To: impala-cr@cloudera.com, dev@impala.incubator.apache.org CC: David Knupp Reply-To: sailesh@cloudera.com X-Gerrit-MessageType: newpatchset Subject: =?UTF-8?Q?=5BImpala-CR=5D=28cdh5-trunk=29_IMPALA-1671=3A_Print_time_and_link_to_coordinator_web_UI_once_query_is_submitted_in_shell=0A?= X-Gerrit-Change-Id: I704eb64546e27c367830120241311fea6091266b X-Gerrit-ChangeURL: X-Gerrit-Commit: e807569c370d20074ac778d1c1d9596a245215dc In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.12.2 archived-at: Tue, 28 Jun 2016 23:37:31 -0000 Sailesh Mukil has uploaded a new patch set (#3). Change subject: IMPALA-1671: Print time and link to coordinator web UI once query is submitted in shell ...................................................................... IMPALA-1671: Print time and link to coordinator web UI once query is submitted in shell To help supportability and debugging, it's helpful to have the impala shell print out the coordinator time and the link to the coordinator web UI once the query is submitted. This is done by calling the PingImpalaService() routine everytime a query is submitted, which returns the coordinator's hostname, webserver port and the coordinator epoch time at that moment which the shell then formats and prints out. Change-Id: I704eb64546e27c367830120241311fea6091266b --- M be/src/service/impala-beeswax-server.cc M common/thrift/ImpalaService.thrift M shell/impala_client.py M shell/impala_shell.py 4 files changed, 34 insertions(+), 6 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/07/3507/3 -- To view, visit http://gerrit.cloudera.org:8080/3507 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I704eb64546e27c367830120241311fea6091266b Gerrit-PatchSet: 3 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Sailesh Mukil Gerrit-Reviewer: David Knupp