zhangrainpeng commented on issue #14736: URL: https://github.com/apache/iceberg/issues/14736#issuecomment-3609798712
Thank you for your reply. There is no problem with iceberg. catalog. type=hive_metatore, but the data file cannot be deleted > Maybe help: To support that, in Trino, you can put > > ``` > fs.hadoop.enabled=true > iceberg.catalog.type=hive_metastore > hive.metastore.uri=thrift://ADDRESS:PORT > hive.config.resources=/etc/trino/hdfs-site.xml > ``` > > in your catalog file. In Presto, this must be similar. Thank you for your reply. There is no problem with iceberg. catalog. type=hive_metatore, but the data file cannot be deleted, DROP TABLE iceberg.web.page_views Dropping an Iceberg table with Hive Metastore and Glue catalogs only removes metadata from metastore. Dropping an Iceberg table with Hadoop and Nessie catalogs removes all the data and metadata in the table. Therefore, I would like to use iceberg. catalog. type=Hadoop -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
