-
- Downloads
[SPARK-2857] Correct properties to set Master / Worker ports
`master.ui.port` and `worker.ui.port` were never picked up by SparkConf, simply because they are not prefixed with "spark." Unfortunately, this is also currently the documented way of setting these values. Author: Andrew Or <andrewor14@gmail.com> Closes #1779 from andrewor14/master-worker-port and squashes the following commits: 8475e95 [Andrew Or] Update docs to reflect changes in configs 4db3d5d [Andrew Or] Stop using configs that don't actually work
Showing
- core/src/main/scala/org/apache/spark/deploy/master/MasterArguments.scala 2 additions, 2 deletions...cala/org/apache/spark/deploy/master/MasterArguments.scala
- core/src/main/scala/org/apache/spark/deploy/worker/ui/WorkerWebUI.scala 1 addition, 1 deletion...scala/org/apache/spark/deploy/worker/ui/WorkerWebUI.scala
- docs/spark-standalone.md 2 additions, 2 deletionsdocs/spark-standalone.md
Please register or sign in to comment