Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions conf/livy.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,12 @@
# livy.server.auth.kerberos.keytab = <spnego keytab>
# livy.server.auth.kerberos.name-rules = DEFAULT
#
# Principal and keytab for Livy server.
# livy.server.launch.kerberos.principal = <livy principal>
# livy.server.launch.kerberos.keytab = <livy keytab>
# livy.server.launch.kerberos.refresh-interval = 1h
# livy.server.launch.kerberos.kinit-fail-threshold = 5
#
# If user wants to use custom authentication filter, configurations are:
# livy.server.auth.type = <custom>
# livy.server.auth.<custom>.class = <class of custom auth filter>
Expand Down