jacobstanley / hadoop-tools

Tools for working with Hadoop, written with performance in mind.
Other
37 stars 15 forks source link

Update auth.user handling to be more user friendly. #28

Closed luke-clifton closed 7 years ago

luke-clifton commented 7 years ago

This means you can now specify auth.user and still have hh use $USER as your HDFS user name.

We also now attempt to guess a reasonable auth.user if none is supplied. This is done by taking your hdfs user name, and using the same realm as the namenode principal if one exists.

In many installations this now means we don't need a .hh file even if we have Kerberos enabled.

luke-clifton commented 7 years ago

I've tested all these changes.

jacobstanley commented 7 years ago

👍 nice