[
https://issues.apache.org/jira/browse/YARN-2449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14109005#comment-14109005
]
Hadoop QA commented on YARN-2449:
---------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12664132/apache-yarn-2449.0.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc{color}. There were no new javadoc warning messages.
{color:green}+1 eclipse:eclipse{color}. The patch built with
eclipse:eclipse.
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 2.0.3) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice.
{color:green}+1 contrib tests{color}. The patch passed contrib unit tests.
Test results:
https://builds.apache.org/job/PreCommit-YARN-Build/4720//testReport/
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/4720//console
This message is automatically generated.
> 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
> Attachments: apache-yarn-2449.0.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)