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 8FDF1200CA8 for ; Thu, 1 Jun 2017 05:33:50 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8E69C160BDB; Thu, 1 Jun 2017 03:33:50 +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 DD5C6160BCB for ; Thu, 1 Jun 2017 05:33:49 +0200 (CEST) Received: (qmail 32571 invoked by uid 500); 1 Jun 2017 03:33:49 -0000 Mailing-List: contact reviews-help@impala.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list reviews@impala.incubator.apache.org Received: (qmail 32560 invoked by uid 99); 1 Jun 2017 03:33:48 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jun 2017 03:33:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 781171806F7 for ; Thu, 1 Jun 2017 03:33:48 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.363 X-Spam-Level: X-Spam-Status: No, score=0.363 tagged_above=-999 required=6.31 tests=[RDNS_DYNAMIC=0.363, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id Z_-Qge9RP4TO for ; Thu, 1 Jun 2017 03:33:47 +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 mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 998D05F2A8 for ; Thu, 1 Jun 2017 03:33:47 +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 v513XlTo028422; Thu, 1 Jun 2017 03:33:47 GMT Message-Id: <201706010333.v513XlTo028422@ip-10-146-233-104.ec2.internal> Date: Thu, 1 Jun 2017 03:33:47 +0000 From: "Impala Public Jenkins (Code Review)" To: Henry Robinson , impala-cr@cloudera.com, reviews@impala.incubator.apache.org X-Gerrit-MessageType: merged Subject: =?UTF-8?Q?=5BImpala-ASF-CR=5D_IMPALA-5364=3A_Correct_title_of_query_locations_table=0A?= X-Gerrit-Change-Id: I2fddd41500ada10eb1c12d92afcb96a82009857b X-Gerrit-ChangeURL: X-Gerrit-Commit: 64e8538ab2a45794821fcf7b84160fdc334e6505 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.7 archived-at: Thu, 01 Jun 2017 03:33:50 -0000 Impala Public Jenkins has submitted this change and it was merged. Change subject: IMPALA-5364: Correct title of query locations table ...................................................................... IMPALA-5364: Correct title of query locations table Previously claimed to be #fragments, but this was inaccurate - it's the number of queries with fragments on that host. We should have per-backend reporting on the number of fragment instances in the future, but for now let's correct the mistaken label. Change-Id: I2fddd41500ada10eb1c12d92afcb96a82009857b Reviewed-on: http://gerrit.cloudera.org:8080/6988 Reviewed-by: Henry Robinson Tested-by: Impala Public Jenkins --- M be/src/service/impala-server.cc M www/queries.tmpl 2 files changed, 3 insertions(+), 3 deletions(-) Approvals: Impala Public Jenkins: Verified Henry Robinson: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/6988 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2fddd41500ada10eb1c12d92afcb96a82009857b Gerrit-PatchSet: 4 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Henry Robinson Gerrit-Reviewer: Henry Robinson Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Sailesh Mukil