yliu
|
21c6f01831
|
HADOOP-11455. KMS and Credential CLI should request confirmation for deletion by default. (Charles Lamb via yliu)
|
2015-01-05 06:55:08 +08:00 |
|
Tsuyoshi Ozawa
|
ddc5be48fc
|
YARN-2922. ConcurrentModificationException in CapacityScheduler's LeafQueue. Contributed by Rohith Sharmaks.
|
2015-01-05 00:08:31 +09:00 |
|
Zhijie Shen
|
947578c1c1
|
YARN-2991. Fixed DrainDispatcher to reuse the draining code path in AsyncDispatcher. Contributed by Rohith Sharmaks.
|
2015-01-02 11:08:47 -08:00 |
|
Allen Wittenauer
|
0c45946e65
|
HADOOP-10788. Rewrite kms to use new shell framework (John Smith via aw)
|
2015-01-02 10:52:47 -08:00 |
|
Brandon Li
|
892b1bb746
|
HDFS-7563. NFS gateway parseStaticMap NumberFormatException. Contributed by Yongjun Zhang
|
2015-01-02 10:49:50 -08:00 |
|
Karthik Kambatla
|
e7257acd8a
|
YARN-2998. Abstract out scheduler independent PlanFollower components. (Anubhav Dhoot via kasha)
|
2014-12-30 19:55:24 -08:00 |
|
Jian He
|
e2351c7ae2
|
YARN-2987. Fixed ClientRMService#getQueueInfo to check against queue and app ACLs. Contributed by Varun Saxena
|
2014-12-30 17:15:37 -08:00 |
|
Jian He
|
b7442bf92e
|
YARN-2493. Added node-labels page on RM web UI. Contributed by Wangda Tan
|
2014-12-30 16:49:01 -08:00 |
|
Jian He
|
746ad6e989
|
Revert "YARN-2492(wrong jira number). Added node-labels page on RM web UI. Contributed by Wangda Tan"
This reverts commit 5f57b904f5 .
|
2014-12-30 16:48:49 -08:00 |
|
Jian He
|
5f57b904f5
|
YARN-2492. Added node-labels page on RM web UI. Contributed by Wangda Tan
|
2014-12-30 15:38:28 -08:00 |
|
Harsh J
|
6621c3598e
|
MAPREDUCE-6149. Document override log4j.properties in MR job. Contributed by Junping Du.
|
2014-12-30 23:12:51 +05:30 |
|
Colin Patrick Mccabe
|
249cc90501
|
HADOOP-11039. ByteBufferReadable API doc is inconsistent with the implementations. (Yi Liu via Colin P. McCabe)
|
2014-12-29 13:37:45 -08:00 |
|
Zhijie Shen
|
241d3b3a50
|
YARN-2938. Fixed new findbugs warnings in hadoop-yarn-resourcemanager and hadoop-yarn-applicationhistoryservice. Contributed by Varun Saxena.
|
2014-12-29 09:59:35 -08:00 |
|
Jian He
|
1454efe5d4
|
YARN-2992. ZKRMStateStore crashes due to session expiry. Contributed by Karthik Kambatla
|
2014-12-26 17:59:58 -08:00 |
|
Junping Du
|
40ee4bff65
|
YARN-2993. Several fixes (missing acl check, error log msg ...) and some refinement in AdminService. (Contributed by Yi Liu)
|
2014-12-26 06:59:25 -08:00 |
|
Tsuyoshi Ozawa
|
399d25884a
|
HADOOP-11448. Fix findbugs warnings in FileBasedIPList. (ozawa)
|
2014-12-26 15:20:24 +09:00 |
|
Tsuyoshi Ozawa
|
a164ce2ac9
|
HADOOP-11283. SequenceFile.Writer can leak file descriptors in DistCpV1#setup(). (Contributed by Varun Saxena via ozawa)
|
2014-12-25 23:30:45 +09:00 |
|
Tsuyoshi Ozawa
|
b256dd7600
|
YARN-2988. Graph#save() may leak file descriptors. (Ted Yu via ozawa)
|
2014-12-25 12:48:24 +09:00 |
|
Jian He
|
4f18018b7a
|
YARN-2946. Fixed potential deadlock in RMStateStore. Contributed by Rohith Sharmaks
|
2014-12-23 22:14:29 -08:00 |
|
Zhijie Shen
|
41a548a916
|
YARN-2937. Fixed new findbugs warnings in hadoop-yarn-nodemanager. Contributed by Varun Saxena.
|
2014-12-23 20:32:36 -08:00 |
|
Junping Du
|
d468c9aaf1
|
YARN-2940. Fix new findbugs warnings in rest of the hadoop-yarn components. (Contributed by Li Lu)
|
2014-12-23 20:04:33 -08:00 |
|
Junping Du
|
856b46cf47
|
Revert ca3381de61 and 20674255ad as missing JIRA number in commit message
|
2014-12-23 20:02:33 -08:00 |
|
Junping Du
|
20674255ad
|
CHANGES.txt: add YARN-2940
|
2014-12-23 18:59:52 -08:00 |
|
Junping Du
|
ca3381de61
|
Fix new findbugs warnings in rest of the hadoop-yarn components. (Contributed by Li Lu)
|
2014-12-23 18:57:16 -08:00 |
|
Jian He
|
149512a837
|
YARN-2837. Support TimeLine server to recover delegation token when restarting. Contributed by Zhijie Shen
|
2014-12-23 18:25:37 -08:00 |
|
Junping Du
|
e1ee0d45ea
|
YARN-2970. NodeLabel operations in RMAdmin CLI get missing in help command. (Contributed by Varun Saxena)
|
2014-12-23 18:23:45 -08:00 |
|
Robert Kanter
|
66cfe1dc73
|
HADOOP-11399. Java Configuration file and .xml files should be automatically cross-compared (rchiang via rkanter)
|
2014-12-23 14:30:46 -08:00 |
|
Jing Zhao
|
5caebbae8c
|
HDFS-7484. Make FSDirectory#addINode take existing INodes as its parameter. Contributed by Jing Zhao.
|
2014-12-22 23:19:20 -08:00 |
|
Vinayakumar B
|
50ae1a6664
|
HDFS-7456. De-duplicate AclFeature instances with same AclEntries do reduce memory footprint of NameNode (Contributed by Vinayakumar B)
|
2014-12-23 12:35:53 +05:30 |
|
Jian He
|
0d89859b51
|
YARN-2340. Fixed NPE when queue is stopped during RM restart. Contributed by Rohith Sharmaks
|
2014-12-22 21:53:22 -08:00 |
|
Jian He
|
fdf042dfff
|
YARN-2920. Changed CapacityScheduler to kill containers on nodes where node labels are changed. Contributed by Wangda Tan
|
2014-12-22 16:51:15 -08:00 |
|
cnauroth
|
2cf90a2c33
|
HDFS-7560. ACLs removed by removeDefaultAcl() will be back after NameNode restart/failover. Contributed by Vinayakumar B.
|
2014-12-22 13:59:10 -08:00 |
|
Junping Du
|
a696fbb001
|
YARN-2939. Fix new findbugs warnings in hadoop-yarn-common. (Li Lu via junping_du)
|
2014-12-22 03:06:37 -08:00 |
|
Tsuyoshi Ozawa
|
ecf1469fa5
|
HADOOP-11414. FileBasedIPList#readLines() can leak file descriptors. (ozawa)
|
2014-12-22 13:05:13 +09:00 |
|
yliu
|
7bc0a6d5c2
|
HDFS-7557. Fix spacing for a few keys in DFSConfigKeys.java (Colin P. McCabe)
|
2014-12-22 00:49:13 +08:00 |
|
Haohui Mai
|
02b21b7131
|
HADOOP-11429. Findbugs warnings in hadoop extras. Contributed by Varun Saxena.
|
2014-12-21 14:57:34 -08:00 |
|
Haohui Mai
|
2860eeb14a
|
HDFS-7555. Remove the support of unmanaged connectors in HttpServer2. Contributed by Haohui Mai.
|
2014-12-21 14:45:06 -08:00 |
|
Tsuyoshi Ozawa
|
8f5522ed99
|
CHANGES.txt: move YARN-2977 from 2.6.1 to 2.7.0
|
2014-12-21 12:51:46 +09:00 |
|
Karthik Kambatla
|
24ee9e3431
|
YARN-2975. FSLeafQueue app lists are accessed without required locks. (kasha)
|
2014-12-20 12:17:50 -08:00 |
|
Tsuyoshi Ozawa
|
76b0370a27
|
CHANGES.txt: add YARN-2977
|
2014-12-20 22:54:48 +09:00 |
|
Tsuyoshi Ozawa
|
cf7fe583d1
|
YARN-2977. Fixed intermittent TestNMClient failure. (Contributed by Junping Du)
|
2014-12-20 22:35:28 +09:00 |
|
arp
|
c1f857b0b4
|
HADOOP-11395. Add site documentation for Azure Storage FileSystem integration. (Contributed by Chris Nauroth)
|
2014-12-19 18:54:22 -08:00 |
|
Jian He
|
808cba3821
|
YARN-2952. Fixed incorrect version check in StateStore. Contributed by Rohith Sharmaks
|
2014-12-19 16:56:30 -08:00 |
|
Karthik Kambatla
|
954fb8581e
|
YARN-2675. containersKilled metrics is not updated when the container is killed during localization. (Zhihai Xu via kasha)
|
2014-12-19 16:02:20 -08:00 |
|
Robert Kanter
|
390a7c12f5
|
MAPREDUCE-6199. AbstractCounters are not reset completely on deserialization (adhoot via rkanter)
|
2014-12-19 15:43:48 -08:00 |
|
Karthik Kambatla
|
a22ffc3188
|
YARN-2738. [YARN-2574] Add FairReservationSystem for FairScheduler. (Anubhav Dhoot via kasha)
|
2014-12-19 15:37:12 -08:00 |
|
Karthik Kambatla
|
6f1e3667cf
|
HADOOP-11213. Typos in html pages: SecureMode and EncryptedShuffle. (Wei Yan via kasha)
|
2014-12-19 15:00:28 -08:00 |
|
Colin Patrick Mccabe
|
8fa265a290
|
HDFS-7443. Datanode upgrade to BLOCKID_BASED_LAYOUT fails if duplicate block files are present in the same volume (cmccabe)
|
2014-12-19 13:18:03 -08:00 |
|
Colin Patrick Mccabe
|
e369d98ba2
|
HADOOP-11422. Check CryptoCodec is AES-CTR for Crypto input/output stream (Yi Liu via Colin P. McCabe)
|
2014-12-19 13:11:38 -08:00 |
|
Robert Kanter
|
d9e4d67d18
|
MAPREDUCE-6045. need close the DataInputStream after open it in TestMapReduce.java (zxu via rkanter)
|
2014-12-19 11:59:22 -08:00 |
|