AMBARI-21586.Apply zeppelin.server.kerberos.principal related changes to 
0.6.0.3.0(Prabhjyot Singh via Venkata Sairam)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/6f9f87c6
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6f9f87c6
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6f9f87c6

Branch: refs/heads/branch-feature-logsearch-ui
Commit: 6f9f87c663e1d5bd7cef5078e2a222700873c195
Parents: 8dfdf5e
Author: Venkata Sairam <venkatasairam.la...@gmail.com>
Authored: Tue Aug 22 17:01:24 2017 +0530
Committer: Venkata Sairam <venkatasairam.la...@gmail.com>
Committed: Tue Aug 22 17:01:24 2017 +0530

----------------------------------------------------------------------
 .../ZEPPELIN/0.6.0.3.0/configuration/zeppelin-env.xml         | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/6f9f87c6/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.3.0/configuration/zeppelin-env.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.3.0/configuration/zeppelin-env.xml
 
b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.3.0/configuration/zeppelin-env.xml
index 1edd991..b393def 100644
--- 
a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.3.0/configuration/zeppelin-env.xml
+++ 
b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.3.0/configuration/zeppelin-env.xml
@@ -91,9 +91,13 @@ export ZEPPELIN_PID_DIR={{zeppelin_pid_dir}}
 # export ZEPPELIN_NOTEBOOK_ONE_WAY_SYNC       # If there are multiple notebook 
storages, should we treat the first one as the only source of truth?
 # export ZEPPELIN_NOTEBOOK_PUBLIC             # Make notebook public by 
default when created, private otherwise
 export ZEPPELIN_INTP_CLASSPATH_OVERRIDES="{{external_dependency_conf}}"
-
 #### Spark interpreter configuration ####
 
+## Kerberos ticket refresh setting
+##
+export KINIT_FAIL_THRESHOLD=5
+export KERBEROS_REFRESH_INTERVAL=1d
+
 ## Use provided spark installation ##
 ## defining SPARK_HOME makes Zeppelin run spark interpreter process using 
spark-submit
 ##
@@ -165,6 +169,7 @@ export HADOOP_CONF_DIR=/etc/hadoop/conf
     <description>
       Kerberos principal name for the Zeppelin.
     </description>
+    <property-type>KERBEROS_PRINCIPAL</property-type>
     <on-ambari-upgrade add="false"/>
   </property>
   <property>

Reply via email to