You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Akira Ajisaka (Jira)" <ji...@apache.org> on 2020/03/18 04:11:00 UTC

[jira] [Assigned] (HADOOP-16454) Document how to share delegation tokens between multiple HttpFS servers

     [ https://issues.apache.org/jira/browse/HADOOP-16454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Akira Ajisaka reassigned HADOOP-16454:
--------------------------------------

    Assignee:     (was: Akira Ajisaka)

> Document how to share delegation tokens between multiple HttpFS servers
> -----------------------------------------------------------------------
>
>                 Key: HADOOP-16454
>                 URL: https://issues.apache.org/jira/browse/HADOOP-16454
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: documentation, httpfs
>         Environment: Kerberized, clients connect to multiple HttpFS servers via load balancer
>            Reporter: Akira Ajisaka
>            Priority: Minor
>
> In our environment, multiple HttpFS servers are deployed for the clients outside the HDFS cluster.  As we are using external load balancer service for the HttpFS servers, the following situation may happen:
> 1. A client authenticates with a HttpFS server and gets a delegation token. Using the delegation token, the client can access to the NameNode.
> 2. In the next session, the client authenticates with another HttpFS server (via load balancer) using the same delegation token. The client fails to access because the other HttpFS server does not have the information of the delegation token.
> This issue is to document how to fix this situation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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