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

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


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

commit 91814da92a7de005837d21a287920a9487e4a4e7
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