You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by pv...@apache.org on 2018/02/06 09:33:03 UTC

hive git commit: HIVE-18612: Build subprocesses under Yetus in Ptest use 1.7 jre instead of 1.8 (Adam Szita via Peter Vary)

Repository: hive
Updated Branches:
  refs/heads/master f33db1f68 -> 443b10b2b


HIVE-18612: Build subprocesses under Yetus in Ptest use 1.7 jre instead of 1.8 (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/443b10b2
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/443b10b2
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/443b10b2

Branch: refs/heads/master
Commit: 443b10b2bba6e8bf8238f4253c5b7ef1fa832553
Parents: f33db1f
Author: Peter Vary <pv...@cloudera.com>
Authored: Tue Feb 6 10:32:14 2018 +0100
Committer: Peter Vary <pv...@cloudera.com>
Committed: Tue Feb 6 10:32:14 2018 +0100

----------------------------------------------------------------------
 testutils/ptest2/src/main/resources/yetus-exec.vm | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/443b10b2/testutils/ptest2/src/main/resources/yetus-exec.vm
----------------------------------------------------------------------
diff --git a/testutils/ptest2/src/main/resources/yetus-exec.vm b/testutils/ptest2/src/main/resources/yetus-exec.vm
index 847b9c6..a5327ca 100644
--- a/testutils/ptest2/src/main/resources/yetus-exec.vm
+++ b/testutils/ptest2/src/main/resources/yetus-exec.vm
@@ -21,6 +21,7 @@ date +"%Y-%m-%d %T.%3N"
 pushd ${workingDir}
 export JIRA_ISSUE=${jiraName}
 export JAVA_HOME=${javaHome}
+export PATH=$JAVA_HOME/bin/:$PATH
 ./dev-support/test-patch.sh ${patchFile} --jenkins --jira-base-url=${jiraUrl} --jira-user=${jiraUser} \
  --jira-password=${jiraPass} --patch-dir=${outputDir} --build-url=${buildUrl} --build-url-console=${buildUrlLog} \
  --build-url-artifacts=${buildUrlOutputDir} 2>&1 > ${logFile}