Skip to content

Commit eef1dc5

Browse files
Merge pull request #38 from apache/master
[SPARK-20614][PROJECT INFRA] Use the same log4j configuration with Je…
2 parents c6ab640 + b433aca commit eef1dc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)