Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 468DA1862C for ; Tue, 27 Oct 2015 02:19:28 +0000 (UTC) Received: (qmail 8399 invoked by uid 500); 27 Oct 2015 02:19:28 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 8337 invoked by uid 500); 27 Oct 2015 02:19:27 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 8326 invoked by uid 99); 27 Oct 2015 02:19:27 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Oct 2015 02:19:27 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A85EF2C1F56 for ; Tue, 27 Oct 2015 02:19:27 +0000 (UTC) Date: Tue, 27 Oct 2015 02:19:27 +0000 (UTC) From: "Tsuyoshi Ozawa (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-12516) jdiff fails with error 'duplicate comment id' about MetricsSystem.register_changed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-12516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi Ozawa updated HADOOP-12516: ------------------------------------ Description: "mvn package -Pdist,docs -DskipTests" fails with following error. It looks like jdiff problem as Li Lu mentioned on HADOOP-11776. {quote} [javadoc] ExcludePrivateAnnotationsJDiffDoclet [javadoc] JDiff: doclet started ... [javadoc] JDiff: reading the old API in from file '/home/ubuntu/hadoop-dev/hadoop-common-project/hadoop-common/dev-support/jdiff/Apache_Hadoop_Common_2.6.0.xml'...Warning: API identifier in the XML file (hadoop-core 2.6.0) differs from the name of the file 'Apache_Hadoop_Common_2.6.0.xml' ....... [javadoc] JDiff: reading the new API in from file '/home/ubuntu/hadoop-dev/hadoop-common-project/hadoop-common/target/site/jdiff/xml/Apache_Hadoop_Common_2.8.0-SNAPSHOT.xml'...Warning: incorrectly formatted @link in text: Options to be used by the \{@link Find\} command and its \{@link Expression\}s. ........ [javadoc] Error: duplicate comment id: org.apache.hadoop.metrics2.MetricsSystem.register_changed(java.lang.String, java.lang.String, T) {quote} A link to the comment by Li lu is [here| https://issues.apache.org/jira/browse/HADOOP-11776?focusedCommentId=14391868&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14391868]. was: "mvn package -Pdist,docs -DskipTests" fails with following error. It looks like jdiff problem as Li Lu mentioned on HADOOP-11776. {quote} [javadoc] ExcludePrivateAnnotationsJDiffDoclet [javadoc] JDiff: doclet started ... [javadoc] JDiff: reading the old API in from file '/home/ubuntu/hadoop-dev/hadoop-common-project/hadoop-common/dev-support/jdiff/Apache_Hadoop_Common_2.6.0.xml'...Warning: API identifier in the XML file (hadoop-core 2.6.0) differs from the name of the file 'Apache_Hadoop_Common_2.6.0.xml' ....... [javadoc] JDiff: reading the new API in from file '/home/ubuntu/hadoop-dev/hadoop-common-project/hadoop-common/target/site/jdiff/xml/Apache_Hadoop_Common_2.8.0-SNAPSHOT.xml'...Warning: incorrectly formatted @link in text: Options to be used by the {@link Find} command and its {@link Expression}s. ........ [javadoc] Error: duplicate comment id: org.apache.hadoop.metrics2.MetricsSystem.register_changed(java.lang.String, java.lang.String, T) {quote} A link to the comment by Li lu is [here| https://issues.apache.org/jira/browse/HADOOP-11776?focusedCommentId=14391868&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14391868] > jdiff fails with error 'duplicate comment id' about MetricsSystem.register_changed > ---------------------------------------------------------------------------------- > > Key: HADOOP-12516 > URL: https://issues.apache.org/jira/browse/HADOOP-12516 > Project: Hadoop Common > Issue Type: Bug > Reporter: Tsuyoshi Ozawa > > "mvn package -Pdist,docs -DskipTests" fails with following error. It looks like jdiff problem as Li Lu mentioned on HADOOP-11776. > {quote} > [javadoc] ExcludePrivateAnnotationsJDiffDoclet > [javadoc] JDiff: doclet started ... > [javadoc] JDiff: reading the old API in from file '/home/ubuntu/hadoop-dev/hadoop-common-project/hadoop-common/dev-support/jdiff/Apache_Hadoop_Common_2.6.0.xml'...Warning: API identifier in the XML file (hadoop-core 2.6.0) differs from the name of the file 'Apache_Hadoop_Common_2.6.0.xml' > ....... > [javadoc] JDiff: reading the new API in from file '/home/ubuntu/hadoop-dev/hadoop-common-project/hadoop-common/target/site/jdiff/xml/Apache_Hadoop_Common_2.8.0-SNAPSHOT.xml'...Warning: incorrectly formatted @link in text: Options to be used by the \{@link Find\} command and its \{@link Expression\}s. > ........ > [javadoc] Error: duplicate comment id: org.apache.hadoop.metrics2.MetricsSystem.register_changed(java.lang.String, java.lang.String, T) > {quote} > A link to the comment by Li lu is [here| https://issues.apache.org/jira/browse/HADOOP-11776?focusedCommentId=14391868&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14391868]. -- This message was sent by Atlassian JIRA (v6.3.4#6332)