You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/07/10 00:09:00 UTC

[jira] [Commented] (AMBARI-24271) Spark thrift server is not starting on Upgraded cluster

    [ https://issues.apache.org/jira/browse/AMBARI-24271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16537818#comment-16537818 ] 

Hudson commented on AMBARI-24271:
---------------------------------

SUCCESS: Integrated in Jenkins build Ambari-branch-2.7 #29 (See [https://builds.apache.org/job/Ambari-branch-2.7/29/])
[AMBARI-24271] Spark thrift server is not starting on Upgraded (github: [https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=2be530f7a95542bd154b38e8917cfc9310d8d050])
* (add) ambari-server/src/main/java/org/apache/ambari/server/serveraction/upgrades/AddSparkUserToYarnACLAdminQueue.java


> Spark thrift server is not starting on Upgraded cluster
> -------------------------------------------------------
>
>                 Key: AMBARI-24271
>                 URL: https://issues.apache.org/jira/browse/AMBARI-24271
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.7.0
>            Reporter: Vitaly Brodetskyi
>            Assignee: Vitaly Brodetskyi
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 2.7.0
>
>         Attachments: AMBARI-24271_part1.patch, AMBARI-24271_part2.patch
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Steps to reproduce :
> 1) Deploy cluster with Ambari-2.6.2.0 + HDP-2.6.5.0
> 2) Upgrade to Ambari-2.7.0.0-876
> 3) Perform Express Upgrade to HDP-3.0.0.0-1621
> After upgrade STS is failing with below error :
> {code}
> Caused by: org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.yarn.exceptions.YarnException): org.apache.hadoop.security.AccessControlException: User spark does not have permission to submit application_1531132300904_0038 to queue default
>  at org.apache.hadoop.yarn.ipc.RPCUtil.getRemoteException(RPCUtil.java:38)
>  at org.apache.hadoop.yarn.server.resourcemanager.RMAppManager.createAndPopulateNewRMApp(RMAppManager.java:435)
>  at org.apache.hadoop.yarn.server.resourcemanager.RMAppManager.submitApplication(RMAppManager.java:320)
>  at org.apache.hadoop.yarn.server.resourcemanager.ClientRMService.submitApplication(ClientRMService.java:645)
>  at org.apache.hadoop.yarn.api.impl.pb.service.ApplicationClientProtocolPBServiceImpl.submitApplication(ApplicationClientProtocolPBServiceImpl.java:277)
>  at org.apache.hadoop.yarn.proto.ApplicationClientProtocol$ApplicationClientProtocolService$2.callBlockingMethod(ApplicationClientProtocol.java:563)
>  at org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:523)
>  at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:991)
>  at org.apache.hadoop.ipc.Server$RpcCall.run(Server.java:872)
>  at org.apache.hadoop.ipc.Server$RpcCall.run(Server.java:818)
>  at java.security.AccessController.doPrivileged(Native Method)
>  at javax.security.auth.Subject.doAs(Subject.java:422)
>  at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1688)
>  at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2678)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)