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
trino-cli --catalog iceberg
trino> use iceberg_poc ;
USE
trino:iceberg_poc> show tables;
Query 20220406_174310_00013_m5ibj failed: getTablesWithParameter for GlueHiveMetastore is not implemented
trino:iceberg_poc> select * from test_table;
Query 20220406_174511_00016_m5ibj failed: Internal error ( which logs the same error in the log file )
Versions
EMR 6.5
Trino 360
The text was updated successfully, but these errors were encountered:
(If you need Trino as a kind of managed service and don't want to wait for EMR's to update to 374, you can try things out sooner with Starburst Galaxy; disclaimer: i'm from Starburst)
I'm running trino on EMR and I have added the iceberg connector for the trino.
These are the configuration under the iceberg.properties
To reproduce the error:
Versions
The text was updated successfully, but these errors were encountered: