Skip to content

Commit

Permalink
AMBARI-26116 : Command script path is not correct for DFSRouter (apac…
Browse files Browse the repository at this point in the history
  • Loading branch information
AnanyaSingh2121 authored Aug 15, 2024
1 parent e1217f0 commit 3647351
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 3647351

Please sign in to comment.