Colin Patrick Mccabe
|
b335df9a9b
|
HDFS-7055. Add tracing to DFSInputStream (cmccabe)
(cherry picked from commit 7f6ed7fe365166e8075359f1d0ad035fa876c70f)
|
2014-10-03 13:38:15 -07:00 |
|
Vinod Kumar Vavilapalli
|
7ed61e150c
|
YARN-2468. Enhanced NodeManager to support log handling APIs (YARN-2569) for use by long running services. Contributed by Xuan Gong.
(cherry picked from commit 34cdcaad71cad76c0874a4e5266b4074009d2ffc)
|
2014-10-03 12:17:03 -07:00 |
|
Karthik Kambatla
|
b6ce0a1f69
|
YARN-2635. TestRM, TestRMRestart, TestClientToAMTokens should run with both CS and FS. (Wei Yan and kasha via kasha)
(cherry picked from commit 80d11eb68e60f88e16d7d41edecbddfc935a6b10)
|
2014-10-03 11:52:05 -07:00 |
|
Jian He
|
1c58ab9206
|
YARN-2562. Changed ContainerId#toString() to be more readable. Contributed by Tsuyoshi OZAWA
(cherry picked from commit eb6ce5e97c6a379caf9de0b34cc7770c4447bb1a)
|
2014-10-03 11:04:46 -07:00 |
|
Andrew Wang
|
9ebff016c2
|
HADOOP-11151. Automatically refresh auth token and retry on auth failure. Contributed by Arun Suresh.
(cherry picked from commit 2d8e6e2c4a52a4ba815b23d6d1ac21be4df23d9e)
|
2014-10-02 19:59:56 -07:00 |
|
Jian He
|
6f4c77409b
|
YARN-2628. Capacity scheduler with DominantResourceCalculator carries out reservation even though slots are free. Contributed by Varun Vasudev
(cherry picked from commit 054f28552687e9b9859c0126e16a2066e20ead3f)
|
2014-10-02 15:16:07 -07:00 |
|
Zhijie Shen
|
ecaae67ab3
|
YARN-2527. Fixed the potential NPE in ApplicationACLsManager and added test cases for it. Contributed by Benoy Antony.
(cherry picked from commit 1c93025a1b370db46e345161dbc15e03f829823f)
|
2014-10-02 14:57:27 -07:00 |
|
Haohui Mai
|
ebeb9da80c
|
HADOOP-11160. Fix typo in nfs3 server duplicate entry reporting. Contributed by Charles Lamb.
|
2014-10-02 14:08:01 -07:00 |
|
Andrew Wang
|
6dbba19469
|
HDFS-7181. Remove incorrect precondition check on key length in FileEncryptionInfo. (wang)
(cherry picked from commit 6ac10516e7fa28384b6d3c2670f6621e2666ffdb)
|
2014-10-02 13:54:56 -07:00 |
|
Andrew Wang
|
6ddd9eff78
|
HDFS-7179. DFSClient should instantiate a KeyProvider, not a KeyProviderCryptoExtension. (wang)
(cherry picked from commit d2d5a0ea03b0d461a4d376c7b9de8cd5c147effa)
|
2014-10-02 13:54:50 -07:00 |
|
Colin Patrick Mccabe
|
fb0107ef0d
|
HDFS-7162. Fix CHANGES.txt (should have Chenging Liu's name)
|
2014-10-02 12:44:23 -07:00 |
|
Colin Patrick Mccabe
|
ab1afc4e1c
|
HDFS-7162. Wrong path when deleting through fuse-dfs a file which already exists in trash (cmccabe)
(cherry picked from commit 03db9cc839663cad387db7df8e4f60b312058f18)
|
2014-10-02 12:42:47 -07:00 |
|
Jason Lowe
|
531c1fd00a
|
YARN-2624. Resource Localization fails on a cluster due to existing cache directories. Contributed by Anubhav Dhoot
(cherry picked from commit 29f520052e2b02f44979980e446acc0dccd96d54)
|
2014-10-02 17:40:44 +00:00 |
|
Karthik Kambatla
|
b6f4d1ef42
|
YARN-2254. TestRMWebServicesAppsModification should run against both CS and FS. (Zhihai Xu via kasha)
(cherry picked from commit 5e0b49da9caa53814581508e589f3704592cf335)
|
2014-10-02 10:15:41 -07:00 |
|
Jian He
|
61c7ceaf82
|
YARN-2617. Fixed NM to not send duplicate container status whose app is not running. Contributed by Jun Gong
(cherry picked from commit 3ef1cf187faeb530e74606dd7113fd1ba08140d7)
|
2014-10-02 10:04:42 -07:00 |
|
arp
|
d8e6481395
|
HDFS-7178. Additional unit test for replica write with full disk. (Arpit Agarwal)
|
2014-10-02 09:28:41 -07:00 |
|
junping_du
|
6483342a61
|
YARN-1979. TestDirectoryCollection fails when the umask is unusual. (Contributed by Vinod Kumar Vavilapalli and Tsuyoshi OZAWA)
(cherry picked from commit c7cee9b4551918d5d35bf4e9dc73982a050c73ba)
|
2014-10-02 08:04:25 -07:00 |
|
Vinod Kumar Vavilapalli
|
34dd2d1d1c
|
YARN-2446. Augmented Timeline service APIs to start taking in domains as a parameter while posting entities and events. Contributed by Zhijie Shen.
(cherry picked from commit 9e40de6af7959ac7bb5f4e4d2833ca14ea457614)
Conflicts:
hadoop-yarn-project/CHANGES.txt
|
2014-10-01 17:54:12 -07:00 |
|
Vinod Kumar Vavilapalli
|
3326fba382
|
YARN-1972. Added a secure container-executor for Windows. Contributed by Remus Rusanu.
commit ba7f31c2ee8d23ecb183f88920ef06053c0b9769 is the corresponding trunk commit, this is a slightly different patch for branch-2.
|
2014-10-01 17:07:21 -07:00 |
|
junping_du
|
625456746c
|
YARN-2613. Support retry in NMClient for rolling-upgrades. (Contributed by Jian He)
|
2014-10-01 17:08:55 -07:00 |
|
Haohui Mai
|
ddb46c1c28
|
Addendum patch for HDFS-7172. Contributed by Chris Nauroth.
|
2014-10-01 16:10:37 -07:00 |
|
Zhijie Shen
|
4b50e23271
|
YARN-2630. Prevented previous AM container status from being acquired by the current restarted AM. Contributed by Jian He.
(cherry picked from commit 52bbe0f11bc8e97df78a1ab9b63f4eff65fd7a76)
|
2014-10-01 15:39:36 -07:00 |
|
Colin Patrick Mccabe
|
1725d56132
|
HDFS-7176. The namenode usage message doesn't include "-rollingupgrade started" (cmccabe)
(cherry picked from commit dd1b8f2ed8a86871517c730a9f370aca4b763514)
|
2014-10-01 14:54:12 -07:00 |
|
Haohui Mai
|
63ad22be48
|
HDFS-6894. Add XDR parser method for each NFS response. Contributed by Brandon Li.
|
2014-10-01 13:19:05 -07:00 |
|
Haohui Mai
|
46d4f4c4ab
|
HDFS-7158. Reduce the memory usage of WebImageViewer. Contributed by Haohui Mai.
|
2014-10-01 10:54:02 -07:00 |
|
Haohui Mai
|
5db04a5a1a
|
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:51 -07:00 |
|
Vinod Kumar Vavilapalli
|
64bed0460e
|
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.
(cherry picked from commit 5ca97f1e60b8a7848f6eadd15f6c08ed390a8cda)
|
2014-10-01 09:55:57 -07:00 |
|
Kihwal Lee
|
c9c5b982b7
|
HDFS-6754. TestNamenodeCapacityReport.testXceiverCount may sometimes fail due to lack of retry. Contributed by Mit Desai.
(cherry picked from commit 3f25d916d5539917092e2f52a8c2df2cfd647c3c)
|
2014-10-01 09:58:22 -05:00 |
|
Karthik Kambatla
|
3664659592
|
YARN-2179. Fix version in sharedcachemanager-pom.
|
2014-10-01 07:34:24 -07:00 |
|
Karthik Kambatla
|
b616c69835
|
YARN-2179. [YARN-1492] Initial cache manager structure and context. (Chris Trezzo via kasha)
(cherry picked from commit 17d1202c35a1992eab66ea05dfd2baf219a17aec)
Conflicts:
hadoop-yarn-project/hadoop-yarn/bin/yarn
|
2014-09-30 19:05:10 -07:00 |
|
arp
|
b680efa1e8
|
HDFS-7153. Add storagePolicy to NN edit log during file creation. (Arpit Agarwal)
|
2014-09-30 18:11:18 -07:00 |
|
Steve Loughran
|
49be85005e
|
HADOOP-11117 UGI HadoopLoginModule doesn't catch & wrap all kerberos-related exceptions (stevel)
|
2014-09-30 17:28:56 -07:00 |
|
Andrew Wang
|
489b4008df
|
HADOOP-11113. Namenode not able to reconnect to KMS after KMS restart. (Arun Suresh via wang)
(cherry picked from commit e25a25c5343c889d8c9e45b65082ddb55cf36d52)
|
2014-09-30 16:48:17 -07:00 |
|
Jian He
|
823f02725f
|
YARN-2602. Fixed possible NPE in ApplicationHistoryManagerOnTimelineStore. Contributed by Zhijie Shen
(cherry picked from commit bbff96be48119774688981d04baf444639135977)
|
2014-09-30 16:44:44 -07:00 |
|
Andrew Wang
|
d4c5a39270
|
HADOOP-11156. DelegateToFileSystem should implement getFsStatus(final Path f). Contributed by Zhihai Xu.
(cherry picked from commit d7075ada5d3019a8c520d34bfddb0cd73a449343)
|
2014-09-30 16:40:00 -07:00 |
|
Karthik Kambatla
|
5a43b795b7
|
YARN-2594. Potential deadlock in RM when querying ApplicationResourceUsageReport. (Wangda Tan via kasha)
(cherry picked from commit 14d60dadc25b044a2887bf912ba5872367f2dffb)
|
2014-09-30 16:17:38 -07:00 |
|
Jason Lowe
|
a0305ba3fc
|
YARN-2387. Resource Manager crashes with NPE due to lack of synchronization. Contributed by Mit Desai
(cherry picked from commit feaf139b4f327d33011e5a4424c06fb44c630955)
|
2014-09-30 22:38:27 +00:00 |
|
Zhijie Shen
|
d977205b9b
|
YARN-2627. Added the info logs of attemptFailuresValidityInterval and number of previous failed attempts. Contributed by Xuan Gong.
(cherry picked from commit 9582a50176800433ad3fa8829a50c28b859812a3)
|
2014-09-30 12:59:34 -07:00 |
|
Karthik Kambatla
|
21f920ab86
|
YARN-2610. Hamlet should close table tags. (Ray Chiang via kasha)
(cherry picked from commit f7743dd07dfbe0dde9be71acfaba16ded52adba7)
|
2014-09-30 11:47:01 -07:00 |
|
Jing Zhao
|
635fdcbe5c
|
HDFS-7167. NPE while running Mover if the given path is for a file. Contributed by Jing Zhao.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-09-30 11:19:57 -07:00 |
|
Arun C. Murthy
|
6a60fa279a
|
Preparing to branch hadoop-2.6
|
2014-09-30 10:37:03 -07:00 |
|
cnauroth
|
57b145c3ab
|
HADOOP-11145. TestFairCallQueue fails. Contributed by Akira AJISAKA.
(cherry picked from commit b9158697a4f2d345b681a9b6ed982dae558338bc)
|
2014-09-30 08:58:39 -07:00 |
|
cnauroth
|
781833f553
|
HADOOP-11154. Update BUILDING.txt to state that CMake 3.0 or newer is required on Mac. Contributed by Chris Nauroth.
(cherry picked from commit 8dc4e9408f4cd9a50cd58aee574f3b03c3a33b31)
|
2014-09-30 08:35:35 -07:00 |
|
Haohui Mai
|
eea383ff2e
|
HDFS-6779. Add missing version subcommand for hdfs. Contributed by Sasaki Toru.
|
2014-09-29 18:20:44 -07:00 |
|
Brandon Li
|
aa3d6d374d
|
HADOOP-11130. NFS updateMaps OS check is reversed. Contributed by Brandon Li
(cherry picked from commit c88c6c57aa79e8a1f33d2e075491656f472c858b)
|
2014-09-29 15:08:19 -07:00 |
|
Andrew Wang
|
758fb8465a
|
HADOOP-11153. Make number of KMS threads configurable. (wang)
(cherry picked from commit 64aef189656919327b11fe5e90ea680ca7ba83df)
|
2014-09-29 15:04:26 -07:00 |
|
Andrew Wang
|
47ddaee1db
|
HDFS-7122. Use of ThreadLocal<Random> results in poor block placement. (wang)
(cherry picked from commit d7086c563ff2847c415913ac625b2a557eeccbdd)
|
2014-09-29 15:00:28 -07:00 |
|
Jonathan Eagles
|
9bc676aa6e
|
YARN-2606. Application History Server tries to access hdfs before doing secure login (Mit Desai via jeagles)
|
2014-09-29 16:40:46 -05:00 |
|
Andrew Wang
|
38f3b11c29
|
HDFS-7124. Remove EncryptionZoneManager.NULL_EZ. (clamb via wang)
(cherry picked from commit 7f0efe96f85704e39349f20ab6a11bfaa81c6a75)
|
2014-09-29 14:14:49 -07:00 |
|
Andrew Wang
|
d551a95fc4
|
Move HDFS-7157 to HDFS CHANGES.txt
(cherry picked from commit a45b331cc9b9c772504474c224aa23bcbac403db)
|
2014-09-29 13:17:28 -07:00 |
|