We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb228c0 commit 82eb688Copy full SHA for 82eb688
1 file changed
pom.xml
@@ -1145,6 +1145,10 @@
1145
<argLine>-ea -Xmx3g -XX:MaxPermSize=${MaxPermGen} -XX:ReservedCodeCacheSize=${CodeCacheSize}</argLine>
1146
<stderr/>
1147
<environmentVariables>
1148
+ <!--
1149
+ Setting SPARK_DIST_CLASSPATH is a simple way to make sure any child processes
1150
+ launched by the tests have access to the correct test-time classpath.
1151
+ -->
1152
<SPARK_DIST_CLASSPATH>${test_classpath}</SPARK_DIST_CLASSPATH>
1153
</environmentVariables>
1154
<systemProperties>
0 commit comments