You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2024. It is now read-only.
Hi, I would like to use your emulator in my local environment.
I tried to use -cf my_new_instance.my_new_table.my_new_column_family flag to create an instance, table and column family on container start.
I cannot see the created instance and table when I run cbt ls from my system (after having set BIGTABLE_EMULATOR_HST=localhost:9035).
I set .cbtrc like this :
instance = my_new_instance
project = my_project
Do you have an idea of why cbt does not find the newly created table / instance on the emulator.
Otherwise, when I run cbt createtable the table seems reachable from cbt because I can see it when running cbt ls afterwards.
Thanks for your help.
The text was updated successfully, but these errors were encountered:
alafanechere
changed the title
Project and instance definition
Project and instance definition when using -cf
Feb 21, 2019
Hi, I would like to use your emulator in my local environment.
I tried to use
-cf my_new_instance.my_new_table.my_new_column_family
flag to create an instance, table and column family on container start.I cannot see the created instance and table when I run
cbt ls
from my system (after having setBIGTABLE_EMULATOR_HST=localhost:9035
).I set
.cbtrc
like this :Do you have an idea of why
cbt
does not find the newly created table / instance on the emulator.Otherwise, when I run
cbt createtable
the table seems reachable fromcbt
because I can see it when runningcbt ls
afterwards.Thanks for your help.
The text was updated successfully, but these errors were encountered: