aboutsummaryrefslogtreecommitdiff
path: root/docs/security.md
diff options
context:
space:
mode:
authorMatei Zaharia <matei@databricks.com>2015-02-05 11:12:50 -0800
committerMatei Zaharia <matei@databricks.com>2015-02-05 11:12:50 -0800
commit4d74f0601a2465b0d2273a8bcc716b304584831f (patch)
treef036660e58a762fa66f43ffc8eaaf6ec44b2a609 /docs/security.md
parentc4b1108c3f9658adebbdf8508d325528c3206f16 (diff)
downloadspark-4d74f0601a2465b0d2273a8bcc716b304584831f.tar.gz
spark-4d74f0601a2465b0d2273a8bcc716b304584831f.tar.bz2
spark-4d74f0601a2465b0d2273a8bcc716b304584831f.zip
[SPARK-5608] Improve SEO of Spark documentation pages
- Add meta description tags on some of the most important doc pages - Shorten the titles of some pages to have more relevant keywords; for example there's no reason to have "Spark SQL Programming Guide - Spark 1.2.0 documentation", we can just say "Spark SQL - Spark 1.2.0 documentation". Author: Matei Zaharia <matei@databricks.com> Closes #4381 from mateiz/docs-seo and squashes the following commits: 4940563 [Matei Zaharia] [SPARK-5608] Improve SEO of Spark documentation pages
Diffstat (limited to 'docs/security.md')
-rw-r--r--docs/security.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/security.md b/docs/security.md
index 6e0a54fbc4..c034ba12ff 100644
--- a/docs/security.md
+++ b/docs/security.md
@@ -1,6 +1,7 @@
---
layout: global
-title: Spark Security
+displayTitle: Spark Security
+title: Security
---
Spark currently supports authentication via a shared secret. Authentication can be configured to be on via the `spark.authenticate` configuration parameter. This parameter controls whether the Spark communication protocols do authentication using the shared secret. This authentication is a basic handshake to make sure both sides have the same shared secret and are allowed to communicate. If the shared secret is not identical they will not be allowed to communicate. The shared secret is created as follows: