Skip to content
  • Josh Rosen's avatar
    a7d145e9
    [SPARK-1550] [PySpark] Allow SparkContext creation after failed attempts · a7d145e9
    Josh Rosen authored
    This addresses a PySpark issue where a failed attempt to construct SparkContext would prevent any future SparkContext creation.
    
    Author: Josh Rosen <joshrosen@apache.org>
    
    Closes #1606 from JoshRosen/SPARK-1550 and squashes the following commits:
    
    ec7fadc [Josh Rosen] [SPARK-1550] [PySpark] Allow SparkContext creation after failed attempts
    a7d145e9
    [SPARK-1550] [PySpark] Allow SparkContext creation after failed attempts
    Josh Rosen authored
    This addresses a PySpark issue where a failed attempt to construct SparkContext would prevent any future SparkContext creation.
    
    Author: Josh Rosen <joshrosen@apache.org>
    
    Closes #1606 from JoshRosen/SPARK-1550 and squashes the following commits:
    
    ec7fadc [Josh Rosen] [SPARK-1550] [PySpark] Allow SparkContext creation after failed attempts
Loading