entrada icon indicating copy to clipboard operation
entrada copied to clipboard

Fix hadoop calls for non-existent users

Open thomasdupas opened this issue 2 years ago • 0 comments

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

thomasdupas avatar Mar 11 '22 09:03 thomasdupas