Update pinot table names
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user