aboutsummaryrefslogtreecommitdiff
path: root/docs/monitoring.md
diff options
context:
space:
mode:
authorDhruve Ashar <dhruveashar@gmail.com>2016-06-16 16:44:54 -0700
committerAndrew Or <andrew@databricks.com>2016-06-16 17:46:19 -0700
commitf1bf0d2f3a61d81686f36763e83d3be89c98435f (patch)
tree558f23225c089a702a47731c708c9f7d1b3ed877 /docs/monitoring.md
parent9040d83bc2cdce06dab0e1bdee4f796da9a9a55c (diff)
downloadspark-f1bf0d2f3a61d81686f36763e83d3be89c98435f.tar.gz
spark-f1bf0d2f3a61d81686f36763e83d3be89c98435f.tar.bz2
spark-f1bf0d2f3a61d81686f36763e83d3be89c98435f.zip
[SPARK-15966][DOC] Add closing tag to fix rendering issue for Spark monitoring
## What changes were proposed in this pull request? Adds the missing closing tag for spark.ui.view.acls.groups ## How was this patch tested? I built the docs locally and verified the changed in browser. (If this patch involves UI changes, please attach a screenshot; otherwise, remove this) **Before:** ![image](https://cloud.githubusercontent.com/assets/7732317/16135005/49fc0724-33e6-11e6-9390-98711593fa5b.png) **After:** ![image](https://cloud.githubusercontent.com/assets/7732317/16135021/62b5c4a8-33e6-11e6-8118-b22fda5c66eb.png) Author: Dhruve Ashar <dhruveashar@gmail.com> Closes #13719 from dhruve/doc/SPARK-15966.
Diffstat (limited to 'docs/monitoring.md')
-rw-r--r--docs/monitoring.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/monitoring.md b/docs/monitoring.md
index 78a3470abf..fa6c899a40 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -157,7 +157,7 @@ The history server can be configured as follows:
If enabled, access control checks are made regardless of what the individual application had
set for <code>spark.ui.acls.enable</code> when the application was run. The application owner
will always have authorization to view their own application and any users specified via
- <code>spark.ui.view.acls</code> and groups specified via <code>spark.ui.view.acls.groups<code>
+ <code>spark.ui.view.acls</code> and groups specified via <code>spark.ui.view.acls.groups</code>
when the application was run will also have authorization to view that application.
If disabled, no access control checks are made.
</td>