YARN-3236. Cleanup RMAuthenticationFilter#AUTH_HANDLER_PROPERTY.
Contributed by zhihai xu
This commit is contained in:
parent
92d67ace32
commit
e3d290244c
|
@ -315,6 +315,9 @@ Release 2.7.0 - UNRELEASED
|
|||
YARN-3237. AppLogAggregatorImpl fails to log error cause.
|
||||
(Rushabh S Shah via xgong)
|
||||
|
||||
YARN-3236. Cleanup RMAuthenticationFilter#AUTH_HANDLER_PROPERTY.
|
||||
(zhihai xu via xgong)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
YARN-2990. FairScheduler's delay-scheduling always waits for node-local and
|
||||
|
|
|
@ -40,8 +40,6 @@ public class RMAuthenticationFilter extends
|
|||
DelegationTokenAuthenticationFilter {
|
||||
|
||||
static private AbstractDelegationTokenSecretManager<?> manager;
|
||||
public static final String AUTH_HANDLER_PROPERTY =
|
||||
"yarn.resourcemanager.authentication-handler";
|
||||
private static final String OLD_HEADER = "Hadoop-YARN-Auth-Delegation-Token";
|
||||
|
||||
public RMAuthenticationFilter() {
|
||||
|
|
Loading…
Reference in New Issue