Jing Zhao
|
300cb12bef
|
Merge trunk into HDFS-6584
|
2014-09-05 11:37:22 -07:00 |
|
arp
|
9e941d9f99
|
HDFS-6831. Inconsistency between 'hdfs dfsadmin' and 'hdfs dfsadmin -help'. (Contributed by Xiaoyu Yao)
|
2014-09-05 10:45:54 -07:00 |
|
Jing Zhao
|
c6107f566f
|
HDFS-6376. Distcp data between two HA clusters requires another configuration. Contributed by Dave Marion and Haohui Mai.
|
2014-09-05 10:40:02 -07:00 |
|
Jing Zhao
|
185200e709
|
HDFS-6876. Archival Storage: support set/get storage policy in DFSAdmin. Contributed by Jing Zhao.
|
2014-09-04 20:14:46 -07:00 |
|
Jing Zhao
|
6104520369
|
HDFS-6886. Use single editlog record for creating file + overwrite. Contributed by Yi Liu.
|
2014-09-04 18:54:38 -07:00 |
|
Jing Zhao
|
f7df24bb1b
|
HDFS-6996. SnapshotDiff report can hit IndexOutOfBoundsException when there are nested renamed directory/file. Contributed by Jing Zhao.
|
2014-09-04 16:12:44 -07:00 |
|
Jing Zhao
|
e08701ec71
|
HDFS-6961. Archival Storage: BlockPlacementPolicy#chooseTarget should check each valid storage type in each choosing round.
|
2014-09-04 14:19:32 -07:00 |
|
Colin Patrick Mccabe
|
f4caedfcbf
|
HDFS-6959 Make the HDFS home directory location customizable. Contributed by Yongjun Zhang
|
2014-09-03 19:30:30 -07:00 |
|
arp
|
3a0142bd77
|
HDFS-6848. Lack of synchronization on access to datanodeUuid in DataStorage#format. (Contributed by Xiaoyu Yao)
|
2014-09-03 17:17:06 -07:00 |
|
Jing Zhao
|
45d5b13256
|
Merge changes from trunk
|
2014-09-03 15:36:47 -07:00 |
|
Uma Maheswara Rao G
|
3425ae5d7e
|
HDFS-2975. Rename with overwrite flag true can make NameNode to stuck in safemode on NN (crash + restart). (Yi Liu via umamahesh)
|
2014-09-03 18:53:51 +05:30 |
|
Haohui Mai
|
08a9ac7098
|
HDFS-6942. Fix typos in log messages. Contributed by Ray Chiang.
|
2014-09-02 16:22:18 -07:00 |
|
Colin Patrick Mccabe
|
727331becc
|
HDFS-4257. The ReplaceDatanodeOnFailure policies could have a forgiving option. Contributed by szetszwo.
|
2014-09-02 15:14:33 -07:00 |
|
Andrew Wang
|
a0ccf83dfd
|
HDFS-6954. With crypto, no native lib systems are too verbose. Contributed by Charles Lamb.
|
2014-09-02 14:22:20 -07:00 |
|
Andrew Wang
|
faa4455be5
|
HDFS-6634. inotify in HDFS. Contributed by James Thomas.
|
2014-09-02 14:02:29 -07:00 |
|
Jing Zhao
|
3e2a0b5446
|
HDFS-6969. Archival Storage: INode#getStoragePolicyID should always return the latest storage policy. Contributed by Jing Zhao.
|
2014-09-01 17:56:04 -07:00 |
|
Aaron T. Myers
|
7eab2a29a5
|
HDFS-6774. Make FsDataset and DataStore support removing volumes. Contributed by Lei Xu.
|
2014-08-29 13:00:17 -07:00 |
|
arp
|
4ae8178c56
|
HDFS-6800. Support Datanode layout changes with rolling upgrade. (Contributed by James Thomas)
|
2014-08-29 00:26:13 -07:00 |
|
Todd Lipcon
|
ab638e77b8
|
HDFS-6865. Byte array native checksumming on client side. Contributed by James Thomas.
|
2014-08-28 16:44:09 -07:00 |
|
Jing Zhao
|
a26aa6bd07
|
HDFS-6944. Archival Storage: add retry and termination logic for Mover. Contributed by Jing Zhao.
|
2014-08-27 14:20:54 -07:00 |
|
Colin Patrick Mccabe
|
6962510f72
|
HDFS-6879. Adding tracing to Hadoop RPC. Contributed by Masatake Iwasaki.
|
2014-08-27 14:12:05 -07:00 |
|
Jing Zhao
|
b7ded466b0
|
HDFS-6920. Archival Storage: check the storage type of delNodeHintStorage when deleting a replica. Contributed by Tsz Wo Nicholas Sze.
|
2014-08-27 14:08:02 -07:00 |
|
Colin Patrick Mccabe
|
b6b95ff667
|
HDFS-6902. FileWriter should be closed in finally block in BlockReceiver#receiveBlock() (Tsuyoshi OZAWA via Colin Patrick McCabe)
|
2014-08-27 13:49:31 -07:00 |
|
Colin Patrick Mccabe
|
225569ece2
|
HDFS-4486. Add log category for long-running DFSClient notices. Contributed by Zhe Zhang.
|
2014-08-27 13:39:40 -07:00 |
|
Haohui Mai
|
26ebdd849b
|
HDFS-6938. Cleanup javac warnings in FSNamesystem. Contributed by Charles Lamb.
|
2014-08-27 11:14:39 -07:00 |
|
Jing Zhao
|
8ea20b53a8
|
HDFS-6911. Archival Storage: check if a block is already scheduled in Mover. Contributed by Tsz Wo Nicholas Sze.
|
2014-08-27 10:38:10 -07:00 |
|
Jing Zhao
|
555900a9dc
|
Merge branch 'trunk' into HDFS-6584
|
2014-08-27 10:32:30 -07:00 |
|
Jing Zhao
|
6b441d227a
|
HDFS-6908. Incorrect snapshot directory diff generated by snapshot deletion. Contributed by Juan Yu and Jing Zhao.
|
2014-08-27 10:26:22 -07:00 |
|
Arpit Agarwal
|
e871955765
|
HDFS-6899. Allow changing MiniDFSCluster volumes per DN and capacity per volume. (Arpit Agarwal)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619970 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-23 06:01:17 +00:00 |
|
Arpit Agarwal
|
e6c3650070
|
HDFS-6829. DFSAdmin refreshSuperUserGroupsConfiguration failed in security cluster. (Contributed by zhaoyunjiong)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619882 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-22 18:14:55 +00:00 |
|
Alejandro Abdelnur
|
3aa3b0abc2
|
HDF-6905. fs-encryption merge triggered release audit failures. (clamb via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619667 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-22 05:17:22 +00:00 |
|
Jing Zhao
|
e69954d22c
|
HDFS-6906. Archival Storage: Add more tests for BlockStoragePolicy. Contributed by Tsz Wo Nicholas Sze.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-6584@1619628 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-21 23:42:33 +00:00 |
|
Jing Zhao
|
603cbe5eea
|
HDFS-6863. Archival Storage: Support migration for snapshot paths. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-6584@1619627 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-21 23:41:10 +00:00 |
|
Tsz-wo Sze
|
c92d869d02
|
Merge r1609845 through r1619277 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-6584@1619293 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-21 05:22:10 +00:00 |
|
Arpit Agarwal
|
6824abc19e
|
HDFS-6758. Block writer should pass the expected block size to DataXceiverServer (Arpit Agarwal)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619275 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-21 01:13:49 +00:00 |
|
Chris Nauroth
|
8304001861
|
HDFS-6858. Allow dfs.data.transfer.saslproperties.resolver.class default to hadoop.security.saslproperties.resolver.class. Contributed by Benoy Antony.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619256 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-20 22:46:35 +00:00 |
|
Andrew Wang
|
834fccf02b
|
Merge from trunk to branch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1619194 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-20 18:19:13 +00:00 |
|
Jing Zhao
|
f20d363126
|
HDFS-6870. Blocks and INodes could leak for Rename with overwrite flag. Contributed by Yi Liu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619192 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-20 18:13:03 +00:00 |
|
Andrew Wang
|
d2a39b61aa
|
Merge from trunk to branch.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1619018 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-20 01:22:42 +00:00 |
|
Tsz-wo Sze
|
4e324bcd3d
|
Merge r1609845 through r1618763 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-6584@1618764 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-18 23:41:53 +00:00 |
|
Brandon Li
|
2fb04d2a30
|
HDFS-6569. OOB message can't be sent to the client when DataNode shuts down for upgrade. Contributed by Brandon Li
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1618742 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-18 21:23:08 +00:00 |
|
Arpit Agarwal
|
1b5139b29a
|
HDFS-6188. An ip whitelist based implementation of TrustedChannelResolver. (Contributed by Benoy Antony)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1618727 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-18 20:50:06 +00:00 |
|
Andrew Wang
|
0cc08f6da4
|
Merge from trunk to branch.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1618700 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-18 18:41:31 +00:00 |
|
Andrew Wang
|
bd616552cc
|
HDFS-6825. Edit log corruption due to delayed block removal. Contributed by Yongjun Zhang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1618684 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-18 18:08:42 +00:00 |
|
Jing Zhao
|
5d5aae0694
|
HDFS-6801. Archival Storage: Add a new data migration tool. Contributed by Tsz Wo Nicholas Sze.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-6584@1618675 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-18 17:51:18 +00:00 |
|
Arpit Agarwal
|
1c77c80410
|
HDFS-6783. Addendum patch to fix test failures. (Contributed by Yi Liu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1618635 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-18 15:34:58 +00:00 |
|
Tsz-wo Sze
|
cb75b6b07d
|
Merge r1609845 through r1618416 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-6584@1618417 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-16 21:02:21 +00:00 |
|
Tsz-wo Sze
|
9b250d74f0
|
HDFS-6847. Support storage policy on directories and include storage policy in HdfsFileStatus. Contributed by Jing Zhao
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-6584@1618416 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-16 20:58:20 +00:00 |
|
Charles Lamb
|
20dcb841ce
|
HDFS-6546. Add non-superuser capability to get the encryption zone for a specific path. (clamb)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1618022 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-14 19:11:06 +00:00 |
|
Uma Maheswara Rao G
|
44864c68b5
|
HDFS-6783. Fix HDFS CacheReplicationMonitor rescan logic. Contributed by Yi Liu and Colin Patrick McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1617872 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-14 04:20:00 +00:00 |
|