Przeglądaj źródła

YARN-5166. javadoc:javadoc goal fails on hadoop-yarn-client. Contributed by Andras Bokor.

(cherry picked from commit e4022debf717083ab9192164af9978500035d1be)
(cherry picked from commit ec811909e41cdea84a0d9c9254ed7c756cbae37b)
Akira Ajisaka 9 lat temu
rodzic
commit
01e7c2bbe4

+ 2 - 2
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/api/YarnClient.java

@@ -741,9 +741,9 @@ public abstract class YarnClient extends AbstractService {
    *
    * @return cluster node labels collection
    * @throws YarnException when there is a failure in
-   *           {@see ApplicationClientProtocol}
+   *           {@link ApplicationClientProtocol}
    * @throws IOException when there is a failure in
-   *           {@see ApplicationClientProtocol}
+   *           {@link ApplicationClientProtocol}
    */
   @Public
   @Unstable