YARN-3837. javadocs of TimelineAuthenticationFilterInitializer give wrong
prefix for auth options. Contributed by Bibin A Chundatt.
This commit is contained in:
parent
81f3644376
commit
af63427c6d
|
@ -592,6 +592,9 @@ Release 2.8.0 - UNRELEASED
|
|||
YARN-3882. AggregatedLogFormat should close aclScanner and ownerScanner
|
||||
after create them. (zhihai xu via xgong)
|
||||
|
||||
YARN-3837. javadocs of TimelineAuthenticationFilterInitializer give wrong
|
||||
prefix for auth options. (Bibin A Chundatt via devaraj)
|
||||
|
||||
Release 2.7.2 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -62,9 +62,8 @@ public class TimelineAuthenticationFilterInitializer extends FilterInitializer {
|
|||
* Initializes {@link TimelineAuthenticationFilter}
|
||||
* <p>
|
||||
* Propagates to {@link TimelineAuthenticationFilter} configuration all YARN
|
||||
* configuration properties prefixed with
|
||||
* {@code yarn.timeline-service.authentication.}
|
||||
*
|
||||
* configuration properties prefixed with {@value #PREFIX}
|
||||
*
|
||||
* @param container
|
||||
* The filter container
|
||||
* @param conf
|
||||
|
|
Loading…
Reference in New Issue