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

Jian He commented on YARN-2563:
-------------------------------

not related to this bug, I think for the following we can just check the kind 
name for simplicity.
{code}
      TokenIdentifier tokenIdentifier = token.decodeIdentifier();
      if (tokenIdentifier instanceof TimelineDelegationTokenIdentifier) {
        return;
      }
{code}

> On secure clusters call to timeline server fails with authentication errors 
> when running a job via oozie
> --------------------------------------------------------------------------------------------------------
>
>                 Key: YARN-2563
>                 URL: https://issues.apache.org/jira/browse/YARN-2563
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: timelineserver
>    Affects Versions: 2.6.0
>            Reporter: Arpit Gupta
>            Assignee: Zhijie Shen
>            Priority: Blocker
>         Attachments: YARN-2563.1.patch
>
>
> During our nightlies on a secure cluster we have seen oozie jobs fail with 
> authentication error to the time line server.



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

Reply via email to