HDFS-14868. RBF: Fix typo in TestRouterQuota. Contributed by Jinglun.
Reviewed-by: Ayush Saxena <ayushsaxena@apache.org> Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
This commit is contained in:
parent
91f50b98ca
commit
43203b466d
|
@ -177,7 +177,7 @@ public class TestRouterQuota {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testStorageSpaceQuotaaExceed() throws Exception {
|
public void testStorageSpaceQuotaExceed() throws Exception {
|
||||||
long ssQuota = 3071;
|
long ssQuota = 3071;
|
||||||
final FileSystem nnFs1 = nnContext1.getFileSystem();
|
final FileSystem nnFs1 = nnContext1.getFileSystem();
|
||||||
final FileSystem nnFs2 = nnContext2.getFileSystem();
|
final FileSystem nnFs2 = nnContext2.getFileSystem();
|
||||||
|
|
Loading…
Reference in New Issue