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

    https://github.com/apache/spark/pull/19657#discussion_r149140297
  
    --- Diff: R/pkg/vignettes/sparkr-vignettes.Rmd ---
    @@ -1183,3 +1183,24 @@ env | map
     ```{r, echo=FALSE}
     sparkR.session.stop()
     ```
    +
    +```{r cleanup, include=FALSE}
    +# clean up if Spark was downloaded
    +# get0 not supported before R 3.2.0
    +sparkDownloaded <- mget(".sparkDownloaded"[1L],
    --- End diff --
    
    Yeah - lets do that. I might even be fine with exposing an external 
function 'uninstallSpark' or 'uninstallDownloadedSpark' ?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to