zhangjun0x01 commented on issue #1437: URL: https://github.com/apache/iceberg/issues/1437#issuecomment-699572191
I tested it and found that there is indeed a problem with configuring the local directory to load hive-site.xml in flink application mode. So my idea is to configure a hive conf dir to load hive-site.xml. This directory can be a local path or an hdfs path to be compatible with flink application mode. If it is a local directory, load it directly, if it is an hdfs directory , download it to the local tmp directory first, and then load it. ---------------------------------------------------------------- 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]
