tomfans commented on issue #9990: URL: https://github.com/apache/iceberg/issues/9990#issuecomment-2008639451
HMS, if i use HMS catalog , i can't delete table directories when i drop table, even i drop table with purge. the software version is: spark 3.3.2, hive 2.3.9, iceberg jar is:1.4.0. the iceberg config as below: #############iceberg#################### spark.sql.catalog.iceberg_prod = org.apache.iceberg.spark.SparkCatalog spark.sql.catalog.iceberg_prod.type = hive spark.sql.catalog.iceberg_prod.uri = thrift://hcshadoop04.dev.xxx.cn:9083,thrift://hcshadoop05.dev.xxx.cn:9083 if i use HDFS as the catalog, it works fine. the config as below: spark.sql.catalog.iceberg_prod = org.apache.iceberg.spark.SparkCatalog spark.sql.catalog.iceberg_prod.type = hadoop spark.sql.catalog.iceberg_prod.warehouse = hdfs://nameservice/tmp/spark-iceberg -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org