Skip to content
  • Jeff Zhang's avatar
    330c3e33
    [SPARK-13330][PYSPARK] PYTHONHASHSEED is not propgated to python worker · 330c3e33
    Jeff Zhang authored
    ## What changes were proposed in this pull request?
    self.environment will be propagated to executor. Should set PYTHONHASHSEED as long as the python version is greater than 3.3
    
    ## How was this patch tested?
    Manually tested it.
    
    Author: Jeff Zhang <zjffdu@apache.org>
    
    Closes #11211 from zjffdu/SPARK-13330.
    330c3e33
    [SPARK-13330][PYSPARK] PYTHONHASHSEED is not propgated to python worker
    Jeff Zhang authored
    ## What changes were proposed in this pull request?
    self.environment will be propagated to executor. Should set PYTHONHASHSEED as long as the python version is greater than 3.3
    
    ## How was this patch tested?
    Manually tested it.
    
    Author: Jeff Zhang <zjffdu@apache.org>
    
    Closes #11211 from zjffdu/SPARK-13330.
Loading