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 A7FBA200BB1 for ; Thu, 3 Nov 2016 20:49:12 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A6872160AFF; Thu, 3 Nov 2016 19:49:12 +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 EEBE9160AE5 for ; Thu, 3 Nov 2016 20:49:11 +0100 (CET) Received: (qmail 84977 invoked by uid 500); 3 Nov 2016 19:49:11 -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 84959 invoked by uid 99); 3 Nov 2016 19:49:10 -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, 03 Nov 2016 19:49:10 +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 8BB2318030C for ; Thu, 3 Nov 2016 19:49:10 +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 eMG7q5rbX43J for ; Thu, 3 Nov 2016 19:49:08 +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 7289D5F24F for ; Thu, 3 Nov 2016 19:49:08 +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 uA3Jn8mY032075; Thu, 3 Nov 2016 19:49:08 GMT Message-Id: <201611031949.uA3Jn8mY032075@ip-10-146-233-104.ec2.internal> Date: Thu, 3 Nov 2016 19:49:07 +0000 From: "Michael Brown (Code Review)" To: impala-cr@cloudera.com, reviews@impala.incubator.apache.org CC: Jim Apple , Matthew Jacobs Reply-To: mikeb@cloudera.com X-Gerrit-MessageType: newpatchset Subject: =?UTF-8?Q?=5BImpala-ASF-CR=5D_IMPALA-4427=3A_leopard=3A_make_DOCKER_IMAGE_NAME_required=0A?= X-Gerrit-Change-Id: Ic1cb96cb5c9a894f40e0892f3bdd3f3d0158e887 X-Gerrit-ChangeURL: X-Gerrit-Commit: 5e48df1420d0b087d9ab3ee3c61b1b06fb6d2ad8 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: Thu, 03 Nov 2016 19:49:12 -0000 Michael Brown has uploaded a new patch set (#2). Change subject: IMPALA-4427: leopard: make DOCKER_IMAGE_NAME required ...................................................................... IMPALA-4427: leopard: make DOCKER_IMAGE_NAME required This patch now requires users of the Leopard framwork to supply a DOCKER_IMAGE_NAME. The cloudera/impala image isn't being maintained, and until Apache Impala (incubating) decides to publish its own image, no default image name is possible. It is still possible to run the Leopard framework against a homegrown Docker image that has Apache Impala (incubating) and PostgreSQL installed: simply build such an image and export the DOCKER_IMAGE_NAME environment variable before running the controller. While here, fix some flake8 non-indent problems. Testing: short Leopard controller / query generator run. Change-Id: Ic1cb96cb5c9a894f40e0892f3bdd3f3d0158e887 --- M tests/comparison/leopard/controller.py M tests/comparison/leopard/impala_docker_env.py 2 files changed, 3 insertions(+), 6 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/36/4936/2 -- To view, visit http://gerrit.cloudera.org:8080/4936 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ic1cb96cb5c9a894f40e0892f3bdd3f3d0158e887 Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Michael Brown Gerrit-Reviewer: Jim Apple Gerrit-Reviewer: Matthew Jacobs