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

jialiang 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 864a0eb15c AMBARI-26141: Handling module 'status_params' has no 
attribute 'router_pid_file' (#3836)
864a0eb15c is described below

commit 864a0eb15c56027d22a1cf9e9ed9d8d1e57f5c6f
Author: basapuram-kumar <[email protected]>
AuthorDate: Sun Sep 22 06:38:46 2024 +0530

    AMBARI-26141: Handling module 'status_params' has no attribute 
'router_pid_file' (#3836)
---
 .../stacks/BIGTOP/3.2.0/services/HDFS/package/scripts/status_params.py   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HDFS/package/scripts/status_params.py
 
b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HDFS/package/scripts/status_params.py
index 634b7f46eb..d31a5ef2fb 100644
--- 
a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HDFS/package/scripts/status_params.py
+++ 
b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HDFS/package/scripts/status_params.py
@@ -51,6 +51,7 @@ else:
   journalnode_pid_file = 
format("{hadoop_pid_dir}/hadoop-{hdfs_user}-journalnode.pid")
   zkfc_pid_file = format("{hadoop_pid_dir}/hadoop-{hdfs_user}-zkfc.pid")
   nfsgateway_pid_file = 
format("{hadoop_pid_dir_prefix}/root/hadoop_privileged_nfs3.pid")
+  router_pid_file = format("{hadoop_pid_dir}/hadoop-{hdfs_user}-dfsrouter.pid")
 
   # Security related/required params
   hostname = config['agentLevelParams']['hostname']


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to