Skip to content

[DO-NOT-MERGE][test-hadoop3.2][test-maven] Investigate JAVA_HOME not being set properly#25447

Closed
HyukjinKwon wants to merge 12 commits intoapache:masterfrom
HyukjinKwon:fixfixfixfix
Closed

[DO-NOT-MERGE][test-hadoop3.2][test-maven] Investigate JAVA_HOME not being set properly#25447
HyukjinKwon wants to merge 12 commits intoapache:masterfrom
HyukjinKwon:fixfixfixfix

Conversation

@HyukjinKwon
Copy link
Member

What changes were proposed in this pull request?

Do not merge

How was this patch tested?

N/A

@SparkQA
Copy link

SparkQA commented Aug 14, 2019

Test build #109087 has finished for PR 25447 at commit 130bef4.

  • This patch fails due to an unknown error code, 125.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Aug 14, 2019

Test build #109085 has finished for PR 25447 at commit 0c89766.

  • This patch fails to generate documentation.
  • This patch merges cleanly.
  • This patch adds no public classes.

@HyukjinKwon HyukjinKwon changed the title [DO-NOT-MERGE] Investigate JAVA_HOME not being set properly [DO-NOT-MERGE][test-hadoop3.2][test-maven] Investigate JAVA_HOME not being set properly Aug 14, 2019
@HyukjinKwon
Copy link
Member Author

retest this please

@SparkQA
Copy link

SparkQA commented Aug 14, 2019

Test build #109090 has finished for PR 25447 at commit f7d40b0.

  • This patch fails due to an unknown error code, -9.
  • This patch merges cleanly.
  • This patch adds no public classes.

@wangyum
Copy link
Member

wangyum commented Aug 14, 2019

retest this please

@SparkQA
Copy link

SparkQA commented Aug 14, 2019

Test build #109094 has finished for PR 25447 at commit f7d40b0.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Aug 14, 2019

Test build #109096 has finished for PR 25447 at commit 74d91c6.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

if "test-hadoop3.2" in ghprb_pull_title:
os.environ["AMPLAB_JENKINS_BUILD_PROFILE"] = "hadoop3.2"
os.environ["JAVA_HOME"] = "/usr/java/jdk-11.0.1"
os.environ["PATH"] = "/usr/java/jdk-11.0.1/bin:%s" % os.environ["PATH"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, we need set PATH for jdk 11.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's see if it passes and port this change into your PR #25443 and #25423

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It works:
image

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

@SparkQA
Copy link

SparkQA commented Aug 14, 2019

Test build #109100 has finished for PR 25447 at commit fa4b997.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@HyukjinKwon HyukjinKwon deleted the fixfixfixfix branch March 3, 2020 01:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants