Fix indents in the 2.8.0 section of MapReduce CHANGES.txt.

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

Branch: refs/heads/yarn-2877
Commit: 177975e962284a2bbd954ebb32bf8f6da5fc975e
Parents: 5ec44fc
Author: Akira Ajisaka <aajis...@apache.org>
Authored: Wed Nov 25 16:39:49 2015 +0900
Committer: Akira Ajisaka <aajis...@apache.org>
Committed: Wed Nov 25 16:42:22 2015 +0900

----------------------------------------------------------------------
 hadoop-mapreduce-project/CHANGES.txt | 52 +++++++++++++++----------------
 1 file changed, 26 insertions(+), 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/177975e9/hadoop-mapreduce-project/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-mapreduce-project/CHANGES.txt 
b/hadoop-mapreduce-project/CHANGES.txt
index 170ae7b..1631668 100644
--- a/hadoop-mapreduce-project/CHANGES.txt
+++ b/hadoop-mapreduce-project/CHANGES.txt
@@ -307,17 +307,17 @@ Release 2.8.0 - UNRELEASED
 
   NEW FEATURES
 
-   MAPREDUCE-6284. Add Task Attempt State API to MapReduce Application
-   Master REST API. (Ryu Kobayashi via ozawa)
+    MAPREDUCE-6284. Add Task Attempt State API to MapReduce Application
+    Master REST API. (Ryu Kobayashi via ozawa)
 
-   MAPREDUCE-6364. Add a "Kill" link to Task Attempts page. (Ryu Kobayashi
-   via ozawa)
+    MAPREDUCE-6364. Add a "Kill" link to Task Attempts page. (Ryu Kobayashi
+    via ozawa)
 
-   MAPREDUCE-6304. Specifying node labels when submitting MR jobs.
-   (Naganarasimha G R via wangda)
+    MAPREDUCE-6304. Specifying node labels when submitting MR jobs.
+    (Naganarasimha G R via wangda)
 
-   MAPREDUCE-6415. Create a tool to combine aggregated logs into HAR files. 
-   (Robert Kanter via kasha)
+    MAPREDUCE-6415. Create a tool to combine aggregated logs into HAR files.
+    (Robert Kanter via kasha)
 
   IMPROVEMENTS
 
@@ -617,33 +617,33 @@ Release 2.8.0 - UNRELEASED
     MAPREDUCE-6484. Yarn Client uses local address instead of RM address as
     token renewer in a secure cluster when RM HA is enabled. (Zhihai Xu)
 
-   MAPREDUCE-6480. archive-logs tool may miss applications (rkanter)
+    MAPREDUCE-6480. archive-logs tool may miss applications (rkanter)
 
-   MAPREDUCE-6494. Permission issue when running archive-logs tool as
-   different users (rkanter)
+    MAPREDUCE-6494. Permission issue when running archive-logs tool as
+    different users (rkanter)
 
-   MAPREDUCE-6485. Create a new task attempt with failed map task priority
-   if in-progress attempts are unassigned. (Xianyin Xin via rohithsharmaks)
+    MAPREDUCE-6485. Create a new task attempt with failed map task priority
+    if in-progress attempts are unassigned. (Xianyin Xin via rohithsharmaks)
 
-   MAPREDUCE-6503. archive-logs tool should use HADOOP_PREFIX instead
-   of HADOOP_HOME (rkanter)
+    MAPREDUCE-6503. archive-logs tool should use HADOOP_PREFIX instead
+    of HADOOP_HOME (rkanter)
 
-   MAPREDUCE-6302. Preempt reducers after a configurable timeout irrespective 
-   of headroom. (kasha)
+    MAPREDUCE-6302. Preempt reducers after a configurable timeout irrespective
+    of headroom. (kasha)
 
-   MAPREDUCE-6495. Docs for archive-logs tool (rkanter)
+    MAPREDUCE-6495. Docs for archive-logs tool (rkanter)
 
-   MAPREDUCE-6508. TestNetworkedJob fails consistently due to delegation 
-   token changes on RM. (Akira AJISAKA via junping_du)
+    MAPREDUCE-6508. TestNetworkedJob fails consistently due to delegation
+    token changes on RM. (Akira AJISAKA via junping_du)
 
-   MAPREDUCE-6515. Update Application priority in AM side from AM-RM heartbeat
-   (Sunil G via jlowe)
+    MAPREDUCE-6515. Update Application priority in AM side from AM-RM heartbeat
+    (Sunil G via jlowe)
 
-   MAPREDUCE-6533. testDetermineCacheVisibilities of
-   TestClientDistributedCacheManager is broken (Chang Li via jlowe)
+    MAPREDUCE-6533. testDetermineCacheVisibilities of
+    TestClientDistributedCacheManager is broken (Chang Li via jlowe)
 
-   MAPREDUCE-6553. Replace '\u2b05' with '<-' in rendering job configuration.
-   (Gabor Liptak via aajisaka)
+    MAPREDUCE-6553. Replace '\u2b05' with '<-' in rendering job configuration.
+    (Gabor Liptak via aajisaka)
 
 Release 2.7.3 - UNRELEASED
 

Reply via email to