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/5d20ccd2 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5d20ccd2 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5d20ccd2 Branch: refs/heads/branch-feature-AMBARI-12556 Commit: 5d20ccd2392798c6f2b772b569606723b2342f8b Parents: 5fb35c9 Author: Renjith Kamath <[email protected]> Authored: Wed Mar 15 16:55:35 2017 +0530 Committer: Renjith Kamath <[email protected]> Committed: Wed Mar 15 16:58:05 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/5d20ccd2/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 ####
