Skip to content
Snippets Groups Projects
  • Felix Cheung's avatar
    a8877bdb
    [SPARK-19237][SPARKR][CORE] On Windows spark-submit should handle when java is not installed · a8877bdb
    Felix Cheung authored
    ## What changes were proposed in this pull request?
    
    When SparkR is installed as a R package there might not be any java runtime.
    If it is not there SparkR's `sparkR.session()` will block waiting for the connection timeout, hanging the R IDE/shell, without any notification or message.
    
    ## How was this patch tested?
    
    manually
    
    - [x] need to test on Windows
    
    Author: Felix Cheung <felixcheung_m@hotmail.com>
    
    Closes #16596 from felixcheung/rcheckjava.
    a8877bdb
    History
    [SPARK-19237][SPARKR][CORE] On Windows spark-submit should handle when java is not installed
    Felix Cheung authored
    ## What changes were proposed in this pull request?
    
    When SparkR is installed as a R package there might not be any java runtime.
    If it is not there SparkR's `sparkR.session()` will block waiting for the connection timeout, hanging the R IDE/shell, without any notification or message.
    
    ## How was this patch tested?
    
    manually
    
    - [x] need to test on Windows
    
    Author: Felix Cheung <felixcheung_m@hotmail.com>
    
    Closes #16596 from felixcheung/rcheckjava.