You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ta...@apache.org on 2020/10/20 10:14:28 UTC

[hadoop] branch branch-3.1 updated: HDFS-15639. [JDK 11] Fix Javadoc errors in hadoop-hdfs-client. (#2394)

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

tasanuma pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new c808a21  HDFS-15639. [JDK 11] Fix Javadoc errors in hadoop-hdfs-client. (#2394)
c808a21 is described below

commit c808a21550a30146865a32d89bdf8e13f95abd7d
Author: Takanobu Asanuma <ta...@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 7700e67..43a4623 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
@@ -846,7 +846,8 @@ public abstract class AbstractFileSystem {
 
   /**
    * 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 4f0369b..38c1ff1 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
@@ -2568,7 +2568,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 c5cfc24..1ff2e07 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 8f9fe0c..7adff39 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
@@ -1613,7 +1613,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-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org