From common-issues-return-159239-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Wed Oct 10 08:45:06 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 84B7F180672 for ; Wed, 10 Oct 2018 08:45:05 +0200 (CEST) Received: (qmail 43866 invoked by uid 500); 10 Oct 2018 06:45:04 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 43841 invoked by uid 99); 10 Oct 2018 06:45:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2018 06:45:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 804E81A227E for ; Wed, 10 Oct 2018 06:45:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.501 X-Spam-Level: X-Spam-Status: No, score=-109.501 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id Il9afNW_lWu9 for ; Wed, 10 Oct 2018 06:45:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id D6BC75F42E for ; Wed, 10 Oct 2018 06:45:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 05BE6E25B2 for ; Wed, 10 Oct 2018 06:45:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 814C524822 for ; Wed, 10 Oct 2018 06:45:00 +0000 (UTC) Date: Wed, 10 Oct 2018 06:45:00 +0000 (UTC) From: "Takanobu Asanuma (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-15785) [JDK10] Javadoc build fails on JDK 10 in hadoop-common 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-15785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16644523#comment-16644523 ] Takanobu Asanuma commented on HADOOP-15785: ------------------------------------------- [~dineshchitlangia] I reviewed the whole codes. Almost all of the codes seem good. Thanks again for your work. Two minor comments: *QuotaUsage:* {code} /** * Output format: * <----12----> <----15----> <----15----> <----15----> <-------18-------> * QUOTA REMAINING_QUATA SPACE_QUOTA SPACE_QUOTA_REM FILE_NAME */ {code} This ascii arts is for programmers, so I suggest we leave it as it is. How about using just comments ( /* ... \*/ ) instead of javadoc ( /** ... \*/ )? *CBZip2InputStream:* There is a typo for the escaping word. {noformat} *lt; {noformat} > [JDK10] Javadoc build fails on JDK 10 in hadoop-common > ------------------------------------------------------ > > Key: HADOOP-15785 > URL: https://issues.apache.org/jira/browse/HADOOP-15785 > Project: Hadoop Common > Issue Type: Sub-task > Components: build, documentation > Reporter: Takanobu Asanuma > Assignee: Dinesh Chitlangia > Priority: Major > Attachments: HADOOP-15785.001.patch, HADOOP-15785.002.patch > > > {noformat} > $ mvn javadoc:javadoc --projects hadoop-common-project/hadoop-common > ... > [INFO] ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 02:22 min > [INFO] Finished at: 2018-09-25T02:23:06Z > [INFO] Final Memory: 119M/467M > [INFO] ------------------------------------------------------------------------ > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.0.1:jar (module-javadocs) on project hadoop-common: MavenReportException: Error while generating Javadoc: > [ERROR] Exit code: 1 - javadoc: warning - You have not specified the version of HTML to use. > [ERROR] The default is currently HTML 4.01, but this will change to HTML5 > [ERROR] in a future release. To suppress this warning, please specify the > [ERROR] version of HTML used in your documentation comments and to be > [ERROR] generated by this doclet, using the -html4 or -html5 options. > [ERROR] /hadoop/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java:1578: error: malformed HTML > [ERROR] * to servers are uniquely identified by > ... > {noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org