Skip to content

Commit f1bf0d2

Browse files
dhruveAndrew Or
authored andcommitted
[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 <[email protected]> Closes #13719 from dhruve/doc/SPARK-15966.
1 parent 9040d83 commit f1bf0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ The history server can be configured as follows:
157157
If enabled, access control checks are made regardless of what the individual application had
158158
set for <code>spark.ui.acls.enable</code> when the application was run. The application owner
159159
will always have authorization to view their own application and any users specified via
160-
<code>spark.ui.view.acls</code> and groups specified via <code>spark.ui.view.acls.groups<code>
160+
<code>spark.ui.view.acls</code> and groups specified via <code>spark.ui.view.acls.groups</code>
161161
when the application was run will also have authorization to view that application.
162162
If disabled, no access control checks are made.
163163
</td>

0 commit comments

Comments
 (0)