Return-Path: X-Original-To: apmail-hive-commits-archive@www.apache.org Delivered-To: apmail-hive-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A775417CC8 for ; Fri, 24 Apr 2015 19:03:48 +0000 (UTC) Received: (qmail 65168 invoked by uid 500); 24 Apr 2015 19:03:48 -0000 Delivered-To: apmail-hive-commits-archive@hive.apache.org Received: (qmail 65126 invoked by uid 500); 24 Apr 2015 19:03:48 -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 65115 invoked by uid 99); 24 Apr 2015 19:03:48 -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, 24 Apr 2015 19:03:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 244AFE091A; Fri, 24 Apr 2015 19:03:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: spena@apache.org To: commits@hive.apache.org Message-Id: <6da96b9e887b4faaac5ffe39a8cb897e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hive git commit: HIVE-10472: Jenkins HMS upgrade test is not publishing results because JIRAService class is not found. (Sergio Pena, reviewed by Szheon Ho) Date: Fri, 24 Apr 2015 19:03:48 +0000 (UTC) Repository: hive Updated Branches: refs/heads/master ca9b5cb5a -> 3a42c2061 HIVE-10472: Jenkins HMS upgrade test is not publishing results because JIRAService class is not found. (Sergio Pena, reviewed by Szheon Ho) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/3a42c206 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/3a42c206 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/3a42c206 Branch: refs/heads/master Commit: 3a42c20619cf37a2ee72bd8c3c116296719d54f9 Parents: ca9b5cb Author: Sergio Pena Authored: Fri Apr 24 14:03:39 2015 -0500 Committer: Sergio Pena Committed: Fri Apr 24 14:03:39 2015 -0500 ---------------------------------------------------------------------- dev-support/jenkins-execute-hms-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/3a42c206/dev-support/jenkins-execute-hms-test.sh ---------------------------------------------------------------------- diff --git a/dev-support/jenkins-execute-hms-test.sh b/dev-support/jenkins-execute-hms-test.sh index e7e3c6b..584f517 100644 --- a/dev-support/jenkins-execute-hms-test.sh +++ b/dev-support/jenkins-execute-hms-test.sh @@ -109,7 +109,7 @@ publish_results() { # Avoid showing this information on Jira set +x - java -cp "hive/build/ptest2/target/*:hive/build/ptest2/target/lib/*" org.apache.hive.ptest.execution.JIRAService \ + java -cp "hive/build/testutils/ptest2/target/*:hive/build/testutils/ptest2/target/lib/*" org.apache.hive.ptest.execution.JIRAService \ --user "$JIRA_USER" \ --password "$JIRA_PASS" \ --file "$file"