This is an automated email from the ASF dual-hosted git repository.
liuml07 pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.3 by this push:
new fa723aa HADOOP-17047. TODO comment exist in trunk while related issue
HADOOP-6223 is already fixed. Contributed by Rungroj Maipradit
fa723aa is described below
commit fa723aa7f8bddc0c4a7300de9c2f0f7ce9ad9b42
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 df93e89..364777f 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
@@ -66,6 +66,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;
@@ -507,10 +508,9 @@ public class FileContext implements PathCapabilities {
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]