We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3cd8b commit c853ce3Copy full SHA for c853ce3
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestLocalDirAllocator.java
@@ -534,7 +534,7 @@ public void testGetLocalPathForWriteForInvalidPaths() throws Exception {
534
}
535
536
/**
537
- * Test to verify LocalDirAllocator log details to provide diagnostics when file creation fails
+ * Test to verify LocalDirAllocator log details to provide diagnostics when file creation fails.
538
*
539
* @throws Exception
540
*/
@@ -549,4 +549,3 @@ public void testGetLocalPathForWriteForLessSpace() throws Exception {
549
() -> dirAllocator.getLocalPathForWrite("p1/x", Long.MAX_VALUE - 1, conf));
550
551
552
-
0 commit comments