YARN-3837. javadocs of TimelineAuthenticationFilterInitializer give wrong prefix for auth options. Contributed by Bibin A Chundatt.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/af51cbbd Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/af51cbbd Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/af51cbbd Branch: refs/heads/YARN-2928 Commit: af51cbbd85efe9bf7491c5877246ed9efdeab407 Parents: 6814e83 Author: Devaraj K <[email protected]> Authored: Tue Jul 7 12:06:30 2015 +0530 Committer: Zhijie Shen <[email protected]> Committed: Mon Jul 13 11:43:25 2015 -0700 ---------------------------------------------------------------------- hadoop-yarn-project/CHANGES.txt | 3 +++ .../security/TimelineAuthenticationFilterInitializer.java | 5 ++--- 2 files changed, 5 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/af51cbbd/hadoop-yarn-project/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index 6d84ac5..f524758 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -704,6 +704,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 http://git-wip-us.apache.org/repos/asf/hadoop/blob/af51cbbd/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/main/java/org/apache/hadoop/yarn/server/timeline/security/TimelineAuthenticationFilterInitializer.java ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/main/java/org/apache/hadoop/yarn/server/timeline/security/TimelineAuthenticationFilterInitializer.java b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/main/java/org/apache/hadoop/yarn/server/timeline/security/TimelineAuthenticationFilterInitializer.java index a3c136c..4e7c29a 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/main/java/org/apache/hadoop/yarn/server/timeline/security/TimelineAuthenticationFilterInitializer.java +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/main/java/org/apache/hadoop/yarn/server/timeline/security/TimelineAuthenticationFilterInitializer.java @@ -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
