JingsongLi commented on issue #1437: URL: https://github.com/apache/iceberg/issues/1437#issuecomment-693151678
Yes, we should consider `hive-site.xml` too. `HadoopUtils` only consider `core-site.xml` and `hdfs-site.xml` for file system accessing. Spark also respect `hive-site.xml`: https://issues.apache.org/jira/browse/SPARK-31170 Maybe we can expose a `hive-conf-dir` like Flink Hive integration doing: https://ci.apache.org/projects/flink/flink-docs-master/dev/table/hive/hive_catalog.html#step-2-configure-flink-cluster-and-sql-cli ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
