You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Akira AJISAKA (JIRA)" <ji...@apache.org> on 2015/03/16 08:01:39 UTC

[jira] [Updated] (YARN-1453) [JDK8] Fix Javadoc errors caused by incorrect or illegal tags in doc comments

     [ https://issues.apache.org/jira/browse/YARN-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Akira AJISAKA updated YARN-1453:
--------------------------------
    Attachment: YARN-1453-03.patch

Attaching a patch. I verified the patch fixed the errors by the following commands with JDK8:
{code}
$ cd hadoop-yarn-project
$ mvn package -Pdist -DskipTests
{code}

> [JDK8] Fix Javadoc errors caused by incorrect or illegal tags in doc comments
> -----------------------------------------------------------------------------
>
>                 Key: YARN-1453
>                 URL: https://issues.apache.org/jira/browse/YARN-1453
>             Project: Hadoop YARN
>          Issue Type: Bug
>    Affects Versions: 2.7.0
>            Reporter: Andrew Purtell
>            Assignee: Akira AJISAKA
>            Priority: Minor
>         Attachments: 1453-branch-2.patch, 1453-branch-2.patch, 1453-trunk.patch, 1453-trunk.patch, YARN-1453-02.patch, YARN-1453-03.patch
>
>
> Javadoc is more strict by default in JDK8 and will error out on malformed or illegal tags found in doc comments. Although tagged as JDK8 all of the required changes are generic Javadoc cleanups.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)