Details
-
Question
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
2.4.0
-
None
-
// code placeholder
JAVA_HOME="/usr/lib/jvm/java-8-openjdk-amd64" BUILD_DISPLAY_NAME="Jenkins build" BUILD_URL="xxxxxxxxxxxxxxxxxxx " GITHUB_PROJECT_URL="https://github.com/apache/spark" GITHUB_OAUTH_KEY="xxxxxxxxxxxxxxxxxxxxxxxxxxx" GITHUB_API_ENDPOINT="https://api.github.com/repos/apache/spark" AMPLAB_JENKINS_BUILD_TOOL="maven" AMPLAB_JENKINS="True" sha1="origin/pr/23560/merge" ghprbActualCommit="d73cfb51941f99516b7878acace26db35ea72076" ghprbActualCommitAuthor="jiafu.zhang@intel.com" ghprbActualCommitAuthorEmail="jiafu.zhang@intel.com" ghprbTriggerAuthor="Marcelo Vanzin" ghprbPullId=23560 ghprbTargetBranch="master" ghprbSourceBranch="thread_conf_separation" GIT_BRANCH="thread_conf_separation" ghprbPullAuthorEmail="jiafu.zhang@intel.com" ghprbPullDescription="GitHub pull request #23560 of commit d73cfb51941f99516b7878acace26db35ea72076 automatically merged." ghprbPullTitle="
SPARK-26632[Core] Separate Thread Configurations of Driver and Executor" ghprbPullLink=https://api.github.com/repos/apache/spark/pulls/23560// code placeholder JAVA_HOME="/usr/lib/jvm/java-8-openjdk-amd64" BUILD_DISPLAY_NAME="Jenkins build" BUILD_URL="xxxxxxxxxxxxxxxxxxx " GITHUB_PROJECT_URL="https://github.com/apache/spark" GITHUB_OAUTH_KEY="xxxxxxxxxxxxxxxxxxxxxxxxxxx" GITHUB_API_ENDPOINT="https://api.github.com/repos/apache/spark" AMPLAB_JENKINS_BUILD_TOOL="maven" AMPLAB_JENKINS="True" sha1="origin/pr/23560/merge" ghprbActualCommit="d73cfb51941f99516b7878acace26db35ea72076" ghprbActualCommitAuthor="jiafu.zhang@intel.com" ghprbActualCommitAuthorEmail="jiafu.zhang@intel.com" ghprbTriggerAuthor="Marcelo Vanzin" ghprbPullId=23560 ghprbTargetBranch="master" ghprbSourceBranch="thread_conf_separation" GIT_BRANCH="thread_conf_separation" ghprbPullAuthorEmail="jiafu.zhang@intel.com" ghprbPullDescription="GitHub pull request #23560 of commit d73cfb51941f99516b7878acace26db35ea72076 automatically merged." ghprbPullTitle=" SPARK-26632 [Core] Separate Thread Configurations of Driver and Executor" ghprbPullLink= https://api.github.com/repos/apache/spark/pulls/23560
Description
When I run `Spark/dev/run-test-jenkins.py` with following env variables set. (Ref: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/103464/parameters/)
The execution gets stuck at this point (build step),
[INFO] --- scala-maven-plugin:3.4.4:compile (scala-compile-first) @ spark-tags_2.12 ---
[INFO] Using zinc server for incremental compilation
[INFO] Toolchain in scala-maven-plugin: /usr/lib/jvm/java-8-openjdk-amd64
I am not sure what's going wrong. Am I missing some environment variable?
When I run `/dev/run-tests.py` there is no problem.