From f2b1c348b787ff13fcf34a168dbc07e092e9d3d6 Mon Sep 17 00:00:00 2001 From: Ivan Dzikovsky Date: Fri, 10 Nov 2023 17:21:33 +0200 Subject: [PATCH] Add missing livy.server.launch.kerberos.* properties to default livy.conf --- conf/livy.conf.template | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf/livy.conf.template b/conf/livy.conf.template index aedc63293..167b56e1f 100644 --- a/conf/livy.conf.template +++ b/conf/livy.conf.template @@ -183,6 +183,12 @@ # livy.server.auth.kerberos.keytab = # livy.server.auth.kerberos.name-rules = DEFAULT # +# Principal and keytab for Livy server. +# livy.server.launch.kerberos.principal = +# livy.server.launch.kerberos.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 = # livy.server.auth..class =