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

[jira] [Updated] (HADOOP-11720) [JDK8] Fix javadoc errors caused by incorrect or illegal tags in hadoop-tools

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

Akira AJISAKA updated HADOOP-11720:
-----------------------------------
    Summary: [JDK8] Fix javadoc errors caused by incorrect or illegal tags in hadoop-tools  (was: [JDK8] Fix javadoc errors in hadoop-streaming)

> [JDK8] Fix javadoc errors caused by incorrect or illegal tags in hadoop-tools
> -----------------------------------------------------------------------------
>
>                 Key: HADOOP-11720
>                 URL: https://issues.apache.org/jira/browse/HADOOP-11720
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 2.6.0
>            Reporter: Akira AJISAKA
>
> "mvn package -Pdist -DskipTests" fails with JDK8, caused by illegal use of <  and >.
> {code}
> [ERROR] /home/centos/git/hadoop/hadoop-tools/hadoop-streaming/src/main/java/org/apache/hadoop/record/Buffer.java:127: error: bad use of '>'
> [ERROR] * The data is preserved if newCapacity >= getCount().
> [ERROR] ^
> [ERROR] /home/centos/git/hadoop/hadoop-tools/hadoop-streaming/src/main/java/org/apache/hadoop/record/Utils.java:465: error: malformed HTML
> [ERROR] * For -112 <= i <= 127, only one byte is used with the actual value.
> [ERROR] ^
> [ERROR] /home/centos/git/hadoop/hadoop-tools/hadoop-streaming/src/main/java/org/apache/hadoop/record/Utils.java:465: error: malformed HTML
> [ERROR] * For -112 <= i <= 127, only one byte is used with the actual value.
> [ERROR] ^
> {code}



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