zhangjun0x01 commented on pull request #1558:
URL: https://github.com/apache/iceberg/pull/1558#issuecomment-708135039


   Let me talk about my thoughts. in flink,  the use of hive is only the 
behavior of the application, so hive-site.xml and hive jars are not loaded at 
flink startup, and are loaded by the flink application. 
   If the user's flink program is a jar, we can include hive-site.xml into the 
jar , but for users who use flink sql client, this may not be easy to 
implement. If we want to load hive-site.xml into the classpath and as a global 
configuration, this can only be loaded by flink at startup, but this is 
contrary to the design of flink.
   In addition, if a user's application loads hive-site.xml to the classpath, 
and then uses it as a shared global configuration for other applications, I 
think this may not be easy to implement.


----------------------------------------------------------------
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]

Reply via email to