docker-hive
docker-hive copied to clipboard
Presto cannot find the hive tables
Used Presto CLI:
./presto.jar --server localhost:8080 --catalog hive --schema [my_schema]
[my_schema] is in the result of show schemas;, but Presto cannot find the hive tables (verified in hive) in [my_schema] (show tables; returns 0 rows)