File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ isSparkMasterUIPortDef=false
6767
6868# secure ui ports
6969sparkMasterSecureUIPort=8480
70- sparkTSSecureUIPort=4440
7170sparkHSSecureUIPort=18480
7271
7372# indicates whether cluster is up or not
@@ -205,6 +204,7 @@ if [ "$isSecure" == 1 ] ; then
205204
206205# ssl
207206spark.ssl.enabled true
207+ spark.ssl.ui.enabled false
208208spark.ssl.fs.enabled true
209209spark.ssl.keyPassword mapr123
210210spark.ssl.trustStore $MAPR_HOME /conf/ssl_truststore
233233 if [ -f $SPARK_HOME /warden/warden.spark-master.conf ] ; then
234234 changeWardenConfig " service.ui.port" " service.ui.port=$sparkMasterSecureUIPort " " master"
235235 fi
236- if [ -f $SPARK_HOME /warden/warden.spark-thriftserver.conf ] ; then
237- changeWardenConfig " service.ui.port" " service.ui.port=$sparkTSSecureUIPort " " thriftserver"
238- fi
239236 if [ -f $SPARK_HOME /warden/warden.spark-historyserver.conf ] ; then
240237 changeWardenConfig " service.ui.port" " service.ui.port=$sparkHSSecureUIPort " " historyserver"
241238 fi
You can’t perform that action at this time.
0 commit comments