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

Steve Loughran commented on HADOOP-13672:
-----------------------------------------

-1 pending a bit of discussion.

# Do you want jackson off the CP entirely? Or just marshall differently but 
retain Jackson on the CP? As the imports in this class probably mandate having 
jackson there.
# have you tested Solr with this patch and subclass? 

I'd like to be confident this patch actually meets your needs; I don't want to 
be going round in circles patching Hadoop until things stabilize

> Extract out jackson calls into an overrideable method in 
> DelegationTokenAuthenticationHandler
> ---------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-13672
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13672
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Ishan Chattopadhyaya
>            Assignee: Ishan Chattopadhyaya
>            Priority: Minor
>         Attachments: HADOOP-13672.patch, HADOOP-13672.patch
>
>
> In Apache Solr, we use hadoop-auth for delegation tokens. However, because of 
> the following lines, we need to import Jackson (old version).
> https://github.com/apache/hadoop/blob/branch-2.7/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticationHandler.java#L279
> If we could extract out the calls to ObjectMapper to another method, so that 
> at Solr we could override it to do the Map -> json conversion using noggit, 
> it would be helpful.
> Reference: SOLR-9542



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to