-
- Downloads
Spark 1489 Fix the HistoryServer view acls
This allows the view acls set by the user to be enforced by the history server. It also fixes filters being applied properly. Author: Thomas Graves <tgraves@apache.org> Closes #509 from tgravescs/SPARK-1489 and squashes the following commits: 869c186 [Thomas Graves] change to either acls enabled or disabled 0d8333c [Thomas Graves] Add history ui policy to allow acls to either use application set, history server force acls on, or off 65148b5 [Thomas Graves] SPARK-1489 Fix the HistoryServer view acls
Showing
- core/src/main/scala/org/apache/spark/SecurityManager.scala 20 additions, 6 deletionscore/src/main/scala/org/apache/spark/SecurityManager.scala
- core/src/main/scala/org/apache/spark/deploy/history/HistoryServer.scala 11 additions, 3 deletions...scala/org/apache/spark/deploy/history/HistoryServer.scala
- core/src/main/scala/org/apache/spark/scheduler/ApplicationEventListener.scala 11 additions, 0 deletions...org/apache/spark/scheduler/ApplicationEventListener.scala
- core/src/main/scala/org/apache/spark/ui/JettyUtils.scala 2 additions, 2 deletionscore/src/main/scala/org/apache/spark/ui/JettyUtils.scala
- core/src/main/scala/org/apache/spark/ui/SparkUI.scala 8 additions, 0 deletionscore/src/main/scala/org/apache/spark/ui/SparkUI.scala
- core/src/test/scala/org/apache/spark/SecurityManagerSuite.scala 63 additions, 0 deletions...rc/test/scala/org/apache/spark/SecurityManagerSuite.scala
- docs/monitoring.md 13 additions, 0 deletionsdocs/monitoring.md
Loading
Please register or sign in to comment