You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hadoop.apache.org by Sukhendu Chakraborty <su...@gmail.com> on 2013/09/12 22:54:02 UTC

java.lang.UnsatisfiedLinkError in hadoop-2.0.0-cdh4.3.0 + yarn

Hi, we are seeing this intermittent error during MR job launch in our yarn
cluster running hadoop-2.0.0-cdh4.3.0. Has anyone seen this before? Is it
related to https://issues.apache.org/jira/browse/HADOOP-9439? :

013-09-12 11:38:43,334 ERROR [main]
org.apache.hadoop.mapreduce.v2.app.MRAppMaster: Error starting MRAppMaster
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
    at
org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:128)
    at org.apache.hadoop.security.Groups.<init>(Groups.java:55)
    at
org.apache.hadoop.security.Groups.getUserToGroupsMappingService(Groups.java:182)
    at
org.apache.hadoop.security.UserGroupInformation.initUGI(UserGroupInformation.java:252)
    at
org.apache.hadoop.security.UserGroupInformation.initialize(UserGroupInformation.java:223)
    at
org.apache.hadoop.security.UserGroupInformation.setConfiguration(UserGroupInformation.java:267)
    at
org.apache.hadoop.mapreduce.v2.app.MRAppMaster.initAndStartAppMaster(MRAppMaster.java:1135)
    at
org.apache.hadoop.mapreduce.v2.app.MRAppMaster.main(MRAppMaster.java:1097)
Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
    at
org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
    ... 7 more
Caused by: java.lang.UnsatisfiedLinkError:
org.apache.hadoop.security.JniBasedUnixGroupsMapping.anchorNative()V
    at
org.apache.hadoop.security.JniBasedUnixGroupsMapping.anchorNative(Native
Method)
    at
org.apache.hadoop.security.JniBasedUnixGroupsMapping.<clinit>(JniBasedUnixGroupsMapping.java:49)
    at
org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback.<init>(JniBasedUnixGroupsMappingWithFallback.java:38)
    ... 12 more