[
https://issues.apache.org/jira/browse/YARN-2449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14116467#comment-14116467
]
Advertising
Hudson commented on YARN-2449:
------------------------------
FAILURE: Integrated in Hadoop-Mapreduce-trunk #1881 (See
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1881/])
YARN-2449. Fixed the bug that TimelineAuthenticationFilterInitializer is not
automatically added when hadoop.http.filter.initializers is not configured.
Contributed by Varun Vasudev. (zjshen: rev
4bd0194e6be68421eb1dc87f9f031626112e4c50)
* hadoop-yarn-project/CHANGES.txt
*
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/test/java/org/apache/hadoop/yarn/server/applicationhistoryservice/TestApplicationHistoryServer.java
*
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/ApplicationHistoryServer.java
> Timelineserver returns invalid Delegation token in secure kerberos enabled
> cluster when hadoop.http.filter.initializers are not set
> -----------------------------------------------------------------------------------------------------------------------------------
>
> Key: YARN-2449
> URL: https://issues.apache.org/jira/browse/YARN-2449
> Project: Hadoop YARN
> Issue Type: Bug
> Components: timelineserver
> Affects Versions: 2.6.0
> Environment: Deploy security enabled cluster is ATS also enabled and
> running, but no hadoop.http.filter.initializers set in core-site.xml
> Reporter: Karam Singh
> Assignee: Varun Vasudev
> Priority: Critical
> Fix For: 2.6.0
>
> Attachments: apache-yarn-2449.0.patch, apache-yarn-2449.1.patch
>
>
> Timelineserver returns invalid Delegation token in secure kerberos enabled
> cluster when hadoop.http.filter.initializers are not set
> Looks in it is regression from YARN-2397
> After YARN-2397. when no hadoop.http.filter.initializers is set
> Now when try fetch DELEGATION token from timelineserver, it returns invalid
> token
> Tried to fetch timeline delegation by using curl commands :
> {code}
> 1. curl -i -k -s -b 'timeline-cookie.txt'
> 'http://atshost:8188/ws/v1/timeline?op=GETDELEGATIONTOKEN&renewer=hrt_qa'
> Or
> 2. curl -i -k -s --negotiate -u :
> 'http://atshost:8188/ws/v1/timeline?op=GETDELEGATIONTOKEN&renewer=test_user'
> {code}
> Return response is for both queries:
> {code}
> {"About":"Timeline API"}
> {code}
> Whereas before YARN-2397 or if you set hadoop.http.filter.initializers =
> TimelineAuthenticationFilterInitializer or AuthenticationFilterInitializer
> First query returns DT and Second used to fail
--
This message was sent by Atlassian JIRA
(v6.2#6252)