Skip to content

Commit 4d4e6f0

Browse files
committed
Use the same log4j configuration with Jenkins in AppVeyor
1 parent 5773ab1 commit 4d4e6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ build_script:
4949
- cmd: mvn -DskipTests -Psparkr -Phive -Phive-thriftserver package
5050

5151
test_script:
52-
- cmd: .\bin\spark-submit2.cmd --conf spark.hadoop.fs.defaultFS="file:///" R\pkg\tests\run-all.R
52+
- 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
5353

5454
notifications:
5555
- provider: Email

0 commit comments

Comments
 (0)