AMBARI-21426. Apply ZEPPELIN-2698 related changes in Ambari(prabhjyotsingh 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/bc06736e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/bc06736e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/bc06736e Branch: refs/heads/branch-feature-AMBARI-21348 Commit: bc06736ef6bcc170a9ebba22f98e834b9c148d6b Parents: afea7bb Author: Venkata Sairam <[email protected]> Authored: Fri Jul 14 12:35:26 2017 +0530 Committer: Venkata Sairam <[email protected]> Committed: Fri Jul 14 12:41:18 2017 +0530 ---------------------------------------------------------------------- .../ZEPPELIN/0.6.0.2.5/configuration/zeppelin-env.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/bc06736e/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/configuration/zeppelin-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/configuration/zeppelin-env.xml b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/configuration/zeppelin-env.xml index 4032b2c..80ac2bb 100644 --- a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/configuration/zeppelin-env.xml +++ b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/configuration/zeppelin-env.xml @@ -95,7 +95,7 @@ export ZEPPELIN_INTP_CLASSPATH_OVERRIDES="{{external_dependency_conf}}" ## Kerberos ticket refresh setting ## export KINIT_FAIL_THRESHOLD=5 -export LAUNCH_KERBEROS_REFRESH_INTERVAL=1d +export KERBEROS_REFRESH_INTERVAL=1d ## Use provided spark installation ## ## defining SPARK_HOME makes Zeppelin run spark interpreter process using spark-submit
