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

    https://github.com/apache/spark/pull/15666#discussion_r143015101
  
    --- Diff: R/pkg/tests/fulltests/test_context.R ---
    @@ -167,6 +167,18 @@ test_that("spark.lapply should perform simple 
transforms", {
       sparkR.session.stop()
     })
     
    +test_that("add jar should work and allow usage of the jar on the driver 
node", {
    +  sparkR.sparkContext()
    +
    +  destDir <- file.path(tempdir(), "testjar")
    --- End diff --
    
    I'd remove this `tempdir()` btw.


---

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

Reply via email to