You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Xiaoyu Yao (Jira)" <ji...@apache.org> on 2020/03/26 00:26:00 UTC

[jira] [Commented] (HDDS-3282) ozone.http.filter.initializers can't be set properly for SPNEGO auth

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

Xiaoyu Yao commented on HDDS-3282:
----------------------------------

{code:java}
SCM start failed with exception
java.lang.ClassCastException: org.apache.hadoop.security.AuthenticationFilterInitializer cannot be cast to org.apache.hadoop.hdds.server.http.FilterInitializer
	at org.apache.hadoop.hdds.server.http.HttpServer2.getFilterInitializers(HttpServer2.java:694)
	at org.apache.hadoop.hdds.server.http.HttpServer2.initializeWebServer(HttpServer2.java:603)
	at org.apache.hadoop.hdds.server.http.HttpServer2.<init>(HttpServer2.java:564)
	at org.apache.hadoop.hdds.server.http.HttpServer2.<init>(HttpServer2.java:117)
	at org.apache.hadoop.hdds.server.http.HttpServer2$Builder.build(HttpServer2.java:432)
{code}


> ozone.http.filter.initializers can't be set properly for SPNEGO auth
> --------------------------------------------------------------------
>
>                 Key: HDDS-3282
>                 URL: https://issues.apache.org/jira/browse/HDDS-3282
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>    Affects Versions: 0.5.0
>            Reporter: Vivek Ratnavel Subramanian
>            Assignee: Xiaoyu Yao
>            Priority: Major
>
> After HDDS-2950, we change to use ozone's own initializer defined by ozone.http.filter.initializers instead the one configured with hadoop.http.filter.initializers.
> The FilterInitializer interface was also forked from hadoop common  that prevents us from using org.apache.hadoop.security.AuthenticationFilterInitializer with the following error. 
> This ticket is opened to fix it. 



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

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