cnauroth
|
69c9af9103
|
HADOOP-11163. MetricsSystemImpl may miss a registered source. Contributed by Chuan Liu.
|
2014-10-03 21:01:28 -07:00 |
|
Chris Douglas
|
c8212bacb1
|
YARN-1051. Add a system for creating reservations of cluster capacity.
Contributed by Subru Krishnan and Carlo Curino.
|
2014-10-03 17:09:02 -07:00 |
|
subru
|
a2986234be
|
YARN-2611. Fixing jenkins findbugs warning and TestRMWebServicesCapacitySched for branch YARN-1051. Contributed by Subru Krishnan and Carlo Curino.
(cherry picked from commit c47464aba407d1dafe10be23fe454f0489cc4367)
|
2014-10-03 15:43:23 -07:00 |
|
subru
|
5e10a13bb4
|
YARN-2576. Making test patch pass in branch. Contributed by Subru Krishnan and Carlo Curino.
(cherry picked from commit 90ac0be86b898aefec5471db4027554c8e1b310c)
|
2014-10-03 15:43:13 -07:00 |
|
subru
|
3f282762d1
|
MAPREDUCE-6103.Adding reservation APIs to MR resource manager delegate. Contributed by Subru Krishnan and Carlo Curino.
(cherry picked from commit aa92dd45f2d8c89a8a17ad2e4449aa3ff08bc53a)
|
2014-10-03 15:42:59 -07:00 |
|
subru
|
6261f7cc69
|
YARN-2080. Integrating reservation system with ResourceManager and client-RM protocol. Contributed by Subru Krishnan and Carlo Curino.
(cherry picked from commit 8baeaead8532898163f1006276b731a237b1a559)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/rmapp/RMAppImpl.java
|
2014-10-03 15:42:43 -07:00 |
|
subru
|
3418c56bcf
|
YARN-1712. Plan follower that synchronizes the current state of reservation subsystem with the scheduler. Contributed by Subru Krishnan and Carlo Curino.
(cherry picked from commit 169085319b8b76641f8b9f6840a3fef06d221e2b)
|
2014-10-03 15:42:10 -07:00 |
|
carlo curino
|
b6df0dddcd
|
YARN-1711. Policy to enforce instantaneous and over-time quotas on user reservation. Contributed by Carlo Curino and Subru Krishnan.
(cherry picked from commit c4918cb4cb5a267a8cfd6eace28fcfe7ad6174e8)
|
2014-10-03 15:42:03 -07:00 |
|
carlo curino
|
f66ffcf832
|
YARN-1710. Logic to find allocations within a Plan that satisfy user ReservationRequest(s). Contributed by Carlo Curino and Subru Krishnan.
(cherry picked from commit aef7928899b37262773f3dc117157bb746bf8918)
|
2014-10-03 15:41:57 -07:00 |
|
subru
|
cf4b34282a
|
YARN-1709. In-memory data structures used to track resources over time to enable reservations.
(cherry picked from commit 0d8b2cd88b958b1e602fd4ea4078ef8d4742a7c3)
|
2014-10-03 15:41:51 -07:00 |
|
subru
|
c9266df404
|
YARN-1708. Public YARN APIs for creating/updating/deleting reservations.
(cherry picked from commit 3f2e3b275bcf29264a112c5d2f4eae289fe7f52c)
|
2014-10-03 15:41:39 -07:00 |
|
carlo curino
|
1c6950354f
|
YARN-2475. Logic for responding to capacity drops for the ReservationSystem. Contributed by Carlo Curino and Subru Krishnan.
(cherry picked from commit f83a07f266f2c5e6eead554d8a331ed7e75e10d5)
|
2014-10-03 15:41:21 -07:00 |
|
carlo curino
|
eb3e40b833
|
YARN-1707. Introduce APIs to add/remove/resize queues in the CapacityScheduler. Contributed by Carlo Curino and Subru Krishnan
(cherry picked from commit aac47fda7fecda9fc18ade34d633eca895865a70)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/CapacityScheduler.java
|
2014-10-03 15:41:02 -07:00 |
|
Colin Patrick Mccabe
|
7f6ed7fe36
|
HDFS-7055. Add tracing to DFSInputStream (cmccabe)
|
2014-10-03 13:35:43 -07:00 |
|
Vinod Kumar Vavilapalli
|
34cdcaad71
|
YARN-2468. Enhanced NodeManager to support log handling APIs (YARN-2569) for use by long running services. Contributed by Xuan Gong.
|
2014-10-03 12:15:40 -07:00 |
|
Karthik Kambatla
|
80d11eb68e
|
YARN-2635. TestRM, TestRMRestart, TestClientToAMTokens should run with both CS and FS. (Wei Yan and kasha via kasha)
|
2014-10-03 11:49:49 -07:00 |
|
Jian He
|
eb6ce5e97c
|
YARN-2562. Changed ContainerId#toString() to be more readable. Contributed by Tsuyoshi OZAWA
|
2014-10-03 11:04:02 -07:00 |
|
Andrew Wang
|
2d8e6e2c4a
|
HADOOP-11151. Automatically refresh auth token and retry on auth failure. Contributed by Arun Suresh.
|
2014-10-02 19:54:57 -07:00 |
|
Jian He
|
054f285526
|
YARN-2628. Capacity scheduler with DominantResourceCalculator carries out reservation even though slots are free. Contributed by Varun Vasudev
|
2014-10-02 15:13:33 -07:00 |
|
Zhijie Shen
|
1c93025a1b
|
YARN-2527. Fixed the potential NPE in ApplicationACLsManager and added test cases for it. Contributed by Benoy Antony.
|
2014-10-02 14:56:13 -07:00 |
|
Haohui Mai
|
f679ca38ce
|
HADOOP-11160. Fix typo in nfs3 server duplicate entry reporting. Contributed by Charles Lamb.
|
2014-10-02 14:07:36 -07:00 |
|
Andrew Wang
|
6ac10516e7
|
HDFS-7181. Remove incorrect precondition check on key length in FileEncryptionInfo. (wang)
|
2014-10-02 13:51:08 -07:00 |
|
Andrew Wang
|
d2d5a0ea03
|
HDFS-7179. DFSClient should instantiate a KeyProvider, not a KeyProviderCryptoExtension. (wang)
|
2014-10-02 13:50:05 -07:00 |
|
Colin Patrick Mccabe
|
a56f3ecf86
|
HDFS-7162. Fix CHANGES.txt (should have Chenging Liu's name)
|
2014-10-02 12:45:54 -07:00 |
|
Colin Patrick Mccabe
|
03db9cc839
|
HDFS-7162. Wrong path when deleting through fuse-dfs a file which already exists in trash (cmccabe)
|
2014-10-02 12:42:19 -07:00 |
|
Jason Lowe
|
29f520052e
|
YARN-2624. Resource Localization fails on a cluster due to existing cache directories. Contributed by Anubhav Dhoot
|
2014-10-02 17:39:34 +00:00 |
|
Karthik Kambatla
|
5e0b49da9c
|
YARN-2254. TestRMWebServicesAppsModification should run against both CS and FS. (Zhihai Xu via kasha)
|
2014-10-02 10:15:04 -07:00 |
|
Jian He
|
3ef1cf187f
|
YARN-2617. Fixed NM to not send duplicate container status whose app is not running. Contributed by Jun Gong
|
2014-10-02 10:04:09 -07:00 |
|
arp
|
c2fa5d1c42
|
HDFS-7178. Additional unit test for replica write with full disk. (Arpit Agarwal)
|
2014-10-02 09:28:26 -07:00 |
|
junping_du
|
c7cee9b455
|
YARN-1979. TestDirectoryCollection fails when the umask is unusual. (Contributed by Vinod Kumar Vavilapalli and Tsuyoshi OZAWA)
|
2014-10-02 08:02:59 -07:00 |
|
Vinod Kumar Vavilapalli
|
9e40de6af7
|
YARN-2446. Augmented Timeline service APIs to start taking in domains as a parameter while posting entities and events. Contributed by Zhijie Shen.
|
2014-10-01 17:52:03 -07:00 |
|
junping_du
|
0708827a93
|
YARN-2613. Support retry in NMClient for rolling-upgrades. (Contributed by Jian He)
|
2014-10-01 16:50:30 -07:00 |
|
Haohui Mai
|
8dfe54f6d3
|
Addendum patch for HDFS-7172. Contributed by Chris Nauroth.
|
2014-10-01 16:09:30 -07:00 |
|
Zhijie Shen
|
52bbe0f11b
|
YARN-2630. Prevented previous AM container status from being acquired by the current restarted AM. Contributed by Jian He.
|
2014-10-01 15:38:11 -07:00 |
|
Colin Patrick Mccabe
|
dd1b8f2ed8
|
HDFS-7176. The namenode usage message doesn't include "-rollingupgrade started" (cmccabe)
|
2014-10-01 14:53:44 -07:00 |
|
Haohui Mai
|
875aa797ca
|
HDFS-6894. Add XDR parser method for each NFS response. Contributed by Brandon Li.
|
2014-10-01 13:18:56 -07:00 |
|
Haohui Mai
|
1f5b42ac48
|
HDFS-7158. Reduce the memory usage of WebImageViewer. Contributed by Haohui Mai.
|
2014-10-01 10:53:38 -07:00 |
|
Haohui Mai
|
737f280dde
|
HDFS-7172. Test data files may be checked out of git with incorrect line endings, causing test failures in TestHDFSCLI. Contributed by Chris Nauroth.
|
2014-10-01 10:46:33 -07:00 |
|
Vinod Kumar Vavilapalli
|
ba7f31c2ee
|
YARN-1972. Added a secure container-executor for Windows. Contributed by Remus Rusanu.
|
2014-10-01 10:14:41 -07:00 |
|
Vinod Kumar Vavilapalli
|
5ca97f1e60
|
YARN-1063. Augmented Hadoop common winutils to have the ability to create containers as domain users. Contributed by Remus Rusanu.
Committed as a YARN patch even though all the code changes are in common.
|
2014-10-01 09:54:17 -07:00 |
|
arp
|
04b08431a3
|
HDFS-6581. Update CHANGES.txt in preparation for trunk merge
|
2014-10-01 09:01:08 -07:00 |
|
arp
|
e431d054cb
|
Merge branch 'trunk' into HDFS-6581
|
2014-10-01 08:52:21 -07:00 |
|
Kihwal Lee
|
3f25d916d5
|
HDFS-6754. TestNamenodeCapacityReport.testXceiverCount may sometimes fail due to lack of retry. Contributed by Mit Desai.
|
2014-10-01 09:53:01 -05:00 |
|
Karthik Kambatla
|
17d1202c35
|
YARN-2179. [YARN-1492] Initial cache manager structure and context. (Chris Trezzo via kasha)
|
2014-09-30 19:01:47 -07:00 |
|
arp
|
a45ad330fa
|
HDFS-7171. Fix Jenkins failures in HDFS-6581 branch. (Arpit Agarwal)
|
2014-09-30 18:25:20 -07:00 |
|
arp
|
65ef35bbab
|
Merge branch 'trunk' into HDFS-6581
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirectory.java
hadoop-hdfs-project/hadoop-hdfs/src/test/resources/editsStored.xml
|
2014-09-30 18:20:13 -07:00 |
|
arp
|
9e9e9cf711
|
HDFS-7153. Add storagePolicy to NN edit log during file creation. (Arpit Agarwal)
|
2014-09-30 18:10:13 -07:00 |
|
arp
|
dde2ed13c2
|
Merge branch 'trunk' into HDFS-6581
|
2014-09-30 18:05:54 -07:00 |
|
Steve Loughran
|
a469833639
|
HADOOP-11117 UGI HadoopLoginModule doesn't catch & wrap all kerberos-related exceptions (stevel)
|
2014-09-30 17:30:06 -07:00 |
|
Andrew Wang
|
a4c9b80a7c
|
HADOOP-11113. Namenode not able to reconnect to KMS after KMS restart. (Arun Suresh via wang)
|
2014-09-30 16:48:24 -07:00 |
|