Details
Description
JniBasedUnixGroupsMapping calls native code which isn't implemented properly for Windows, causing UnsatisfiedLinkError. The fallback logic in JniBasedUnixGroupsMappingWithFallback works by checking if the native code is loaded during startup. In this case, hadoop.dll is present and loaded, but it doesn't contain the right code. There will be no attempt to fallback to ShellBasedUnixGroupsMapping.
Attachments
Attachments
Issue Links
- is broken by
-
HADOOP-8712 Change default hadoop.security.group.mapping
- Closed
- is related to
-
HADOOP-9312 JniBasedUnixGroupsMapping#getGroupForUser can potentially leak memory
- Open
- is required by
-
HADOOP-9290 Some tests cannot load native library
- Closed
- relates to
-
HADOOP-9718 Branch-1-win TestGroupFallback#testGroupWithFallback() failed caused by java.lang.UnsatisfiedLinkError
- Resolved