Spark Security
-
Enable security via
spark.authenticate
property (defaults tofalse
). -
See
org.apache.spark.SecurityManager
-
Enable
INFO
fororg.apache.spark.SecurityManager
to see messages regarding security in Spark. -
Enable
DEBUG
fororg.apache.spark.SecurityManager
to see messages regarding SSL in Spark, namely file server and Akka.
SecurityManager
Caution
|
FIXME Likely move to a separate page with references here. |