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 CE22C200BBD for ; Tue, 25 Oct 2016 02:14:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CCECD160B00; Tue, 25 Oct 2016 00:14:01 +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 1EFAF160AEB for ; Tue, 25 Oct 2016 02:14:00 +0200 (CEST) Received: (qmail 89655 invoked by uid 500); 25 Oct 2016 00:14:00 -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 89618 invoked by uid 99); 25 Oct 2016 00:14:00 -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; Tue, 25 Oct 2016 00:14:00 +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 A85301862A0 for ; Tue, 25 Oct 2016 00:13:59 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-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 mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id zu7W1JJVDK8A for ; Tue, 25 Oct 2016 00:13:57 +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-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 1BE355FADC for ; Tue, 25 Oct 2016 00:13:56 +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 u9P0Ds5M013933; Tue, 25 Oct 2016 00:13:54 GMT Message-Id: <201610250013.u9P0Ds5M013933@ip-10-146-233-104.ec2.internal> Date: Tue, 25 Oct 2016 00:13:54 +0000 From: "Internal 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_Minor_compute_stats_script_fixes=0A?= X-Gerrit-Change-Id: I326f4c370fda8d5e388af8e2395623185c06bc07 X-Gerrit-ChangeURL: X-Gerrit-Commit: e0a32721297db9d85da4a1d749672289537aca50 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, 25 Oct 2016 00:14:02 -0000 Internal Jenkins has submitted this change and it was merged. Change subject: Minor compute stats script fixes ...................................................................... Minor compute stats script fixes * Change run-step to output full log path * Change text to say "Computing table stats" rather than "Computing HBase stats" when running compute-table-stats.sh Change-Id: I326f4c370fda8d5e388af8e2395623185c06bc07 Reviewed-on: http://gerrit.cloudera.org:8080/4825 Reviewed-by: Alex Behm Tested-by: Internal Jenkins --- M testdata/bin/create-load-data.sh M testdata/bin/run-step.sh 2 files changed, 3 insertions(+), 4 deletions(-) Approvals: Internal Jenkins: Verified Alex Behm: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/4825 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I326f4c370fda8d5e388af8e2395623185c06bc07 Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Henry Robinson Gerrit-Reviewer: Alex Behm Gerrit-Reviewer: Internal Jenkins