You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, currently we didn't support this feature yet. I think this is a very good feature to have though. Converting this to a feature request for the contributor motivation program with prize~
garyli1019
changed the title
How to customize hive-site.xml in bitsail project
Support loading hiveConf from hive-site.xml with customized location for hive connector
Nov 21, 2022
Currently we need to pass hive configuration through job.writer.metastore_properties to the hive connector, but for the user already have hive-site.xml in their environment, passing those configs manually could be avoided. So we could add a configuration and support loading hive-site.xml automatically.
Note: We need to support two scenarios. hive-site.xml only exists on the client side and hive-site.xml exists on both client side and yarn.
Currently we need to pass hive configuration through job.writer.metastore_properties to the hive connector, but for the user already have hive-site.xml in their environment, passing those configs manually could be avoided. So we could add a configuration and support loading hive-site.xml automatically. Note: We need to support two scenarios. hive-site.xml only exists on the client side and hive-site.xml exists on both client side and yarn.
@garyli1019 yeah,but i found that the configuration job.writer.metastore_properties priority in the json is not as high as the environment hive-site.xml.
No description provided.
The text was updated successfully, but these errors were encountered: