File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
SparkConnector/sparkconnector Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ def get_spark_session_config(self):
179179
180180 sc = self .connector .ipython .user_ns .get ('sc' )
181181 if sc and isinstance (sc , SparkContext ):
182- webui_url = 'http ://' + sc ._conf .get ('spark.driver.host' ) + ':' + sc ._conf .get ('spark.ui.port' )
182+ webui_url = 'https ://' + sc ._conf .get ('spark.driver.host' ) + ':' + sc ._conf .get ('spark.ui.port' )
183183 conn_config ['sparkwebui' ] = webui_url
184184 return conn_config
185185
@@ -337,7 +337,7 @@ def get_spark_session_config(self):
337337 '&var-UserName=' + self .get_spark_user () + \
338338 '&var-ApplicationId=' + sc ._conf .get ('spark.app.id' )
339339
340- webui_url = 'http ://' + sc ._conf .get ('spark.driver.host' ) + ':' + sc ._conf .get ('spark.ui.port' )
340+ webui_url = 'https ://' + sc ._conf .get ('spark.driver.host' ) + ':' + sc ._conf .get ('spark.ui.port' )
341341 conn_config ['sparkwebui' ] = webui_url
342342
343343 return conn_config
You can’t perform that action at this time.
0 commit comments