This is an automated email from the ASF dual-hosted git repository. hexiaoqiao pushed a commit to branch branch-3.2.2 in repository https://gitbox.apache.org/repos/asf/hadoop.git
commit 280bd0884f60695bd3bf5bc060f7b7bc1fb8b9ea Author: Takanobu Asanuma <[email protected]> AuthorDate: Tue Oct 20 19:08:59 2020 +0900 HDFS-15639. [JDK 11] Fix Javadoc errors in hadoop-hdfs-client. (#2394) (cherry picked from commit 30f06e0c742806c7b9edf00a92c98b1e9cfcb0e1) --- .../src/main/java/org/apache/hadoop/fs/AbstractFileSystem.java | 3 ++- .../hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java | 3 ++- .../hadoop-hdfs-client/src/main/java/org/apache/hadoop/fs/Hdfs.java | 3 ++- .../src/main/java/org/apache/hadoop/hdfs/DistributedFileSystem.java | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/AbstractFileSystem.java b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/AbstractFileSystem.java index e6600b1..9b0bab1 100644 --- a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/AbstractFileSystem.java +++ b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/AbstractFileSystem.java @@ -848,7 +848,8 @@ public abstract class AbstractFileSystem implements PathCapabilities { /** * Synchronize client metadata state. - * <p/>In some FileSystem implementations such as HDFS metadata + * <p> + * In some FileSystem implementations such as HDFS metadata * synchronization is essential to guarantee consistency of read requests * particularly in HA setting. * @throws IOException diff --git a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java index 3f3b10e..ff5091c 100644 --- a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java +++ b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java @@ -2592,7 +2592,8 @@ public abstract class FileSystem extends Configured /** * Synchronize client metadata state. - * <p/>In some FileSystem implementations such as HDFS metadata + * <p> + * In some FileSystem implementations such as HDFS metadata * synchronization is essential to guarantee consistency of read requests * particularly in HA setting. * @throws IOException diff --git a/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/fs/Hdfs.java b/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/fs/Hdfs.java index 60ce8cd..b014222 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/fs/Hdfs.java +++ b/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/fs/Hdfs.java @@ -156,7 +156,8 @@ public class Hdfs extends AbstractFileSystem { /** * Synchronize client metadata state with Active NameNode. - * <p/>In HA the client synchronizes its state with the Active NameNode + * <p> + * In HA the client synchronizes its state with the Active NameNode * in order to guarantee subsequent read consistency from Observer Nodes. * @throws IOException */ diff --git a/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DistributedFileSystem.java b/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DistributedFileSystem.java index 953ff45..abf56a5 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DistributedFileSystem.java +++ b/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DistributedFileSystem.java @@ -1616,7 +1616,8 @@ public class DistributedFileSystem extends FileSystem /** * Synchronize client metadata state with Active NameNode. - * <p/>In HA the client synchronizes its state with the Active NameNode + * <p> + * In HA the client synchronizes its state with the Active NameNode * in order to guarantee subsequent read consistency from Observer Nodes. * @throws IOException */ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
