Apache spark的访问控制

时间:2016-04-28 19:50:14

标签: apache-spark

是否可以为Apache spark设置访问控制,以便我们可以控制哪些用户可以通过spark-submit提交作业。理想情况下,这将与活动目录集成,因此权限标志可以由广告组控制。

1 个答案:

答案 0 :(得分:0)

Spark使用Kerberos,可以配置为使用Active Directory。 检查:

http://spark.apache.org/docs/latest/configuration.html
http://spark.apache.org/docs/latest/security.html
https://www.slideshare.net/cloudera/securing-your-apache-spark-applications 

需要考虑的一些设置:

spark.acls.enable # true 
spark.admin.acls # set to admin users 
spark.modify.acls # user who can modify