hdfs-cli
hdfs-cli copied to clipboard
Support for kerberos principal rewrite rules declared in hadoop.security.auth_to_local
Hi David, I like your project, it is a very useful tool.
To support authentication with principals from several kerberos realms, we have rewrite rules defined in the core-site.xml. But this resource doesn't seem to be loaded during the hadoop.conf.Configuration init.
I have had add to force the loading of the core-site.xml resource, see beelow : https://github.com/damienclaveau/hdfs-cli/commit/27663f851e65ea81cf2c55595f8c5867d0f50ab6
Did I miss something in my local config ?