Repository: ambari Updated Branches: refs/heads/branch-2.4 94716ff18 -> 00026549b
AMBARI-17318 Zeppelin: zeppelin user unable access zeppelin config. (Renjith Kamath via dipayanb) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/00026549 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/00026549 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/00026549 Branch: refs/heads/branch-2.4 Commit: 00026549b08e01ff2696d7094f883ee574769855 Parents: 94716ff Author: Dipayan Bhowmick <[email protected]> Authored: Tue Jun 21 00:19:28 2016 +0530 Committer: Dipayan Bhowmick <[email protected]> Committed: Tue Jun 21 00:21:51 2016 +0530 ---------------------------------------------------------------------- .../common-services/ZEPPELIN/0.6.0.2.5/package/scripts/params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/00026549/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/params.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/params.py b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/params.py index 7cede1e..e5ce9f2 100644 --- a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/params.py +++ b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/params.py @@ -77,7 +77,7 @@ zeppelin_log_file = os.path.join(zeppelin_log_dir, 'zeppelin-setup.log') zeppelin_hdfs_user_dir = format("/user/{zeppelin_user}") zeppelin_dir = os.path.join(*[install_dir, zeppelin_dirname]) -conf_dir = os.path.join(*[install_dir, zeppelin_dirname, 'conf']) +conf_dir = "/etc/zeppelin/conf" notebook_dir = os.path.join(*[install_dir, zeppelin_dirname, 'notebook']) # zeppelin-env.sh
