Andrew Wang
|
e202d4d154
|
HDFS-5213. Separate PathBasedCacheEntry and PathBasedCacheDirectiveWithId. Contributed by Colin Patrick McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1524561 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-18 20:43:40 +00:00 |
|
Colin McCabe
|
02e0e158a2
|
HDFS-5158. Add command-line support for manipulating cache directives
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1522272 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-12 03:55:10 +00:00 |
|
Colin McCabe
|
f41f8b8842
|
HDFS-5163. Miscellaneous cache pool RPC fixes (Contributed by Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1520665 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-06 18:52:50 +00:00 |
|
Colin McCabe
|
d56d0b46e1
|
commit correct version of HDFS-5121
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1520090 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-04 18:23:51 +00:00 |
|
Colin McCabe
|
97b7267977
|
HDFS-5121. Add RPCs for creating and manipulating cache pools. (Contributed by Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1519841 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-03 20:38:45 +00:00 |
|
Andrew Wang
|
fc14a92c6b
|
HDFS-5141. Add cache status information to datanode heartbeat. (Contributed by Andrew Wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1519101 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-30 22:15:51 +00:00 |
|
Colin McCabe
|
b992219fa1
|
HDFS-5050. Add DataNode support for mlock and munlock (contributed by Andrew Wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1517106 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-24 03:41:25 +00:00 |
|
Colin McCabe
|
920b4cc06f
|
HDFS-5052. Add cacheRequest/uncacheRequest support to NameNode. (Contributed by Colin Patrick McCabe.)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1516669 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-22 23:37:51 +00:00 |
|
Colin McCabe
|
52ccc6c6d5
|
HDFS-5051. Propagate cache status information from the DataNode to the NameNode (Andrew Wang via Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1513653 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-13 21:05:09 +00:00 |
|
Brandon Li
|
4f68aa0600
|
HDFS-5043. For HdfsFileStatus, set default value of childrenNum to -1 instead of 0 to avoid confusing applications. Contributed by Brandon Li
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1508694 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-31 00:49:47 +00:00 |
|
Colin McCabe
|
c1314eb2a3
|
HDFS-4817. Make HDFS advisory caching configurable on a per-file basis. (Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1505753 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-22 18:15:18 +00:00 |
|
Jason Darrell Lowe
|
febc5040b9
|
HADOOP-9734. Common protobuf definitions for GetUserMappingsProtocol, RefreshAuthorizationPolicyProtocol and RefreshUserMappingsProtocol. Contributed by Jason Lowe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1503954 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-17 00:06:48 +00:00 |
|
Sanjay Radia
|
6cb5ad16d0
|
HADOOP-9619 Mark stability of .proto files (sanjay Radia)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1495564 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-21 19:53:21 +00:00 |
|
Konstantin Shvachko
|
92cbba386f
|
HDFS-4883. complete() should verify fileId. Contributed by Tao Luo.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1495302 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-21 07:28:38 +00:00 |
|
Brandon Li
|
6ecf78a99b
|
HDFS-4772. Add number of children in HdfsFileStatus. Contributed by Brandon Li
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1495253 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-21 00:32:23 +00:00 |
|
Chris Nauroth
|
5694c34040
|
HDFS-4866. Protocol buffer support cannot compile under C. Contributed by Arpit Agarwal.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1493300 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-15 03:52:40 +00:00 |
|
Aaron Myers
|
8c62c46046
|
HDFS-4298. StorageRetentionManager spews warnings when used with QJM. Contributed by Aaron T. Myers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1485371 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-22 19:37:41 +00:00 |
|
Tsz-wo Sze
|
60341dae19
|
Merge r1476010 through r1476452 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1476453 13f79535-47bb-0310-9956-ffa450edef68
|
2013-04-26 23:50:17 +00:00 |
|
Devaraj Das
|
5d2ffde68e
|
HDFS-2576. Enhances the DistributedFileSystem's create API so that clients can specify favored datanodes for a file's blocks. Contributed by Devaraj Das and Pritam Damania.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1476395 13f79535-47bb-0310-9956-ffa450edef68
|
2013-04-26 20:39:51 +00:00 |
|
Tsz-wo Sze
|
bf807063bc
|
Merging r1466653 through r1467712 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1467713 13f79535-47bb-0310-9956-ffa450edef68
|
2013-04-13 23:05:54 +00:00 |
|
Tsz-wo Sze
|
0f78c50ea7
|
HDFS-4692. Use timestamp as default snapshot names.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1467706 13f79535-47bb-0310-9956-ffa450edef68
|
2013-04-13 21:41:33 +00:00 |
|
Aaron Myers
|
b7aaa1b74c
|
Merge trunk into the HDFS-347 branch.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-347@1467511 13f79535-47bb-0310-9956-ffa450edef68
|
2013-04-12 23:05:28 +00:00 |
|
Tsz-wo Sze
|
3209d4a3c4
|
Merge r1464808 through r1466652 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1466658 13f79535-47bb-0310-9956-ffa450edef68
|
2013-04-10 20:17:39 +00:00 |
|
Uma Maheswara Rao G
|
c5bb615317
|
HDFS-4525. Provide an API for knowing that whether file is closed or not. Contributed by SreeHari.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1465434 13f79535-47bb-0310-9956-ffa450edef68
|
2013-04-07 18:01:17 +00:00 |
|
Aaron Myers
|
f61581501a
|
Merge trunk into HDFS-347 branch.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-347@1446832 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-16 01:12:07 +00:00 |
|
Tsz-wo Sze
|
d9e2514d21
|
HDFS-4487. Fix snapshot diff report for HDFS-4446. Contributed by Jing Zhao
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1446385 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-14 23:07:49 +00:00 |
|
Tsz-wo Sze
|
fa8bafbd46
|
Merge r1441206 through r1444434 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1444439 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-09 21:29:44 +00:00 |
|
Suresh Srinivas
|
4525c4a25b
|
HDFS-4340. Update addBlock() to inculde inode id as additional argument. Contributed Brandon Li.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1443169 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-06 19:52:34 +00:00 |
|
Suresh Srinivas
|
24d96cbcdb
|
HDFS-4414. Add support for getting snapshot diff from DistributedFileSystem. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1441808 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-02 20:39:01 +00:00 |
|
Tsz-wo Sze
|
74d1e5c302
|
Merge r1432789 through r1437840 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1437843 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-24 02:45:45 +00:00 |
|
Todd Lipcon
|
797465820b
|
Merge trunk into branch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-347@1437623 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-23 18:51:24 +00:00 |
|
Todd Lipcon
|
cfae13306a
|
HDFS-4403. DFSClient can infer checksum type when not provided by reading first byte. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1436730 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-22 02:59:25 +00:00 |
|
Suresh Srinivas
|
8f70a25b1c
|
HDFS-4393. Make empty request and responses in protocol translators can be static final members. Contributed by Brandon Li.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1434844 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-17 18:21:29 +00:00 |
|
Todd Lipcon
|
2f4e2c607e
|
Merge trunk into branch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-347@1433249 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-15 00:42:06 +00:00 |
|
Suresh Srinivas
|
8767a37b9b
|
HDFS-4375. Use token request messages defined in hadoop common. Contributed by Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1433235 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-15 00:26:23 +00:00 |
|
Suresh Srinivas
|
6dbc7e03e5
|
HDFS-4369. GetBlockKeysResponseProto does not handle null response. Contributed by Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1433206 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-14 23:13:27 +00:00 |
|
Suresh Srinivas
|
0671176111
|
HDFS-4364. GetLinkTargetResponseProto does not handle null path. Contributed by Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1433194 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-14 23:01:39 +00:00 |
|
Todd Lipcon
|
12bf674e8e
|
Merge trunk into branch.
Fixed a couple trivial conflicts due to HDFS-4363, which moved some methods
from HdfsProtoUtil to PBHelper
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-347@1433133 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-14 21:12:16 +00:00 |
|
Todd Lipcon
|
3052ad1f00
|
HDFS-3429. DataNode reads checksums even if client does not need them. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1433117 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-14 20:47:08 +00:00 |
|
Tsz-wo Sze
|
90d6d55a4b
|
Merge r1426019 through r1432788 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1432796 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-14 03:44:35 +00:00 |
|
Todd Lipcon
|
9a4030e0e8
|
HDFS-4356. BlockReaderLocal should use passed file descriptors rather than paths. Contributed by Colin Patrick McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-347@1432335 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-11 23:52:22 +00:00 |
|
Suresh Srinivas
|
2bd35d8de3
|
HDFS-4367. GetDataEncryptionKeyResponseProto does not handle null response. Contributed by Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1431459 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-10 16:03:37 +00:00 |
|
Tsz-wo Sze
|
2d4097840c
|
HDFS-4244. Support snapshot deletion. Contributed by Jing Zhao
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1430953 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-09 16:44:05 +00:00 |
|
Suresh Srinivas
|
18e731074e
|
HDFS-4362. GetDelegationTokenResponseProto does not handle null token. Contributed by Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1430137 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-08 04:28:45 +00:00 |
|
Tsz-wo Sze
|
93872b58e5
|
HDFS-4230. Support listing of all the snapshottable directories. Contributed by Jing Zhao
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1429643 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-07 01:43:21 +00:00 |
|
Suresh Srinivas
|
251b485af5
|
HADOOP-9173. Add security token protobuf definition to common and use it in hdfs. Contributed by Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1428972 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-04 16:49:49 +00:00 |
|
Tsz-wo Sze
|
6ad4752853
|
Merge r1414455 through r1415803 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1415809 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-30 19:52:49 +00:00 |
|
Tsz-wo Sze
|
571da54179
|
HDFS-4213. Add an API to hsync for updating the last block length at the namenode. Contributed by Jing Zhao
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1415799 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-30 19:24:30 +00:00 |
|
Tsz-wo Sze
|
d8ffea5943
|
Merge r1408927 through r1410997 from trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1411007 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-18 22:31:28 +00:00 |
|
Tsz-wo Sze
|
9bed64a6fc
|
HDFS-4196. Support renaming of snapshots. Contributed by Jing Zhao
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1410986 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-18 20:44:10 +00:00 |
|