Spark UI Authentication

I am trying to find a way to protect my Apache Spark cloud cluster.

From the intrinsic safety documentation, I get the following:

spark.ui.filters - A comma-separated list of filter class names to apply to the Spark ui website. The filter should be a standard javax servlet filter.

How to get authentication to work with a servlet? Since I do not trust my own implementation, is there a "standard"?

+4
source share

All Articles