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 3647351663 AMBARI-26116 : Command script path is not correct for
DFSRouter (#3812)
3647351663 is described below
commit 36473516631d389019c762920f5f3a9248c27696
Author: Ananya Singh <[email protected]>
AuthorDate: Thu Aug 15 06:17:51 2024 +0530
AMBARI-26116 : Command script path is not correct for DFSRouter (#3812)
---
.../src/main/resources/stacks/BIGTOP/3.2.0/services/HDFS/metainfo.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HDFS/metainfo.xml
b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HDFS/metainfo.xml
index 6c1dbb5639..fb70b2a6d1 100644
---
a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HDFS/metainfo.xml
+++
b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HDFS/metainfo.xml
@@ -232,7 +232,7 @@
<reassignAllowed>true</reassignAllowed>
<timelineAppid>router</timelineAppid>
<commandScript>
- <script>scripts/router.py</script>
+ <script>scripts/dfsrouter.py</script>
<scriptType>PYTHON</scriptType>
<timeout>1800</timeout>
</commandScript>
@@ -261,7 +261,7 @@
<customCommand>
<name>DECOMMISSION</name>
<commandScript>
- <script>scripts/router.py</script>
+ <script>scripts/dfsrouter.py</script>
<scriptType>PYTHON</scriptType>
<timeout>600</timeout>
</commandScript>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]