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

Steve Loughran commented on HADOOP-17019:
-----------------------------------------

Tez should switch to using writables and avoiding the helper, as that uses the 
shaded stuff. If all they want is an opaque token <--> byte[] marshall 
operation we could add that and backport, but if they use Writable in their own 
code it will work with all older releases already

> Declare ProtobufHelper a public API
> -----------------------------------
>
>                 Key: HADOOP-17019
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17019
>             Project: Hadoop Common
>          Issue Type: Task
>    Affects Versions: 3.3.0
>            Reporter: Wei-Chiu Chuang
>            Assignee: Wei-Chiu Chuang
>            Priority: Major
>
> HADOOP-16621 removed two public API methods:
> 1. o.a.h.security.token.Token(TokenProto tokenPB) --> replaced by 
> o.a.h.security.ipc.ProtobufHelper.tokenFromProto()
> 2. o.a.h.security.token.Token.toTokenProto() --> replaced by 
> o.a.h.security.ipc.ProtobufHelper.protoFromToken()
> Protobuf is declared private. Should we make it public now?



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

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

Reply via email to