Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/17873#discussion_r115001604
--- Diff: appveyor.yml ---
@@ -49,7 +49,7 @@ build_script:
- cmd: mvn -DskipTests -Psparkr -Phive -Phive-thriftserver package
test_script:
- - 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
--- End diff --
I have tried many ways but could not find cleaner way then `%CD:\=/%` to
turn the local path to URI form on Windows.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]