Read hadoop configuration files (core-site.xml and hdfs-site.xml) in HdfsResource#78
Read hadoop configuration files (core-site.xml and hdfs-site.xml) in HdfsResource#78kaspersorensen wants to merge 5 commits intoapache:masterfrom kaspersorensen:METAMODEL-219-hadoop-configuration-files
Conversation
... which is now super-interface for Closeable, Connection, Statement, ResultSet and more.
|
Isn't it dangerous reuse existing Hadoop/Yarn environment variables? They may be set globally without being intended for use with whatever is using MetaModel, and they will override the configured |
|
Fixed the EOLs. That's a very good question actually... You're right that it would override |
It is now only done if a newly added system property is set to "true".
|
OK as you can now see from the latest commit (0e0a9fb) I have added a system property |
|
Good solution. 👍, then :) |
Suggested fix for METAMODEL-219.
I did a few minor/additional changes too: