Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Update create_tsdb_tables.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Mincheol Kim authored Nov 27, 2020
1 parent d846755 commit 4c8af8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions files/create_tsdb_tables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ export HBASE_HOME=/opt/hbase
export TSDB_VERSION="::TSDB_VERSION::"
export JAVA_HOME="::JAVA_HOME::"

# https://github.com/OpenTSDB/opentsdb/issues/1481
sed -i "s/, TTL => '\$TSDB_TTL'//g" /usr/local/share/opentsdb/tools/create_table.sh

/usr/local/share/opentsdb/tools/create_table.sh
touch /data/hbase/opentsdb_tables_created.txt

0 comments on commit 4c8af8c

Please sign in to comment.