forked from D-Net/dnet-hadoop
Changes to beta db names
This commit is contained in:
parent
6b823100ae
commit
8b2cbb611e
|
@ -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}
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue