Steve Loughran
|
4276f8b315
|
HADOOP-11607. Reduce log spew in S3AFileSystem. (Lei (Eddy) Xu via stevel)
|
2015-02-20 20:51:00 +00:00 |
cnauroth
|
e09ba94f28
|
HDFS-7773. Additional metrics in HDFS to be accessed via jmx. Contributed by Anu Engineer.
|
2015-02-20 12:38:34 -08:00 |
cnauroth
|
ad77dfc3e4
|
HDFS-7814. Fix usage string of storageType parameter for "dfsadmin -setSpaceQuota/clrSpaceQuota". Contributed by Xiaoyu Yao.
(cherry picked from commit 8c6ae0d619 )
|
2015-02-20 12:22:00 -08:00 |
Wangda Tan
|
a1963968d2
|
YARN-3230. Clarify application states on the web UI. (Jian He via wangda)
(cherry picked from commit ce5bf927c3 )
|
2015-02-20 10:40:04 -08:00 |
Junping Du
|
4a87a61fe9
|
YARN-2799. Cleanup TestLogAggregationService based on the change in YARN-90. Contributed by Zhihai Xu
(cherry picked from commit c33ae271c2 )
|
2015-02-20 09:44:31 -08:00 |
Jason Lowe
|
3e8dfd1299
|
YARN-3194. RM should handle NMContainerStatuses sent by NM while registering if NM is Reconnected node. Contributed by Rohith
(cherry picked from commit a64dd3d24b )
|
2015-02-20 15:12:08 +00:00 |
Kihwal Lee
|
b9157f92fc
|
HDFS-7788. Post-2.6 namenode may not start up with an image containing inodes created with an old release. Contributed by Rushabh Shah.
(cherry picked from commit 7ae5255a16 )
|
2015-02-20 09:09:56 -06:00 |
Harsh J
|
5c2c6b00dd
|
HDFS-7752. Improve description for "dfs.namenode.num.extra.edits.retained" and "dfs.namenode.num.checkpoints.retained" properties on hdfs-default.xml. Contributed by Wellington Chevreuil.
(cherry picked from commit b9a17909ba )
|
2015-02-20 19:21:34 +05:30 |
Jian He
|
eaeaf80d39
|
YARN-933. Fixed InvalidStateTransitonException at FINAL_SAVING state in RMApp. Contributed by Rohith Sharmaks
(cherry picked from commit c0d9b93953 )
|
2015-02-19 15:43:14 -08:00 |
Haohui Mai
|
da52fdb999
|
HADOOP-11231. Remove dead code in ServletUtil. Contributed by Li Lu.
|
2015-02-19 11:35:35 -08:00 |
Wangda Tan
|
cd5eb9c1de
|
YARN-3076. Add API/Implementation to YarnClient to retrieve label-to-node mapping (Varun Saxena via wangda)
(cherry picked from commit d49ae725d5 )
|
2015-02-19 11:01:47 -08:00 |
Jason Lowe
|
b1fc4ec57a
|
HADOOP-9087. Queue size metric for metric sinks isn't actually maintained. Contributed by Akira AJISAKA
(cherry picked from commit f0f2992686 )
|
2015-02-19 17:38:39 +00:00 |
yliu
|
fee29e4a4f
|
HDFS-7656. Expose truncate API for HDFS httpfs. (yliu)
|
2015-02-19 08:38:25 +08:00 |
yliu
|
000b9e6c24
|
HADOOP-11595. Add default implementation for AbstractFileSystem#truncate. (yliu)
|
2015-02-19 08:28:15 +08:00 |
Plamen Jeliazkov
|
32d215dc89
|
MAPREDUCE-6228. Add truncate operation to SLive. Contributed by Plamen Jeliazkov.
|
2015-02-19 00:14:11 -08:00 |
Akira Ajisaka
|
10da1bfce2
|
HADOOP-11440. Use "test.build.data" instead of "build.test.dir" for testing in ClientBaseWithFixes. Contributed by Kengo Seki.
(cherry picked from commit 18fb421fab )
|
2015-02-18 17:56:02 -08:00 |
Tsuyoshi Ozawa
|
fef5efa0cb
|
YARN-1615. Fix typos in delay scheduler's description. Contributed by Akira Ajisaka.
(cherry picked from commit b8a14efdf5 )
|
2015-02-19 10:24:40 +09:00 |
Jian He
|
b8fe1a747e
|
YARN-1514. Utility to benchmark ZKRMStateStore#loadState for RM HA. Contributed by Tsuyoshi OZAWA
(cherry picked from commit 1c03376300 )
|
2015-02-18 16:34:42 -08:00 |
Haohui Mai
|
3605928bd0
|
HDFS-7808. Remove obsolete -ns options in in DFSHAAdmin.java. Contributed by Arshad Mohammad.
|
2015-02-18 15:14:53 -08:00 |
cnauroth
|
b1b1e05e18
|
HDFS-7772. Document hdfs balancer -exclude/-include option in HDFSCommands.html. Contributed by Xiaoyu Yao.
|
2015-02-18 12:03:00 -08:00 |
Jian He
|
8f06eaa251
|
YARN-3132. RMNodeLabelsManager should remove node from node-to-label mapping when node becomes deactivated. Contributed by Wangda Tan
(cherry picked from commit f5da5566d9 )
|
2015-02-18 11:52:28 -08:00 |
Jason Lowe
|
386e62ace3
|
MAPREDUCE-6261. NullPointerException if MapOutputBuffer.flush invoked twice. Contributed by Tsuyoshi OZAWA
(cherry picked from commit 4981d082d4 )
|
2015-02-18 19:28:45 +00:00 |
Akira Ajisaka
|
5a1531fff6
|
HADOOP-11545. ArrayIndexOutOfBoundsException is thrown with "hadoop credential list -provider". Contributed by Brahma Reddy Battula.
(cherry picked from commit 1714609919 )
|
2015-02-18 11:18:21 -08:00 |
Tsuyoshi Ozawa
|
f10335b08d
|
HADOOP-11599. Client#getTimeout should use IPC_CLIENT_PING_DEFAULT when IPC_CLIENT_PING_KEY is not configured. Contributed by zhihai xu.
(cherry picked from commit 3f56a4cb0c )
|
2015-02-18 18:00:18 +09:00 |
Kihwal Lee
|
6c01e58619
|
HADOOP-11295. RPC Server Reader thread can't shutdown if RPCCallQueue is full. Contributed by Ming Ma.
(cherry picked from commit 685af8a3d0 )
|
2015-02-18 17:44:11 +09:00 |
Tsuyoshi Ozawa
|
9523b52da5
|
MAPREDUCE-4286. TestClientProtocolProviderImpls passes on failure conditions. Contributed by Devaraj K.
(cherry picked from commit 7c782047c6 )
|
2015-02-18 15:46:06 +09:00 |
Xuan
|
ba18adbb27
|
YARN-3207. Secondary filter matches entites which do not have the key
being filtered for. Contributed by Zhijie Shen
(cherry picked from commit 57db50cbe3 )
|
2015-02-17 18:18:56 -08:00 |
Akira Ajisaka
|
6d6c684567
|
HDFS-7780. Update use of Iterator to Iterable in DataXceiverServer and SnapshotDiffInfo. Contributed by Ray Chiang.
(cherry picked from commit 6dc8812a95 )
|
2015-02-17 14:49:03 -08:00 |
Haohui Mai
|
f92a4904bf
|
HDFS-6662. WebHDFS cannot open a file if its path contains "%". Contributed by Gerson Carlos.
|
2015-02-17 13:05:00 -08:00 |
Steve Loughran
|
411c8a7cda
|
HADOOP-11521. Make connection timeout configurable in s3a. (Thomas Demoor via stevel)
|
2015-02-17 20:00:00 +00:00 |
Kihwal Lee
|
8b37b4a78b
|
HDFS-7795. Show warning if not all favored nodes were chosen by namenode. Contributed by Kihwal Lee.
(cherry picked from commit db6606223c )
|
2015-02-17 13:06:41 -06:00 |
Steve Loughran
|
f52fcdc2e0
|
HADOOP-11522. Update S3A Documentation. (Thomas Demoor via stevel)
|
2015-02-17 18:14:31 +00:00 |
Steve Loughran
|
701b96ca8e
|
HADOOP-11570. S3AInputStream.close() downloads the remaining bytes of the object from S3. (Dan Hecht via stevel).
|
2015-02-17 16:36:32 +00:00 |
Uma Maheswara Rao G
|
2cbac36fd3
|
HDFS-4266. BKJM: Separate write and ack quorum (Rakesh R via umamahesh)
(cherry picked from commit f0412de1c1 )
|
2015-02-17 21:31:43 +05:30 |
Uma Maheswara Rao G
|
35fecb5306
|
HDFS-7797. Add audit log for setQuota operation (Rakesh R via umamahesh)
(cherry picked from commit f24a56787a )
|
2015-02-17 20:16:34 +05:30 |
Tsuyoshi Ozawa
|
00fb0710b6
|
HADOOP-11600. Fix up source codes to be compiled with Guava 17.0. (ozawa)
(cherry picked from commit 2f0f756b26 )
|
2015-02-17 21:57:58 +09:00 |
Vinayakumar B
|
005e1df540
|
HADOOP-11000. HAServiceProtocol's health state is incorrectly transitioned to SERVICE_NOT_RESPONDING (Contributed by Ming Ma)
(cherry picked from commit cf4b7f506d )
|
2015-02-17 15:19:44 +05:30 |
Vinayakumar B
|
91a5d92916
|
HDFS-7703. Support favouredNodes for the append for new blocks ( Contributed by Vinayakumar B)
(cherry picked from commit 89a5449280 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2015-02-17 15:19:03 +05:30 |
yliu
|
54e33baaf6
|
HDFS-7798. Checkpointing failure caused by shared KerberosAuthenticator. (Chengbing Liu via yliu)
|
2015-02-17 07:50:14 +08:00 |
cnauroth
|
441dfa4867
|
HDFS-7604. Track and display failed DataNode storage locations in NameNode. Contributed by Chris Nauroth.
(cherry picked from commit 9729b244de )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/HeartbeatManager.java
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestDeadDatanode.java
|
2015-02-16 14:44:49 -08:00 |
Junping Du
|
1d91daaae9
|
MAPREDUCE-6225. Fix new findbug warnings in hadoop-mapreduce-client-core. Contributed by Varun Saxena
(cherry picked from commit 814afa46ef )
|
2015-02-16 09:39:20 -08:00 |
Tsuyoshi Ozawa
|
fabac2ff30
|
YARN-1299. Improve a log message in AppSchedulingInfo by adding application id. Contributed by Ashutosh Jindal and Devaraj K.
(cherry picked from commit 556386a070 )
|
2015-02-17 01:54:09 +09:00 |
Tsuyoshi Ozawa
|
42368b91c4
|
Revert "YARN-1299. Improve a log message in AppSchedulingInfo by adding application id. Contributed by Ashutosh Jindal and devaraj."
This reverts commit 67e3a77720 .
|
2015-02-17 01:53:58 +09:00 |
Tsuyoshi Ozawa
|
67e3a77720
|
YARN-1299. Improve a log message in AppSchedulingInfo by adding application id. Contributed by Ashutosh Jindal and devaraj.
(cherry picked from commit 9aae81c934 )
|
2015-02-17 01:48:53 +09:00 |
Tsuyoshi Ozawa
|
fd8f7e2c7d
|
YARN-3203. Correct a log message in AuxServices. Contributed by Brahma Reddy Battula.
(cherry picked from commit 447bd7b5a6 )
|
2015-02-16 23:56:32 +09:00 |
Junping Du
|
eee89bd18c
|
YARN-2749. Fix some testcases from TestLogAggregationService fails in trunk. (Contributed by Xuan Gong)
(cherry picked from commit ab0b958a52 )
|
2015-02-15 06:48:29 -08:00 |
Tsuyoshi Ozawa
|
7011125778
|
MAPREDUCE-6256. Removed unused private methods in o.a.h.mapreduce.Job.java. Contributed by Naganarasimha G R.
(cherry picked from commit 3338f6d907 )
|
2015-02-15 10:10:11 +09:00 |
Tsuyoshi Ozawa
|
b7836c18e4
|
HADOOP-11589. NetUtils.createSocketAddr should trim the input URI. Contributed by Rakesh R.
(cherry picked from commit ef950ea1c0 )
|
2015-02-15 00:31:33 +09:00 |
Tsuyoshi Ozawa
|
481124bd61
|
Revert "HADOOP-11589. NetUtils.createSocketAddr should trim the input URI. Contributed by Rakesh R."
This reverts commit e082992e2a .
|
2015-02-15 00:31:15 +09:00 |
Tsuyoshi Ozawa
|
e082992e2a
|
HADOOP-11589. NetUtils.createSocketAddr should trim the input URI. Contributed by Rakesh R.
(cherry picked from commit 965ce9e24e )
|
2015-02-15 00:13:38 +09:00 |