Colin McCabe
|
90122f25e1
|
HDFS-5676. fix inconsistent synchronization of CachingStrategy (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552162 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-18 23:29:05 +00:00 |
|
Brandon Li
|
fc966461e0
|
HDFS-5662. Can't decommission a DataNode due to file's replication factor larger than the rest of the cluster size. Contributed by Brandon Li
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552131 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-18 22:26:33 +00:00 |
|
Robert Joseph Evans
|
c9d74139bc
|
HADOOP-10164. Allow UGI to login with a known Subject (bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552104 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-18 21:20:56 +00:00 |
|
Vinod Kumar Vavilapalli
|
9184c4d179
|
MAPREDUCE-5687. Correcting the previous commit by ushing the right patch.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552069 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-18 19:27:43 +00:00 |
|
Jonathan Turner Eagles
|
a5ec6df324
|
HADOOP-10171. TestRPC fails intermittently on jkd7 (Mit Desai via jeagles)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552024 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-18 17:02:58 +00:00 |
|
Steve Loughran
|
af367d1409
|
HADOOP-9611 mvn-rpmbuild against google-guice > 3.0 yields missing cglib dependency
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551916 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-18 11:16:57 +00:00 |
|
Tsz-wo Sze
|
504bd0bca3
|
HDFS-5674. Editlog code cleanup: remove @SuppressWarnings("deprecation") in FSEditLogOp; change FSEditLogOpCodes.fromByte(..) to be more efficient; and change Some fields in FSEditLog to final.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551812 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-18 02:46:00 +00:00 |
|
Vinod Kumar Vavilapalli
|
d52bfdef95
|
MAPREDUCE-5687. Fixed failure in TestYARNRunner caused by YARN-1446. Contributed by Jian He.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551774 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-18 00:13:58 +00:00 |
|
Christopher Douglas
|
9ca394d54d
|
MAPREDUCE-5189. Add policies and wiring to respond to preemption requests
from YARN. Contributed by Carlo Curino.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551748 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-17 22:54:31 +00:00 |
|
Vinod Kumar Vavilapalli
|
ca125153b3
|
YARN-1028. Added FailoverProxyProvider capability to ResourceManager to help with RM failover. Contributed by Karthik Kambatla.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551739 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-17 22:32:38 +00:00 |
|
Christopher Douglas
|
9218b4aec1
|
MAPREDUCE-5197. Add a service for checkpointing task state.
Contributed by Carlo Curino
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551726 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-17 21:37:25 +00:00 |
|
Jing Zhao
|
7f53e90fd1
|
Move HDFS-5538, HDFS-5545, HDFS-5536, HDFS-5312, and HDFS-5629 from trunk to 2.4.0 section.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551724 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-17 21:36:30 +00:00 |
|
Colin McCabe
|
124e507674
|
HDFS-5634. Allow BlockReaderLocal to switch between checksumming and not (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551701 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-17 20:57:00 +00:00 |
|
Brandon Li
|
5792d59da3
|
HDFS-5657. race condition causes writeback state error in NFS gateway. Contributed by Brandon Li
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551691 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-17 20:40:15 +00:00 |
|
Colin McCabe
|
991c453ca3
|
HDFS-5431. Support cachepool-based limit management in path-based caching. (awang via cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551651 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-17 18:47:04 +00:00 |
|
Suresh Srinivas
|
926a86780d
|
HADOOP-10168. fix javadoc of ReflectionUtils#copy. Contributed by Thejas Nair.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551646 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-17 18:18:15 +00:00 |
|
Jason Darrell Lowe
|
44429c4bb3
|
MAPREDUCE-5679. TestJobHistoryParsing has race condition. Contributed by Liyin Liang
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551616 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-17 16:45:23 +00:00 |
|
Vinod Kumar Vavilapalli
|
b774d7b3de
|
YARN-1446. Changed client API to retry killing application till RM acknowledges so as to account for RM crashes/failover. Contributed by Jian He.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551444 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-17 02:16:20 +00:00 |
|
Karthik Kambatla
|
a6754bbb81
|
YARN-1451. TestResourceManager relies on the scheduler assigning multiple containers in a single node update. (Sandy Ryza via kasha)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551440 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-17 01:47:23 +00:00 |
|
Andrew Wang
|
0fc2929d13
|
HDFS-5350. Name Node should report fsimage transfer time as a metric. Contributed by Jimmy Xiang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551415 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-17 00:30:06 +00:00 |
|
Vinod Kumar Vavilapalli
|
49ad07af97
|
YARN-312. Introduced ResourceManagerAdministrationProtocol changes to support changing resources on node. Contributed by Junping Du.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551403 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-16 23:36:16 +00:00 |
|
Hitesh Shah
|
0d7b6dfa97
|
Fix CHANGES.txt for HADOOP-8753. Moved entry to correct 2.4.0 section.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551374 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-16 22:10:26 +00:00 |
|
Jing Zhao
|
763f073f41
|
HADOOP-10106. Incorrect thread name in RPC log messages. Contributed by Ming Ma.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551369 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-16 21:57:47 +00:00 |
|
Chris Nauroth
|
740605cde6
|
Merge trunk to HDFS-4685.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1551332 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-16 20:08:58 +00:00 |
|
Vinod Kumar Vavilapalli
|
5a1b33507b
|
YARN-1145. Fixed a potential file-handle leak in the web interface for displaying aggregated logs. Contributed by Rohith Sharma.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551326 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-16 19:27:48 +00:00 |
|
Vinod Kumar Vavilapalli
|
d38fb71d00
|
YARN-1505. Fixed Webapplication proxy server to not hardcode its bind address. Contributed by Xuan Gong.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551314 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-16 19:09:44 +00:00 |
|
Colin McCabe
|
8e32e6aff1
|
HDFS-5666. Fix inconsistent synchronization in BPOfferService (jxiang via cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551301 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-16 18:35:40 +00:00 |
|
Arpit Agarwal
|
89a374afcb
|
HDFS-5454. DataNode UUID should be assigned prior to FsDataset initialization. (Arpit Agarwal)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551296 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-16 18:16:56 +00:00 |
|
Jason Darrell Lowe
|
fc77ed153e
|
MAPREDUCE-5623. TestJobCleanup fails because of RejectedExecutionException and NPE. Contributed by Jason Lowe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551285 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-16 17:44:49 +00:00 |
|
Andrew Wang
|
6c641339d1
|
HDFS-5665. Remove the unnecessary writeLock while initializing CacheManager in FsNameSystem Ctor. (Uma Maheswara Rao G via Andrew Wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551270 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-16 17:12:55 +00:00 |
|
Uma Maheswara Rao G
|
1dabd42999
|
HDFS-5592. statechangeLog of completeFile should be logged only in case of success. Contributed by Vinay.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551145 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-16 09:53:57 +00:00 |
|
Arpit Agarwal
|
121137789c
|
HDFS-5406. Add file missed in previous commit.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551110 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-16 04:05:53 +00:00 |
|
Arpit Agarwal
|
938565925a
|
HDFS-5406. Send incremental block reports for all storages in a single call.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551093 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-16 00:58:40 +00:00 |
|
Tsz-wo Sze
|
44a6560b5d
|
HDFS-5632. Flatten INodeDirectory hierarchy: Replace INodeDirectoryWithSnapshot with DirectoryWithSnapshotFeature. Contributed by jing9
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1550917 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-14 10:13:30 +00:00 |
|
Zhijie Shen
|
d63cfdbf1a
|
YARN-1435. Modified Distributed Shell to accept either the command or the custom script. Contributed by Xuan Gong.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1550867 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-14 02:00:41 +00:00 |
|
Vinod Kumar Vavilapalli
|
1182ca04d4
|
YARN-1485. Modified RM HA configuration validation to also ensure that service-address configuration are configured for every RM. Contributed by Xuan Gong.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1550854 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-13 23:54:44 +00:00 |
|
Chris Nauroth
|
f24e0c1563
|
Merge trunk to HDFS-4685.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1550774 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-13 17:28:14 +00:00 |
|
Junping Du
|
a31a3a68ea
|
HDFS-5652. Refactor invalid block token exception handling in DFSInputStream. (Liang Xie via junping_du)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1550620 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-13 02:47:04 +00:00 |
|
Jian He
|
8008929bf7
|
Updated CHANGES.txt for YARN-1311.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1550615 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-13 01:59:30 +00:00 |
|
Jian He
|
28db28d491
|
YARN-1311. Fixed app specific scheduler-events' names to be app-attempt based. Contributed by Vinod Kumar Vavilapalli
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1550613 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-13 01:44:16 +00:00 |
|
Jian He
|
791e43c53b
|
Reverting YARN-1311. Fixed app specific scheduler-events' names to be app-attempt based. Contributed by Vinod Kumar Vavilapalli
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1550594 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-12 23:45:01 +00:00 |
|
Jian He
|
38c32ed239
|
YARN-1311. Fixed app specific scheduler-events' names to be app-attempt based. Contributed by Vinod Kumar Vavilapalli
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1550579 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-12 23:07:17 +00:00 |
|
Hitesh Shah
|
288506022f
|
HADOOP-8753. LocalDirAllocator throws ArithmeticException: divide by zero when there is no available space on configured local dir. Contributed by Benoy Antony.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1550570 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-12 22:55:06 +00:00 |
|
Chris Nauroth
|
9263f3bb14
|
HDFS-5596. Implement RPC stubs. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1550544 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-12 21:47:46 +00:00 |
|
Vinod Kumar Vavilapalli
|
8a79be36bd
|
YARN-1325. Modified RM HA configuration validation to also ensure that multiple RMs are configured. Contributed by Xuan Gong.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1550524 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-12 20:50:11 +00:00 |
|
Sanjay Radia
|
a4819e70db
|
HADOOP-10044 Improve the javadoc of rpc code (sanjay Radia)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1550486 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-12 18:56:45 +00:00 |
|
Chris Nauroth
|
ee0530ee0e
|
MAPREDUCE-5674. Missing start and finish time in mapred.JobStatus. Contributed by Chuan Liu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1550472 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-12 18:30:12 +00:00 |
|
Jing Zhao
|
5fd7230671
|
HDFS-5647. Merge INodeDirectory.Feature and INodeFile.Feature. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1550469 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-12 18:26:40 +00:00 |
|
Arpit Agarwal
|
329093ae1b
|
HDFS-2832: Update binary file editsStored for TestOfflineEditsViewer
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1550364 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-12 07:47:09 +00:00 |
|
Arpit Agarwal
|
d887c6a286
|
svn merge --reintegrate https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832 for merging Heterogeneous Storage feature branch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1550363 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-12 07:17:51 +00:00 |
|