You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Sunil G (JIRA)" <ji...@apache.org> on 2017/12/13 13:55:00 UTC

[jira] [Created] (YARN-7651) branch-2 application master (MR) cannot run in 3.1 cluster

Sunil G created YARN-7651:
-----------------------------

             Summary: branch-2 application master (MR) cannot run in 3.1 cluster
                 Key: YARN-7651
                 URL: https://issues.apache.org/jira/browse/YARN-7651
             Project: Hadoop YARN
          Issue Type: Bug
          Components: resourcemanager
    Affects Versions: 3.1.0
            Reporter: Sunil G
            Priority: Blocker


{noformat}
2017-12-13 19:21:20,452 WARN [main] org.apache.hadoop.util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
2017-12-13 19:21:20,481 FATAL [main] org.apache.hadoop.mapreduce.v2.app.MRAppMaster: Error starting MRAppMaster
java.lang.RuntimeException: Unable to determine current user
        at org.apache.hadoop.conf.Configuration$Resource.getRestrictParserDefault(Configuration.java:253)
        at org.apache.hadoop.conf.Configuration$Resource.<init>(Configuration.java:219)
        at org.apache.hadoop.conf.Configuration$Resource.<init>(Configuration.java:211)
        at org.apache.hadoop.conf.Configuration.addResource(Configuration.java:876)
        at org.apache.hadoop.mapreduce.v2.app.MRAppMaster.main(MRAppMaster.java:1571)
Caused by: java.io.IOException: Exception reading /Users/sunilgovindan/install/hadoop/tmp/nm-local-dir/usercache/sunilgovindan/appcache/application_1513172966925_0001/container_1513172966925_0001_01_000001/container_tokens
        at org.apache.hadoop.security.Credentials.readTokenStorageFile(Credentials.java:208)
        at org.apache.hadoop.security.UserGroupInformation.loginUserFromSubject(UserGroupInformation.java:870)
        at org.apache.hadoop.security.UserGroupInformation.getLoginUser(UserGroupInformation.java:803)
        at org.apache.hadoop.security.UserGroupInformation.getCurrentUser(UserGroupInformation.java:676)
        at org.apache.hadoop.conf.Configuration$Resource.getRestrictParserDefault(Configuration.java:251)
        ... 4 more
Caused by: java.io.IOException: Unknown version 1 in token storage.
        at org.apache.hadoop.security.Credentials.readTokenStorageStream(Credentials.java:226)
        at org.apache.hadoop.security.Credentials.readTokenStorageFile(Credentials.java:205)
        ... 8 more
2017-12-13 19:21:20,484 INFO [main] org.apache.hadoop.util.ExitUtil: Exiting with status 1
{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org