Skip to content

Commit

Permalink
MapR [SPARK-155] Change Spark Master port from 8080 (apache#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsergeevmapr authored and mgorbov committed Feb 20, 2018
1 parent 6f83937 commit f341e85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ sparkTSUIPort=4040
isSparkTSUIPortDef=false
sparkMasterPort=7077
isSparkMasterPortDef=false
sparkMasterUIPort=8080
sparkMasterUIPort=8580
isSparkMasterUIPortDef=false

# secure ui ports
sparkMasterSecureUIPort=8480
sparkMasterSecureUIPort=8980
sparkHSSecureUIPort=18480

# indicates whether cluster is up or not
Expand Down
2 changes: 1 addition & 1 deletion ext-conf/warden.spark-master.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ service.command.stop=/opt/mapr/spark/spark-2.2.1/sbin/spark-daemon.sh stop org.a
service.command.monitorcommand=/opt/mapr/spark/spark-2.2.1/sbin/spark-daemon.sh status org.apache.spark.deploy.master.Master 1
service.command.type=BACKGROUND
service.port=7077
service.ui.port=8080
service.ui.port=8580
service.uri=/
service.logs.location=/opt/mapr/spark/spark-2.2.1/logs/
service.process.type=JAVA
Expand Down

0 comments on commit f341e85

Please sign in to comment.