Github user felixcheung commented on a diff in the pull request:
https://github.com/apache/spark/pull/19402#discussion_r142010483
--- Diff: core/pom.xml ---
@@ -499,7 +499,7 @@
</execution>
</executions>
<configuration>
-
<executable>..${file.separator}R${file.separator}install-dev${script.extension}</executable>
+
<executable>${file.separator}R${file.separator}install-dev${script.extension}</executable>
--- End diff --
would it work if this is
```
<executable>${project.basedir}${file.separator}..${file.separator}R${file.separator}install-dev${script.extension}</executable>
```
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]