Re: HadoopDelegationTokenProvider

2018-03-21 Thread Marcelo Vanzin
They should be available in the current user.

UserGroupInformation.getCurrentUser().getCredentials()

On Wed, Mar 21, 2018 at 7:32 AM, Jorge Machado  wrote:
> Hey spark group,
>
> I want to create a Delegation Token Provider for Accumulo I have One
> Question:
>
> How can I get the token that I added to the credentials from the Executor
> side ?  the SecurityManager class is privateā€¦
>
> Thanks
>
>
> Jorge Machado
>
>
>
>
>



-- 
Marcelo

-
To unsubscribe e-mail: user-unsubscr...@spark.apache.org



HadoopDelegationTokenProvider

2018-03-21 Thread Jorge Machado
Hey spark group, 

I want to create a Delegation Token Provider for Accumulo I have One Question: 

How can I get the token that I added to the credentials from the Executor side 
?  the SecurityManager class is privateā€¦

Thanks


Jorge Machado