Changes to indicators and funders definition #372

Merged
claudio.atzori merged 23 commits from antonis.lempesis/dnet-hadoop:beta into beta 2024-03-26 08:46:21 +01:00
2 changed files with 5 additions and 7 deletions
Showing only changes of commit 8b2cbb611e - Show all commits

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"/>