Hello, I tried to add a table through the webpage and get an error that the table already exists, but it isn’t showing up in the list of tables. Any possible reasons for this?
a
Arthur Zhou
10/17/2022, 6:58 PM
I met the same error. It’s because your table wasn’t created successfully due to some error. But the table’s metadata is stored in zookeeper which gives you such error when you try to create the table again.
The solution I tried and worked is you can delete the table through API and then you can create the table again.
❤️ 1
b
Bruno Mendes
10/17/2022, 8:17 PM
Also you can check the controller logs for a more precise trace..
x
Xiang Fu
10/17/2022, 9:59 PM
check if schema is created and you can delete it then recreate the table
Xiang Fu
10/17/2022, 10:01 PM
Can you file a github issue. I think we should provide clear error message and instruction on the cause and mitigation, e.g. delete the schema.