Package | Description |
---|---|
org.apache.hadoop.mapred | |
org.apache.hadoop.mapreduce | |
org.apache.hadoop.mapreduce.protocol | |
org.apache.hadoop.mapreduce.security.token.delegation |
Modifier and Type | Method and Description |
---|---|
Token<DelegationTokenIdentifier> |
YARNRunner.getDelegationToken(Text renewer) |
Token<DelegationTokenIdentifier> |
LocalJobRunner.getDelegationToken(Text renewer) |
Token<DelegationTokenIdentifier> |
JobClient.getDelegationToken(Text renewer)
Get a delegation token for the user from the JobTracker.
|
Modifier and Type | Method and Description |
---|---|
void |
YARNRunner.cancelDelegationToken(Token<DelegationTokenIdentifier> arg0) |
void |
LocalJobRunner.cancelDelegationToken(Token<DelegationTokenIdentifier> token) |
void |
JobClient.cancelDelegationToken(Token<DelegationTokenIdentifier> token)
Deprecated.
|
long |
YARNRunner.renewDelegationToken(Token<DelegationTokenIdentifier> arg0) |
long |
LocalJobRunner.renewDelegationToken(Token<DelegationTokenIdentifier> token) |
long |
JobClient.renewDelegationToken(Token<DelegationTokenIdentifier> token)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Token<DelegationTokenIdentifier> |
Cluster.getDelegationToken(Text renewer)
Get a delegation token for the user from the JobTracker.
|
Modifier and Type | Method and Description |
---|---|
void |
Cluster.cancelDelegationToken(Token<DelegationTokenIdentifier> token)
Deprecated.
|
long |
Cluster.renewDelegationToken(Token<DelegationTokenIdentifier> token)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Token<DelegationTokenIdentifier> |
ClientProtocol.getDelegationToken(Text renewer)
Get a new delegation token.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientProtocol.cancelDelegationToken(Token<DelegationTokenIdentifier> token)
Cancel a delegation token.
|
long |
ClientProtocol.renewDelegationToken(Token<DelegationTokenIdentifier> token)
Renew an existing delegation token
|
Modifier and Type | Method and Description |
---|---|
DelegationTokenIdentifier |
DelegationTokenSecretManager.createIdentifier() |
Copyright © 2013 Apache Software Foundation. All rights reserved.