This is an automated email from the ASF dual-hosted git repository.

tasanuma 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 0bb1f0d  HDFS-15639. [JDK 11] Fix Javadoc errors in 
hadoop-hdfs-client. (#2394)
0bb1f0d is described below

commit 0bb1f0df2766310f435888e92f8ba4a27c832862
Author: Takanobu Asanuma <tasan...@apache.org>
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 23672d6..1c01d09 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
@@ -867,7 +867,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 0b84257..bee1a7b 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
@@ -2676,7 +2676,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 97e9c58..2104825 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
@@ -1766,7 +1766,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: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to