Giter VIP home page Giter VIP logo

dex-knox's Introduction

Spark Driver UI

Examples configuration values that might be required for a fictional customer at Acme Co.

# we need to provide our own authentication filter (which can also be configured here).
spark.ui.filters=com.cloudera.cde.KnoxAuthenticationFilter
spark.com.cloudera.cde.KnoxAuthenticationFilter.maxClockSkewSeconds=10

# Whether UI ACLs should be enabled. If enabled, this checks to see if the user has access permissions to 
# view or modify the application. Note this requires the user to be authenticated, so if no authentication 
# filter is installed, this option does not do anything.
spark.acls.enable=true

# Comma-separated list of groups that have view access to the Spark application.
spark.ui.view.acls.groups=ACME_CO_SPARK_USERS

# The list of groups for a user is determined by a group mapping service defined by the trait 
# org.apache.spark.security.GroupMappingServiceProvider, which can be configured by this property.
spark.user.groups.mapping=???

Spark History Server

# Specifies whether ACLs should be checked to authorize users viewing the applications in the history server. 
spark.history.ui.acls.enable=true

# Comma separated list of groups that have view access to all the Spark applications in history server.
spark.history.ui.admin.acls.groups=ACME_CO_SPARK_USERS

Spark Jobs

# Comma-separated list of groups that have view and modify access to the Spark application.
# Is this needed or enforced by the Jobs API?
spark.admin.acls.groups=ACME_CO_SPARK_ADMINS

# Comma-separated list of groups that have modify access to the Spark application.
# Is this needed or enforced by the Jobs API?
spark.modify.acls.groups=ACME_CO_SPARK_USERS

dex-knox's People

Contributors

nickwallen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.