javax.security.auth.login.LoginException: Login failed
Posted
by abdeslam
on Stack Overflow
See other posts from Stack Overflow
or by abdeslam
Published on 2010-06-11T13:21:35Z
Indexed on
2010/06/12
22:13 UTC
Read the original article
Hit count: 260
I'm trying to run a hadoop job (version 18.3) on my windows machine but I get the following error:
Caused by: javax.security.auth.login.LoginException: Login failed: CreateProcess: bash -c groups error=2
at org.apache.hadoop.security.UnixUserGroupInformation.login(UnixUserGroupInformation.java:250)
at org.apache.hadoop.security.UnixUserGroupInformation.login(UnixUserGroupInformation.java:275)
at org.apache.hadoop.mapred.JobClient.configureCommandLineOptions(JobClient.java:557)
... 3 more
The same job works fine in an another windows machine. Do I have may be something wrong in the settings variabls? How can I fix this problem?
© Stack Overflow or respective owner