Skip to content

Commit ebf4789

Browse files
author
Thomas Graves
committed
add security section to the resource manager docs
1 parent a4616bf commit ebf4789

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

docs/running-on-kubernetes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ Kubernetes scheduler that has been added to Spark.
1212
In future versions, there may be behavioral changes around configuration,
1313
container images and entrypoints.**
1414

15+
# Security
16+
17+
Security in Spark is OFF by default. This could mean you are vulnerable to attack by default.
18+
Please see [Spark Security](security.html) and the specific security sections in this doc before running Spark.
19+
1520
# Prerequisites
1621

1722
* A runnable distribution of Spark 2.3 or above.

docs/running-on-mesos.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ The advantages of deploying Spark with Mesos include:
1313
[frameworks](https://mesos.apache.org/documentation/latest/frameworks/)
1414
- scalable partitioning between multiple instances of Spark
1515

16+
# Security
17+
18+
Security in Spark is OFF by default. This could mean you are vulnerable to attack by default.
19+
Please see [Spark Security](security.html) and the specific security sections in this doc before running Spark.
20+
1621
# How it Works
1722

1823
In a standalone cluster deployment, the cluster manager in the below diagram is a Spark master

docs/running-on-yarn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Support for running on [YARN (Hadoop
99
NextGen)](http://hadoop.apache.org/docs/stable/hadoop-yarn/hadoop-yarn-site/YARN.html)
1010
was added to Spark in version 0.6.0, and improved in subsequent releases.
1111

12+
# Security
13+
14+
Security in Spark is OFF by default. This could mean you are vulnerable to attack by default.
15+
Please see [Spark Security](security.html) and the specific security sections in this doc before running Spark.
16+
1217
# Launching Spark on YARN
1318

1419
Ensure that `HADOOP_CONF_DIR` or `YARN_CONF_DIR` points to the directory which contains the (client side) configuration files for the Hadoop cluster.

docs/spark-standalone.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ title: Spark Standalone Mode
88

99
In addition to running on the Mesos or YARN cluster managers, Spark also provides a simple standalone deploy mode. You can launch a standalone cluster either manually, by starting a master and workers by hand, or use our provided [launch scripts](#cluster-launch-scripts). It is also possible to run these daemons on a single machine for testing.
1010

11+
# Security
12+
13+
Security in Spark is OFF by default. This could mean you are vulnerable to attack by default.
14+
Please see [Spark Security](security.html) and the specific security sections in this doc before running Spark.
15+
1116
# Installing Spark Standalone to a Cluster
1217

1318
To install Spark Standalone mode, you simply place a compiled version of Spark on each node on the cluster. You can obtain pre-built versions of Spark with each release or [build it yourself](building-spark.html).

0 commit comments

Comments
 (0)