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 E6F7F200D26 for ; Fri, 20 Oct 2017 11:07:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E57D1160BCB; Fri, 20 Oct 2017 09:07:00 +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 3F7BC1609E1 for ; Fri, 20 Oct 2017 11:07:00 +0200 (CEST) Received: (qmail 9516 invoked by uid 500); 20 Oct 2017 09:06:58 -0000 Mailing-List: contact commits-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hive.apache.org Delivered-To: mailing list commits@hive.apache.org Received: (qmail 9505 invoked by uid 99); 20 Oct 2017 09:06:58 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Oct 2017 09:06:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 68882DFAEB; Fri, 20 Oct 2017 09:06:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pvary@apache.org To: commits@hive.apache.org Message-Id: <095a6112c6534f5ea97e7aa0cb03b570@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hive git commit: HIVE-17864: PTestClient cannot start during Precommit tests (Adam Szita, via Peter Vary) Date: Fri, 20 Oct 2017 09:06:55 +0000 (UTC) archived-at: Fri, 20 Oct 2017 09:07:01 -0000 Repository: hive Updated Branches: refs/heads/master 84cf8beab -> 76d880937 HIVE-17864: PTestClient cannot start during Precommit tests (Adam Szita, via Peter Vary) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/76d88093 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/76d88093 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/76d88093 Branch: refs/heads/master Commit: 76d880937bdf6821b4bf6db5df9a85a8d6683fa3 Parents: 84cf8be Author: Peter Vary Authored: Fri Oct 20 11:06:26 2017 +0200 Committer: Peter Vary Committed: Fri Oct 20 11:06:26 2017 +0200 ---------------------------------------------------------------------- dev-support/jenkins-execute-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/76d88093/dev-support/jenkins-execute-build.sh ---------------------------------------------------------------------- diff --git a/dev-support/jenkins-execute-build.sh b/dev-support/jenkins-execute-build.sh index 8c1a93c..f660fcb 100644 --- a/dev-support/jenkins-execute-build.sh +++ b/dev-support/jenkins-execute-build.sh @@ -48,7 +48,7 @@ call_ptest_server() { build_ptest_client || return 1 - local PTEST_CLASSPATH="$PTEST_BUILD_DIR/hive/testutils/ptest2/target/hive-ptest-1.0-classes.jar:$PTEST_BUILD_DIR/hive/testutils/ptest2/target/lib/*" + local PTEST_CLASSPATH="$PTEST_BUILD_DIR/hive/testutils/ptest2/target/hive-ptest-3.0-classes.jar:$PTEST_BUILD_DIR/hive/testutils/ptest2/target/lib/*" java -cp "$PTEST_CLASSPATH" org.apache.hive.ptest.api.client.PTestClient --command testStart \ --outputDir "$PTEST_BUILD_DIR/hive/testutils/ptest2/target" --password "$JIRA_PASSWORD" "$@"