This is an automated email from the ASF dual-hosted git repository.
asnaik pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/branch-2.6 by this push:
new d85cf6a AMBARI-25225 Zeppelin Restart via Ambari Changes Permissions
on log folder which causes Permission issue for impersonated users (Asnaik)
(#2905)
d85cf6a is described below
commit d85cf6a74664c2cd9e8e914d5ca0a8e53137021a
Author: Asnaik HWX <[email protected]>
AuthorDate: Tue Aug 6 11:28:47 2019 +0530
AMBARI-25225 Zeppelin Restart via Ambari Changes Permissions on log folder
which causes Permission issue for impersonated users (Asnaik) (#2905)
---
.../resources/common-services/ZEPPELIN/0.7.0/package/scripts/master.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.7.0/package/scripts/master.py
b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.7.0/package/scripts/master.py
index 6607c4c..e395a2f 100644
---
a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.7.0/package/scripts/master.py
+++
b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.7.0/package/scripts/master.py
@@ -101,7 +101,7 @@ class Master(Script):
group=params.zeppelin_group,
cd_access="a",
create_parents=True,
- mode=0755
+ mode=0775
)
def create_zeppelin_hdfs_conf_dir(self, env):