Github user brkyvz commented on a diff in the pull request:

    https://github.com/apache/spark/pull/9390#discussion_r44192284
  
    --- Diff: R/install-dev.bat ---
    @@ -25,3 +25,9 @@ set SPARK_HOME=%~dp0..
     MKDIR %SPARK_HOME%\R\lib
     
     R.exe CMD INSTALL --library="%SPARK_HOME%\R\lib"  %SPARK_HOME%\R\pkg\
    +
    +rem Zip the SparkR package so that it can be distributed to worker nodes 
on YARN
    +pushd %SPARK_HOME%\R\lib
    --- End diff --
    
    If `R/lib` is not writable, how are you going to write it here?


---
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]

Reply via email to