YARN-3236. Cleanup RMAuthenticationFilter#AUTH_HANDLER_PROPERTY.

Contributed by zhihai xu
This commit is contained in:
Xuan 2015-02-21 16:18:40 -08:00
parent 92d67ace32
commit e3d290244c
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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() {