Skip to content
Snippets Groups Projects
  • jyu00's avatar
    5773ab12
    [SPARK-20546][DEPLOY] spark-class gets syntax error in posix mode · 5773ab12
    jyu00 authored
    ## What changes were proposed in this pull request?
    
    Updated spark-class to turn off posix mode so the process substitution doesn't cause a syntax error.
    
    ## How was this patch tested?
    
    Existing unit tests, manual spark-shell testing with posix mode on
    
    Author: jyu00 <jessieyu@us.ibm.com>
    
    Closes #17852 from jyu00/master.
    5773ab12
    History
    [SPARK-20546][DEPLOY] spark-class gets syntax error in posix mode
    jyu00 authored
    ## What changes were proposed in this pull request?
    
    Updated spark-class to turn off posix mode so the process substitution doesn't cause a syntax error.
    
    ## How was this patch tested?
    
    Existing unit tests, manual spark-shell testing with posix mode on
    
    Author: jyu00 <jessieyu@us.ibm.com>
    
    Closes #17852 from jyu00/master.