lurnagao-dahua opened a new issue, #10639: URL: https://github.com/apache/iceberg/issues/10639
### Apache Iceberg version 1.4.3 ### Query engine Hive ### Please describe the bug 🐞 A user execution query `select * from iceberg_tb`.This is a simple grab will not run job. and the error log is : Caused by: org.apache.iceberg.exceptions.RuntimeIOException: Failed to open input stream for file: hdfs://hdfsHACluster/user/hive/warehouse/yc_iceberg.db/iceberg_tb/metadata/a72f8bf5-5d93-405b-953e-a8fed8bfa6b6-m0.avro at org.apache.hive.service.cli.operation.SQLOperation.getNextRowSet(SQLOperation.java:507) ... Caused by: org.apache.hadoop.security.AccessControlException: Permission denied: user=B, access=EXECUTE, inode="/user/hive/warehouse":hadoop:supergroup:drwx------ Thread in worker_pool keeps its initial user information? Should we set system properties `iceberg.scan.plan-in-worker-pool=fasle` to disable worker_pool in hiveserver2? -- 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]
