We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5773ab1 commit 4d4e6f0Copy full SHA for 4d4e6f0
appveyor.yml
@@ -49,7 +49,7 @@ build_script:
49
- cmd: mvn -DskipTests -Psparkr -Phive -Phive-thriftserver package
50
51
test_script:
52
- - cmd: .\bin\spark-submit2.cmd --conf spark.hadoop.fs.defaultFS="file:///" R\pkg\tests\run-all.R
+ - cmd: .\bin\spark-submit2.cmd --driver-java-options "-Dlog4j.configuration=file:///%CD:\=/%/R/log4j.properties" --conf spark.hadoop.fs.defaultFS="file:///" R\pkg\tests\run-all.R
53
54
notifications:
55
- provider: Email
0 commit comments