You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/09/09 17:56:31 UTC

[GitHub] [hudi] zhedoubushishi commented on pull request #3416: [HUDI-2362] Add external config file support

zhedoubushishi commented on pull request #3416:
URL: https://github.com/apache/hudi/pull/3416#issuecomment-916315111


   > @zhedoubushishi we already have a hudi.properties file. Can you please elaborate the use case for this PR once?
   
   Sorry for the late reply. This is not the same as ```hudi.properties```. ```hudi.properties``` is created when customers write a Hudi table and it's a table level configuration. 
   
   However, the external configuration file in this PR is not specific to any Hudi table. It's more like a cluster level configuration just like ```spark-defaults.conf``` in Spark and ```flink-conf. yaml``` in Flink. The benefit of having this external configuration file, is there are some configurations can be shared between different Hudi tables, e.g. Hive JDBC URL, Zookeeper connect URL, HBase URL...


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

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org