This is an automated email from the ASF dual-hosted git repository.
liuml07 pushed a commit to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-2.9 by this push:
new 5805a76 HADOOP-17047. TODO comment exist in trunk while related issue
HADOOP-6223 is already fixed. Contributed by Rungroj Maipradit
5805a76 is described below
commit 5805a766f09d843f0c6bb129fb888f3d1bc9a0af
Author: Mingliang Liu <[email protected]>
AuthorDate: Mon Jun 8 11:28:36 2020 -0700
HADOOP-17047. TODO comment exist in trunk while related issue HADOOP-6223
is already fixed. Contributed by Rungroj Maipradit
---
.../src/main/java/org/apache/hadoop/fs/FileContext.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileContext.java
b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileContext.java
index 7edef14..12b39bb 100644
---
a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileContext.java
+++
b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileContext.java
@@ -59,6 +59,7 @@ import org.apache.hadoop.security.token.Token;
import org.apache.hadoop.util.ShutdownHookManager;
import com.google.common.base.Preconditions;
+import com.google.common.annotations.VisibleForTesting;
import org.apache.htrace.core.Tracer;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@@ -508,10 +509,9 @@ public class FileContext {
return getFileContext(FsConstants.LOCAL_FS_URI, aConf);
}
- /* This method is needed for tests. */
+ @VisibleForTesting
@InterfaceAudience.Private
- @InterfaceStability.Unstable /* return type will change to AFS once
- HADOOP-6223 is completed */
+ @InterfaceStability.Unstable
public AbstractFileSystem getDefaultFileSystem() {
return defaultFS;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]