org.apache.hadoop.yarn.api.records
Interface ContainerToken

All Superinterfaces:
Token

@InterfaceAudience.Public
@InterfaceStability.Stable
public interface ContainerToken
extends Token

ContainerToken is the security token used by the framework to verify authenticity of any Container.

The ResourceManager, on container allocation provides a secure token which is verified by the NodeManager on container launch.

Applications do not need to care about ContainerToken, they are transparently handled by the framework - the allocated Container includes the ContainerToken.

See Also:
AMRMProtocol.allocate(org.apache.hadoop.yarn.api.protocolrecords.AllocateRequest), ContainerManager.startContainer(org.apache.hadoop.yarn.api.protocolrecords.StartContainerRequest)

Method Summary
 
Methods inherited from interface org.apache.hadoop.yarn.api.records.Token
getIdentifier, getKind, getPassword, getService
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.