Update pinot table names

This commit is contained in:
ga-ram
2023-04-17 14:07:31 +09:00
parent 2b50157e4f
commit 47c422bb02
2 changed files with 8 additions and 8 deletions

View File

@@ -3,8 +3,8 @@
if echo -e "exists 'HostApplicationMap_Ver2'" | ${HBASE_HOME}/bin/hbase shell 2>&1 | grep -q "does exist" 2>/dev/null
then
echo "Tables already exist"
sleep 15
${HBASE_HOME}/bin/hbase shell ${BASE_DIR}/hbase-update-ttl.hbase
#sleep 15
#${HBASE_HOME}/bin/hbase shell ${BASE_DIR}/hbase-update-ttl.hbase
else
sleep 15
echo "create tables"