Dinh Hoang Mai created YARN-3012:
------------------------------------

             Summary: Hadoop 2.6.0: Basic error “starting MRAppMaster” after 
installing
                 Key: YARN-3012
                 URL: https://issues.apache.org/jira/browse/YARN-3012
             Project: Hadoop YARN
          Issue Type: Bug
          Components: security
    Affects Versions: 2.6.0
         Environment: CentOS 64bit
            Reporter: Dinh Hoang Mai
            Priority: Critical
             Fix For: 2.6.0


I have just started to work with Hadoop 2.

After installing with basic configs 
(http://pl.postech.ac.kr/wiki/doku.php?id=maidinh:hadoop2_install), I always 
failed to run any examples. Has anyone seen this problem and please help me?

This is the log

2015-01-08 01:52:01,599 INFO [main] 
org.apache.hadoop.mapreduce.v2.app.MRAppMaster: Created MRAppMaster for 
application appattempt_1420648881673_0004_000001
2015-01-08 01:52:01,764 FATAL [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:131)
        at org.apache.hadoop.security.Groups.<init>(Groups.java:70)
        at org.apache.hadoop.security.Groups.<init>(Groups.java:66)
        at 
org.apache.hadoop.security.Groups.getUserToGroupsMappingService(Groups.java:280)
        at 
org.apache.hadoop.security.UserGroupInformation.initialize(UserGroupInformation.java:271)
        at 
org.apache.hadoop.security.UserGroupInformation.setConfiguration(UserGroupInformation.java:299)
        at 
org.apache.hadoop.mapreduce.v2.app.MRAppMaster.initAndStartAppMaster(MRAppMaster.java:1473)
        at 
org.apache.hadoop.mapreduce.v2.app.MRAppMaster.main(MRAppMaster.java:1429)
Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
        at 
org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:129)
        ... 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:39)
        ... 12 more
2015-01-08 01:52:01,767 INFO [main] org.apache.hadoop.util.ExitUtil: Exiting 
with status 1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to