[stats] latest indicators and fix for RIs #146

Merged
claudio.atzori merged 3 commits from antonis.lempesis/dnet-hadoop:beta into beta 2021-10-05 10:09:38 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3f25d2efb2 - Show all commits

View File

@ -13,4 +13,4 @@ export SHADOW=$3
echo "Creating observatory database"
impala-shell -q "drop database if exists ${TARGET} cascade"
impala-shell -q "create database if not exists ${TARGET}"
impala-shell -d ${SOURCE} -q "show tables" --delimited | sed "s/\(.*\)/create view ${TARGET}.\1 as select * from ${SOURCE}.\1;/" | impala-shell -f -
impala-shell -d ${SOURCE} -q "show tables" --delimited | grep -iv roar | sed "s/\(.*\)/create view ${TARGET}.\1 as select * from ${SOURCE}.\1;/" | impala-shell -f -