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 5642D200BBB for ; Thu, 27 Oct 2016 05:45:36 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 54C89160AFD; Thu, 27 Oct 2016 03:45:36 +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 9B070160AEE for ; Thu, 27 Oct 2016 05:45:35 +0200 (CEST) Received: (qmail 47864 invoked by uid 500); 27 Oct 2016 03:45:34 -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 47849 invoked by uid 99); 27 Oct 2016 03:45:34 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Oct 2016 03:45:34 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 1058E1A937C for ; Thu, 27 Oct 2016 03:45:34 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-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-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 0_XVbHJ-fExC for ; Thu, 27 Oct 2016 03:45:32 +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 B6F2B5FC6A for ; Thu, 27 Oct 2016 03:45:31 +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 u9R3jUgG005775; Thu, 27 Oct 2016 03:45:30 GMT Message-Id: <201610270345.u9R3jUgG005775@ip-10-146-233-104.ec2.internal> Date: Thu, 27 Oct 2016 03:45:29 +0000 From: "David Knupp (Code Review)" To: Martin Grund , impala-cr@cloudera.com, reviews@impala.incubator.apache.org CC: Michael Brown , Harrison Sheinblatt Reply-To: dknupp@cloudera.com X-Gerrit-MessageType: newpatchset Subject: =?UTF-8?Q?=5BImpala-ASF-CR=5D_Enabling_end-to-end_tests_on_a_remote_cluster=0A?= X-Gerrit-Change-Id: I1f443a1728a1d28168090c6f54e82dec2cb073e9 X-Gerrit-ChangeURL: X-Gerrit-Commit: 63c6873a37fa21e5d7411b2c3fe1ed35d0ed1ea3 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, 27 Oct 2016 03:45:36 -0000 David Knupp has uploaded a new patch set (#6). Change subject: Enabling end-to-end tests on a remote cluster ...................................................................... Enabling end-to-end tests on a remote cluster This patch enables data loading and running end-to-end tests on a remote cluster. The requirements to run the tests on a remote cluster are - CDH cluster that is CM managed - KMS and KeyTrustee installed and available as service - Hive warehouse dir points to /test-warehouse The new remote_load_data.py script takes a CM host as argument and will load the test warehouse snapshot on the first cluster managed by this instance of CM. It will automatically pick the necessary configuration needed to perform the data load process. Usage: remote_data_load.py [options] cm_host Options: -h, --help show this help message and exit --cm-user=CM_USER Cloudera Manager admin user --cm-pass=CM_PASS Cloudera Manager admin user password --gateway=GATEWAY Gateway host to upload the data from. If not set, uses the CM host as gateway. --ssh-user=SSH_USER System user on the remote machine with passwordless SSH configured. --no-load Do not try to load the snapshot --exploration-strategy=EXPLORATION_STRATEGY --test Run end-to-end tests against cluster Change-Id: I1f443a1728a1d28168090c6f54e82dec2cb073e9 --- M bin/load-data.py A bin/remote_data_load.py M testdata/bin/compute-table-stats.sh M testdata/bin/create-load-data.sh M testdata/bin/create-table-many-blocks.sh M testdata/bin/generate-schema-statements.py M testdata/bin/load-test-warehouse-snapshot.sh M testdata/bin/load_nested.py M testdata/bin/run-step.sh M testdata/bin/setup-hdfs-env.sh 10 files changed, 669 insertions(+), 66 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/69/4769/6 -- To view, visit http://gerrit.cloudera.org:8080/4769 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I1f443a1728a1d28168090c6f54e82dec2cb073e9 Gerrit-PatchSet: 6 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: David Knupp Gerrit-Reviewer: David Knupp Gerrit-Reviewer: Harrison Sheinblatt Gerrit-Reviewer: Martin Grund Gerrit-Reviewer: Michael Brown