File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ FAILED=0
2323LOGFILE=$FWDIR /unit-tests.out
2424rm -f $LOGFILE
2525
26- SPARK_TESTING=1 NOT_CRAN=true $FWDIR /../bin/spark-submit --driver-java-options " -Dlog4j.configuration=file:$FWDIR /log4j.properties" --conf spark.hadoop.fs.defaultFS=" file:///" $FWDIR /pkg/tests/run-all.R 2>&1 | tee -a $LOGFILE
26+ SPARK_TESTING=1 NOT_CRAN=true $FWDIR /../bin/spark-submit --driver-java-options " -Dlog4j.configuration=file:$FWDIR /log4j.properties" --conf spark.hadoop.fs.defaultFS=" file:///" --conf spark.driver.extraJavaOptions= " -Dio.netty.tryReflectionSetAccessible=true " --conf spark.executor.extraJavaOptions= " -Dio.netty.tryReflectionSetAccessible=true " $FWDIR /pkg/tests/run-all.R 2>&1 | tee -a $LOGFILE
2727FAILED=$(( PIPESTATUS[0 ]|| $FAILED ))
2828
2929NUM_TEST_WARNING=" $( grep -c -e ' Warnings ----------------' $LOGFILE ) "
You can’t perform that action at this time.
0 commit comments