This is an automated email from the ASF dual-hosted git repository.

vjasani pushed a commit to branch branch-2.8
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.8 by this push:
     new 19c77912e6 AMBARI-25981: zeppelin cannot download interpreter 
dependencies (#3733)
19c77912e6 is described below

commit 19c77912e61688108cf64d22bd9c7fc5cfcf3a39
Author: rzuo <rongguo....@gmail.com>
AuthorDate: Mon Aug 7 12:15:39 2023 +0800

    AMBARI-25981: zeppelin cannot download interpreter dependencies (#3733)
---
 .../BIGTOP/3.2.0/services/ZEPPELIN/package/scripts/zeppelin_server.py    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/ZEPPELIN/package/scripts/zeppelin_server.py
 
b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/ZEPPELIN/package/scripts/zeppelin_server.py
index eefa33b02c..12ed5063f3 100644
--- 
a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/ZEPPELIN/package/scripts/zeppelin_server.py
+++ 
b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/ZEPPELIN/package/scripts/zeppelin_server.py
@@ -122,6 +122,7 @@ class ZeppelinServer(Script):
               group=params.zeppelin_group,
               cd_access="a",
               create_parents=True,
+              recursive_ownership=True,
               mode=0755
     )
     self.chown_zeppelin_pid_dir(env)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@ambari.apache.org
For additional commands, e-mail: commits-h...@ambari.apache.org

Reply via email to