Explorar o código

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

(cherry picked from commit 177975e962284a2bbd954ebb32bf8f6da5fc975e)
Akira Ajisaka %!s(int64=9) %!d(string=hai) anos
pai
achega
5794dc83b0
Modificáronse 1 ficheiros con 24 adicións e 24 borrados
  1. 24 24
      hadoop-mapreduce-project/CHANGES.txt

+ 24 - 24
hadoop-mapreduce-project/CHANGES.txt

@@ -6,17 +6,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
 
@@ -325,30 +325,30 @@ 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-6540. TestMRTimelineEventHandling fails (sjlee)