GoogleCloudPlatform / opentsdb-bigtable

Apache License 2.0
28 stars 23 forks source link

Does opentsdb config support BT application profile ? #21

Open Coder63 opened 3 years ago

Coder63 commented 3 years ago

Don't see any documentation on application profile in tsdb.config. Can we do

sed -i "s/INSTANCEID/$INSTANCEID/;s/PROJECTID/$PROJECTID/;s/APPPROFILEID/$APPPROFILEID/" $HBASE_HOME/conf/hbase-site.xml

varundhussa commented 3 years ago

Have you tried setting google.bigtable.app_profile.id in the opentsdb config?

Coder63 commented 3 years ago

@varundhussa thanks that worked !