openinx opened a new issue #1437: URL: https://github.com/apache/iceberg/issues/1437
Currently, we will load the hadoop configuration by using flink's [HadoopUtils.getHadoopConfiguration(..)](https://github.com/apache/iceberg/blob/master/flink/src/main/java/org/apache/iceberg/flink/FlinkCatalogFactory.java#L122), this method will only load `core-site.xml` and `hdfs-site.xml`, it won't load the `hive-site.xml` when using hive catalog. We'd better to support load hive configurations. ---------------------------------------------------------------- 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]
