Repository: ambari Updated Branches: refs/heads/branch-2.5 85bf4a077 -> a558e978d refs/heads/trunk 5fb35c94b -> 5d20ccd23
AMBARI-20200 hive-site.xml, hbase-site.xml, etc. are not found in class path for Zeppelin (Prabhjyot Singh via r-kamath) - adding condition for stack upgrade Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a558e978 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a558e978 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a558e978 Branch: refs/heads/branch-2.5 Commit: a558e978dc70875c405b27c8d7e30cae5ccc9c5f Parents: 85bf4a0 Author: Renjith Kamath <[email protected]> Authored: Wed Mar 15 16:55:35 2017 +0530 Committer: Renjith Kamath <[email protected]> Committed: Wed Mar 15 16:55:35 2017 +0530 ---------------------------------------------------------------------- .../stacks/HDP/2.6/services/ZEPPELIN/configuration/zeppelin-env.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/a558e978/ambari-server/src/main/resources/stacks/HDP/2.6/services/ZEPPELIN/configuration/zeppelin-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/services/ZEPPELIN/configuration/zeppelin-env.xml b/ambari-server/src/main/resources/stacks/HDP/2.6/services/ZEPPELIN/configuration/zeppelin-env.xml index 1f65fac..94b1d57 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.6/services/ZEPPELIN/configuration/zeppelin-env.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.6/services/ZEPPELIN/configuration/zeppelin-env.xml @@ -89,6 +89,7 @@ export ZEPPELIN_PID_DIR={{zeppelin_pid_dir}} # export ZEPPELIN_NOTEBOOK_STORAGE # Refers to pluggable notebook storage class, can have two classes simultaneously with a sync between them (e.g. local and remote). # 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 ####
