Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-26926

Disable sparkUI

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Cannot Reproduce
    • 2.3.2
    • None
    • PySpark, Spark Submit
    • None

    Description

      When you disable spark.ui with spark.ui.enabled=false in spark2-defaults.xml

      The job fail

      /usr/hdp/current/spark2-client/python/pyspark/context.py in uiWebUrl(self) 400 def uiWebUrl(self): 401 """Return the URL of the SparkUI instance started by this SparkContext""" --> 402 return self._jsc.sc().uiWebUrl().get() 403 404 @property

       

      Same issue with : pyspark —conf spark.ui.enabled=false

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            carlosperez Carlos Perez
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: