Zhijie Shen
|
8f1454cc6d
|
YARN-2165. Added the sanity check for the numeric configuration values of the timeline service. Contributed by Vasanth kumar RJ.
|
2014-11-26 12:09:34 -08:00 |
|
Haohui Mai
|
978736d486
|
HDFS-7444. Addendum patch to resolve conflicts between HDFS-7444 and HDFS-7310.
|
2014-11-26 10:53:53 -08:00 |
|
Haohui Mai
|
f5b1631179
|
HDFS-7444. convertToBlockUnderConstruction should preserve BlockCollection. Contributed by Haohui Mai.
|
2014-11-26 10:37:01 -08:00 |
|
Uma Maheswara Rao G
|
058af60c56
|
HDFS-7310. Mover can give first priority to local DN if it has target storage type available in local DN. (Vinayakumar B via umamahesh)
|
2014-11-26 23:27:25 +05:30 |
|
Steve Loughran
|
aa7dac3359
|
HDFS-6803 Document DFSClient#DFSInputStream expectations reading and preading in concurrent context. (stack via stevel)
|
2014-11-26 11:44:03 +00:00 |
|
Haohui Mai
|
4a31611829
|
HDFS-7440. Consolidate snapshot related operations in a single class. Contributed by Haohui Mai.
|
2014-11-25 21:04:52 -08:00 |
|
Karthik Kambatla
|
a655973e78
|
Revert "MAPREDUCE-5785. Derive heap size or mapreduce.*.memory.mb automatically. (Gera Shegalov and Karthik Kambatla via kasha)"
This reverts commit a4df9eed05 .
|
2014-11-25 16:24:26 -08:00 |
|
Karthik Kambatla
|
fe1f2db5ee
|
YARN-2188. [YARN-1492] Client service for cache manager. (Chris Trezzo and Sangjin Lee via kasha)
|
2014-11-25 16:21:46 -08:00 |
|
Jian He
|
8a7ca13b13
|
YARN-2906. CapacitySchedulerPage shows HTML tags for a queue's Active Users. Contributed by Jason Lowe
|
2014-11-25 16:16:56 -08:00 |
|
Andrew Wang
|
fae266bbf1
|
HADOOP-11173. Improve error messages for some KeyShell commands.
|
2014-11-25 16:13:32 -08:00 |
|
Andrew Wang
|
f43a20c529
|
HDFS-7097. Allow block reports to be processed during checkpointing on standby name node. (kihwal via wang)
|
2014-11-25 15:37:11 -08:00 |
|
Andrew Wang
|
56f3eecc12
|
HADOOP-11300. KMS startup scripts must not display the keystore / truststore passwords. Contributed by Arun Suresh.
|
2014-11-25 15:12:04 -08:00 |
|
Jian He
|
78f7cdbfd6
|
MAPREDUCE-5568. Fixed CompletedJob in JHS to show progress percentage correctly in case the number of mappers or reducers is zero. Contributed by MinJi Kim
|
2014-11-25 13:02:55 -08:00 |
|
Jian He
|
5805a81efb
|
YARN-2404. Removed ApplicationAttemptState and ApplicationState class in RMStateStore. Contributed by Tsuyoshi OZAWA
|
2014-11-25 12:48:22 -08:00 |
|
yliu
|
61a2510b55
|
HADOOP-11322. key based ACL check in KMS always check KeyOpType.MANAGEMENT even actual KeyOpType is not MANAGEMENT. (Dian Fu via yliu)
|
2014-11-25 01:08:40 +08:00 |
|
Haohui Mai
|
45fa7f0235
|
HDFS-7303. NN UI fails to distinguish datanodes on the same host. Contributed by Benoy Antony.
|
2014-11-24 17:46:35 -08:00 |
|
Haohui Mai
|
8caf537afa
|
HDFS-7436. Consolidate implementation of concat(). Contributed by Haohui Mai.
|
2014-11-24 15:42:38 -08:00 |
|
Zhijie Shen
|
e37a4ff0c1
|
YARN-2697. Remove useless RMAuthenticationHandler. Contributed by Haosong Huang.
|
2014-11-24 14:58:59 -08:00 |
|
Jason Lowe
|
1ce4d33c2d
|
YARN-1984. LeveldbTimelineStore does not handle db exceptions properly. Contributed by Varun Saxena
|
2014-11-24 22:36:59 +00:00 |
|
Colin Patrick Mccabe
|
2967c17fef
|
HADOOP-10926. Improve smart-apply-patch.sh to apply binary diffs (cmccabe)
|
2014-11-24 12:40:49 -08:00 |
|
Colin Patrick Mccabe
|
380a361cfa
|
CHANGES.txt: add HDFS-7419
|
2014-11-24 11:50:00 -08:00 |
|
Colin Patrick Mccabe
|
6970dbf366
|
CHANGES.txt: add HDFS-4882
|
2014-11-24 11:44:32 -08:00 |
|
Haohui Mai
|
8e253cb930
|
HDFS-7412. Move RetryCache to NameNodeRpcServer. Contributed by Haohui Mai.
|
2014-11-24 11:11:15 -08:00 |
|
Colin Patrick Mccabe
|
f636f9d943
|
HDFS-7419. Improve error messages for DataNode hot swap drive feature (Lei Xu via Colin P. Mccabe)
|
2014-11-24 10:55:21 -08:00 |
|
Colin Patrick Mccabe
|
daacbc18d7
|
HDFS-4882. Prevent the Namenode's LeaseManager from looping forever in checkLeases (Ravi Prakash via Colin P. McCabe)
|
2014-11-24 10:46:33 -08:00 |
|
yliu
|
555fa2d9d0
|
HDFS-7403. Inaccurate javadoc of BlockUCState#COMPLETE state. (Yongjun Zhang via yliu)
|
2014-11-24 04:17:17 +08:00 |
|
Karthik Kambatla
|
a4df9eed05
|
MAPREDUCE-5785. Derive heap size or mapreduce.*.memory.mb automatically. (Gera Shegalov and Karthik Kambatla via kasha)
|
2014-11-21 18:36:41 -08:00 |
|
Aaron T. Myers
|
2d4f3e567e
|
HDFS-7331. Add Datanode network counts to datanode jmx page. Contributed by Charles Lamb.
|
2014-11-21 16:36:39 -08:00 |
|
cnauroth
|
b8c094b075
|
HDFS-7425. NameNode block deletion logging uses incorrect appender. Contributed by Chris Nauroth.
|
2014-11-21 16:35:08 -08:00 |
|
Sandy Ryza
|
a128cca305
|
YARN-2669. FairScheduler: queue names shouldn't allow periods (Wei Yan via Sandy Ryza)
|
2014-11-21 16:06:41 -08:00 |
|
Karthik Kambatla
|
1e9a3f42ff
|
Update release date for 2.5.2
|
2014-11-21 14:34:23 -08:00 |
|
Karthik Kambatla
|
233b61e495
|
YARN-2679. Add metric for container launch duration. (Zhihai Xu via kasha)
|
2014-11-21 14:22:21 -08:00 |
|
Haohui Mai
|
23dacb3892
|
HDFS-7420. Delegate permission checks to FSDirectory. Contributed by Haohui Mai.
|
2014-11-21 11:01:14 -08:00 |
|
Karthik Kambatla
|
3114d4731d
|
YARN-2604. Scheduler should consider max-allocation-* in conjunction with the largest node. (Robert Kanter via kasha)
|
2014-11-21 10:32:28 -08:00 |
|
Jonathan Eagles
|
c298a9a845
|
YARN-2375. Allow enabling/disabling timeline server per framework. (Mit Desai via jeagles)
|
2014-11-20 23:34:35 -06:00 |
|
Haohui Mai
|
c95b878abf
|
HDFS-7415. Move FSNameSystem.resolvePath() to FSDirectory. Contributed by Haohui Mai.
|
2014-11-20 19:23:23 -08:00 |
|
Karthik Kambatla
|
90194ca1cb
|
MAPREDUCE-6169. MergeQueue should release reference to the current item from key and value at the end of the iteration to save memory. (Zhihai Xu via kasha)
|
2014-11-20 15:36:57 -08:00 |
|
Andrew Wang
|
eb4045e765
|
HADOOP-11323. WritableComparator#compare keeps reference to byte array. Contributed by Wilfred Spiegelenburg.
|
2014-11-20 11:05:42 -08:00 |
|
Haohui Mai
|
acf1e033b0
|
HDFS-7413. Some unit tests should use NameNodeProtocols instead of FSNameSystem. Contributed by Haohui Mai.
|
2014-11-20 10:27:44 -08:00 |
|
Karthik Kambatla
|
a9a0cc3679
|
YARN-2315. FairScheduler: Set current capacity in addition to capacity. (Zhihai Xu via kasha)
|
2014-11-19 20:15:40 -08:00 |
|
Karthik Kambatla
|
c90fb84aaa
|
YARN-2802. ClusterMetrics to include AM launch and register delays. (Zhihai Xu via kasha)
|
2014-11-19 19:50:12 -08:00 |
|
Jian He
|
9cb8b75ba5
|
YARN-2865. Fixed RM to always create a new RMContext when transtions from StandBy to Active. Contributed by Rohith Sharmaks
|
2014-11-19 19:48:52 -08:00 |
|
Andrew Wang
|
765aecb4e1
|
HDFS-7409. Allow dead nodes to finish decommissioning if all files are fully replicated.
|
2014-11-19 17:53:00 -08:00 |
|
Allen Wittenauer
|
72c141ba96
|
HADOOP-11208. Replace "daemon" with better name in script subcommands (aw)
|
2014-11-19 14:49:29 -08:00 |
|
Jian He
|
bc4ee5e06f
|
YARN-2878. Fix DockerContainerExecutor.apt.vm formatting. Contributed by Abin Shahab
|
2014-11-19 14:44:25 -08:00 |
|
Allen Wittenauer
|
73348a4afd
|
HDFS-7407. Minor typo in privileged pid/out/log names (aw)
|
2014-11-19 14:02:28 -08:00 |
|
Andrew Wang
|
5bd048e837
|
HDFS-7373. Allow decommissioning of dead DataNodes. Contributed by Zhe Zhang.
|
2014-11-18 22:16:58 -08:00 |
|
Andrew Wang
|
406c09ad11
|
HDFS-7225. Remove stale block invalidation work when DN re-registers with different UUID. (Zhe Zhang and Andrew Wang)
|
2014-11-18 22:14:04 -08:00 |
|
cnauroth
|
79301e80d7
|
HADOOP-11201. Hadoop Archives should support globs resolving to files. Contributed by Gera Shegalov.
|
2014-11-18 17:05:48 -08:00 |
|
cnauroth
|
9e81be0114
|
HDFS-7398. Reset cached thread-local FSEditLogOp's on every FSEditLog#logEdit. Contributed by Gera Shegalov.
|
2014-11-18 16:56:44 -08:00 |
|