entrada
entrada copied to clipboard
Fix hadoop calls for non-existent users
if the user you're running as doesn't exist in passwd/nss the hadoop calls failed with "Caused by: javax.security.auth.login.LoginException: java.lang.NullPointerException: invalid null input: name"
Quite common for example when running it on kubernetes with a non-overlapping high UID per security recommendations