Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-37503 Improve SparkSession/PySpark SparkSession startup
  3. SPARK-37504

pyspark should not pass all options to session states.

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.2.0
    • 3.3.0
    • PySpark, SQL
    • None

    Description

      in current session.py
      have Such code

      for key, value in self._options.items():
      session._jsparkSession.sessionState().conf().setConfString(key, value)
      

      Looks like it will pass all options to a existed/new created session
      In scala code, we will check it it is a static conf.

      Attachments

        Activity

          People

            angerszhuuu angerszhu
            angerszhuuu angerszhu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: