HDFS-9779 . TestReplicationPolicyWithNodeGroup NODE variable picks wrong rack value. Contributed by Kuhu Shukla.

This commit is contained in:
Uma Maheswara Rao G 2016-02-09 15:14:30 -08:00
parent a0fb2eff9b
commit a7fce9ab41
2 changed files with 4 additions and 1 deletions

View File

@ -2721,6 +2721,9 @@ Release 2.8.0 - UNRELEASED
HDFS-9760. WebHDFS AuthFilter cannot be configured with custom AltKerberos
auth handler (Ryan Sasson via aw)
HDFS-9779 . TestReplicationPolicyWithNodeGroup NODE variable picks wrong rack value
(Kuhu Shukla via umamahesh)
Release 2.7.3 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -101,7 +101,7 @@ DatanodeDescriptor[] getDatanodeDescriptors(Configuration conf) {
};
private final static DatanodeDescriptor NODE =
new DatanodeDescriptor(DFSTestUtil.getDatanodeDescriptor("9.9.9.9", "/d2/r4/n7"));
DFSTestUtil.getDatanodeDescriptor("9.9.9.9", "/d2/r4/n7");
private static final DatanodeStorageInfo[] storagesForDependencies;
private static final DatanodeDescriptor[] dataNodesForDependencies;