YARN-3837. javadocs of TimelineAuthenticationFilterInitializer give wrong

prefix for auth options. Contributed by Bibin A Chundatt.
This commit is contained in:
Devaraj K 2015-07-07 12:06:30 +05:30
parent 81f3644376
commit af63427c6d
2 changed files with 5 additions and 3 deletions

View File

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

View File

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