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
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.
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_familyflag to create an instance, table and column family on container start.I cannot see the created instance and table when I run
cbt lsfrom my system (after having setBIGTABLE_EMULATOR_HST=localhost:9035).I set
.cbtrclike this :Do you have an idea of why
cbtdoes not find the newly created table / instance on the emulator.Otherwise, when I run
cbt createtablethe table seems reachable fromcbtbecause I can see it when runningcbt lsafterwards.Thanks for your help.