Changes to beta db names

This commit is contained in:
dimitrispie 2024-01-09 00:40:56 +02:00
parent 6b823100ae
commit 8b2cbb611e
2 changed files with 5 additions and 7 deletions

View File

@ -9,10 +9,8 @@ fi
SOURCE=$1
PRODUCTION=$2
SHADOW=$3
MONITOR=$4
MONITOR_PROD=$5
MONITOR_IRISH_PROD=$6
MONITOR_IRISH=$7
MONITOR_PROD=$4
MONITOR_IRISH_PROD=$5
echo ${SOURCE}

View File

@ -146,9 +146,9 @@
<exec>finalizeImpalaCluster.sh</exec>
<argument>${hist_db_name}</argument>
<argument>${hist_db_prod_name}</argument>
<argument>${monitor_db_name}</argument>
<argument>${monitor_db_name}</argument>
<argument>${monitor_irish_db_name}</argument>
<argument>${hist_db_shadow_name}</argument>
<argument>${monitor_db_prod_name}</argument>
<argument>${monitor_irish_db_prod_name}</argument>
<file>finalizeImpalaCluster.sh</file>
</shell>
<ok to="End"/>