Repository: ambari
Updated Branches:
  refs/heads/trunk 450eb3e4f -> dddad6101


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/dddad610
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/dddad610
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/dddad610

Branch: refs/heads/trunk
Commit: dddad6101bea80a3347b72a3f2a3f5c35dff7645
Parents: 450eb3e
Author: Dipayan Bhowmick <[email protected]>
Authored: Tue Jun 21 00:19:28 2016 +0530
Committer: Dipayan Bhowmick <[email protected]>
Committed: Tue Jun 21 00:19:28 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/dddad610/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

Reply via email to