Skip to content

Commit 6bda399

Browse files
author
Marcelo Vanzin
committed
WIP: Testing to see whether this fixes the yarn test issue.
1 parent c83e039 commit 6bda399

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,6 +1194,7 @@
11941194
launched by the tests have access to the correct test-time classpath.
11951195
-->
11961196
<SPARK_DIST_CLASSPATH>${test_classpath}</SPARK_DIST_CLASSPATH>
1197+
<JAVA_HOME>${java.home}</JAVA_HOME>
11971198
</environmentVariables>
11981199
<systemProperties>
11991200
<java.awt.headless>true</java.awt.headless>
@@ -1224,6 +1225,7 @@
12241225
launched by the tests have access to the correct test-time classpath.
12251226
-->
12261227
<SPARK_DIST_CLASSPATH>${test_classpath}</SPARK_DIST_CLASSPATH>
1228+
<JAVA_HOME>${java.home}</JAVA_HOME>
12271229
</environmentVariables>
12281230
<systemProperties>
12291231
<java.awt.headless>true</java.awt.headless>

0 commit comments

Comments
 (0)