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

    https://github.com/apache/spark/pull/21314#discussion_r187816505
  
    --- Diff: R/pkg/R/client.R ---
    @@ -82,7 +82,7 @@ checkJavaVersion <- function() {
                        })
       javaVersionFilter <- Filter(
           function(x) {
    -        grepl("java version", x)
    +        grepl(" version", x)
    --- End diff --
    
    I tried a bit but couldn't unpack the tar inside the `archive.bin` (unzip 
first)
    https://developer.ibm.com/javasdk/downloads/sdk8/


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to