From 239fb98d9ae87ec7cc53e80e97430e6e93fd4aca Mon Sep 17 00:00:00 2001 From: Dhruve Ashar Date: Thu, 16 Jun 2016 17:13:41 -0500 Subject: [PATCH] SPARK-15966 Add closing tag to fix rendering issue --- docs/monitoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/monitoring.md b/docs/monitoring.md index 78a3470abf40..fa6c899a40b6 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 spark.ui.acls.enable when the application was run. The application owner will always have authorization to view their own application and any users specified via - spark.ui.view.acls and groups specified via spark.ui.view.acls.groups + spark.ui.view.acls and groups specified via spark.ui.view.acls.groups when the application was run will also have authorization to view that application. If disabled, no access control checks are made.