You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by va...@apache.org on 2015/12/19 21:39:49 UTC

hadoop git commit: Updating CHANGES.txt

Repository: hadoop
Updated Branches:
  refs/heads/feature-YARN-2928 8f3dc2d93 -> 1d68228f4


Updating CHANGES.txt


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1d68228f
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1d68228f
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/1d68228f

Branch: refs/heads/feature-YARN-2928
Commit: 1d68228f4089104948026c2a9ac501e687a461b6
Parents: 8f3dc2d
Author: Varun Saxena <va...@apache.org>
Authored: Sun Dec 20 02:08:14 2015 +0530
Committer: Varun Saxena <va...@apache.org>
Committed: Sun Dec 20 02:08:14 2015 +0530

----------------------------------------------------------------------
 hadoop-yarn-project/CHANGES.txt | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/1d68228f/hadoop-yarn-project/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt
index d2eb7d1..1d530a9 100644
--- a/hadoop-yarn-project/CHANGES.txt
+++ b/hadoop-yarn-project/CHANGES.txt
@@ -121,6 +121,9 @@ Branch YARN-2928: Timeline Server Next Generation: Phase 1
     YARN-3864. Implement support for querying single app and all apps for a
     flow run (Varun Saxena via sjlee)
 
+    YARN-4237 Support additional queries for ATSv2 Web UI. (Varun Saxena via
+    gtcarrera9)
+ 
     YARN-4179. [reader implementation] support flow activity queries based on
     time (Varun Saxena via sjlee)
 
@@ -146,6 +149,9 @@ Branch YARN-2928: Timeline Server Next Generation: Phase 1
     YARN-3862. Support for fetching specific configs and metrics based on
     prefixes (Varun Saxena via sjlee)
 
+    YARN-4356. Ensure the timeline service v.2 is disabled cleanly and has no
+    impact when it's turned off. (Sangjin Lee via gtcarrera9)
+
     YARN-4445. Unify the term flowId and flowName in timeline v2 codebase. 
     (Zhan Zhang via gtcarrera9). 
 
@@ -191,7 +197,10 @@ Branch YARN-2928: Timeline Server Next Generation: Phase 1
     YARN-4297. TestJobHistoryEventHandler and TestRMContainerAllocator failing
     on YARN-2928 branch (Varun Saxena via sjlee)
 
-    YARN-4460. [Bug fix] RM fails to start when SMP is enabled. (Li Lu via Varun Saxena)
+    YARN-4450. TestTimelineAuthenticationFilter and TestYarnConfigurationFields
+    fail. (Sangjin Lee via gtcarrera9)
+
+    YARN-4460. [Bug fix] RM fails to start when SMP is enabled. (Li Lu via varunsaxena)
 
 Trunk - Unreleased