yliu
|
eca1588db8
|
HDFS-7740. Test truncate with DataNodes restarting. (yliu)
|
2015-02-21 06:33:58 +08:00 |
|
Robert Kanter
|
199a853ed7
|
HADOOP-11612. Workaround for Curator's ChildReaper requiring Guava 15+. (rkanter)
(cherry picked from commit 6f0133039a064ca82363ac6f29fb255506f31b8a)
|
2015-02-20 19:51:35 -08:00 |
|
cnauroth
|
9f06fb3aef
|
HDFS-7813. TestDFSHAAdminMiniCluster#testFencer testcase is failing frequently. Contributed by Rakesh R.
(cherry picked from commit 0d6af574e0056fc627461eb91ed0c365b026b470)
|
2015-02-20 17:01:22 -08:00 |
|
Xuan
|
9cbe9bcbaa
|
YARN-3237. AppLogAggregatorImpl fails to log error cause. Contributed by
Rushabh S Shah
(cherry picked from commit f56c65bb3eb9436b67de2df63098e26589e70e56)
|
2015-02-20 14:03:46 -08:00 |
|
cnauroth
|
187e081d5a
|
HADOOP-11604. Prevent ConcurrentModificationException while closing domain sockets during shutdown of DomainSocketWatcher thread. Contributed by Chris Nauroth.
(cherry picked from commit 3c5ff0759c4f4e10c97c6d9036add00edb8be2b5)
|
2015-02-20 13:07:36 -08:00 |
|
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 8c6ae0d6199efa327d8f2761f2ad2163a60e5508)
|
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 ce5bf927c3d9f212798de1bf8706e5e9def235a1)
|
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 c33ae271c24f0770c9735ccd2086cafda4f4e0b2)
|
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 a64dd3d24bfcb9af21eb63869924f6482b147fd3)
|
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 7ae5255a1613ccfb43646f33eabacf1062c86e93)
|
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 b9a17909ba39898120a096cb6ae90104640690db)
|
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 c0d9b93953767608dfe429ddb9bd4c1c3bd3debf)
|
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 d49ae725d5fa3eecf879ac42c42a368dd811f854)
|
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 f0f299268625af275522f55d5bfc43118c31bdd8)
|
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 18fb421fab73789a9b692f21a99d619b5dc5c9ff)
|
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 b8a14efdf535d42bcafa58d380bd2c7f4d36f8cb)
|
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 1c03376300a46722d4147f5b8f37242f68dba0a2)
|
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 f5da5566d9c392a5df71a2dce4c2d0d50eea51ee)
|
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 4981d082d4f3c82d1c2c900c7488b83bf20301cc)
|
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 17146099197000d85b3aedc84a672111f2c7908a)
|
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 3f56a4cb0c57583e285e85a4d0c1584c4de9f1f1)
|
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 685af8a3d0504724fe588daf3722519fedc45b01)
|
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 7c782047c609b29178945bd566a0d162e64dbfdb)
|
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 57db50cbe3ce42618ad6d6869ae337d15b261f4e)
|
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 6dc8812a95bf369ec1f2e3d8a9473033172736cd)
|
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 db6606223ca2e17aa7e1b2e2be13c1a19d8e7465)
|
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 f0412de1c1d42b3c2a92531f81d97a24df920523)
|
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 f24a56787a15e89a7c1e777b8043ab9ae8792505)
|
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 2f0f756b26ea83e142a5b9379fa75862c2fc6ad5)
|
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 cf4b7f506dd338ecf2ed4c643b6a6a334e070fca)
|
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 89a544928083501625bc69f96b530040228f0a5f)
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 9729b244de50322c2cc889c97c2ffb2b4675cf77)
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 814afa46efef201cb782072432fc744e1cb9c463)
|
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 556386a07084b70a5d2ae0c2bd4445a348306db8)
|
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 67e3a77720cfcb0fc540e8e0c80a5d42b8140fcc.
|
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 9aae81c93421874b726c7b6ff970895c429e502d)
|
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 447bd7b5a61a5788dc2a5d29cedfc19f0e99c0f5)
|
2015-02-16 23:56:32 +09:00 |
|