[beta] stats update workflow #128

Merged
claudio.atzori merged 8 commits from antonis.lempesis/dnet-hadoop:beta into beta 2021-07-29 11:13:21 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f3b9570354 - Show all commits

View File

@ -13,7 +13,7 @@ echo "Getting file from " $SCRIPT_PATH
hdfs dfs -copyToLocal $SCRIPT_PATH
echo "Creating indicators"
impala-shell -d ${TARGET} -q "invalidate metadata"
impala-shell -q "invalidate metadata"
impala-shell -d ${TARGET} -q "show tables" --delimited | sed "s/^\(.*\)/compute stats ${TARGET}.\1;/" | impala-shell -c -f -
cat step16_7-createIndicatorsTables.sql | impala-shell -d $TARGET -f -
echo "Indicators created"