Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6ECF2200BEC for ; Thu, 29 Dec 2016 20:38:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6D82C160B2D; Thu, 29 Dec 2016 19:38:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 90A0A160B23 for ; Thu, 29 Dec 2016 20:37:59 +0100 (CET) Received: (qmail 33184 invoked by uid 500); 29 Dec 2016 19:37:58 -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 33159 invoked by uid 99); 29 Dec 2016 19:37:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Dec 2016 19:37:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7C1AC2C2A66 for ; Thu, 29 Dec 2016 19:37:58 +0000 (UTC) Date: Thu, 29 Dec 2016 19:37:58 +0000 (UTC) From: "Mingliang Liu (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-13942) Build failure due to errors of javadoc build in hadoop-azure MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 29 Dec 2016 19:38:00 -0000 [ https://issues.apache.org/jira/browse/HADOOP-13942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15785966#comment-15785966 ] Mingliang Liu commented on HADOOP-13942: ---------------------------------------- [~lewuathe] would like to have a look at the Jenkins complain about the javadoc? Other than that +1. Thanks, > Build failure due to errors of javadoc build in hadoop-azure > ------------------------------------------------------------ > > Key: HADOOP-13942 > URL: https://issues.apache.org/jira/browse/HADOOP-13942 > Project: Hadoop Common > Issue Type: Bug > Components: fs/azure > Affects Versions: 2.9.0 > Reporter: Kai Sasaki > Assignee: Kai Sasaki > Attachments: HADOOP-13942.01.patch, HADOOP-13942.02.patch > > > From HADOOP-13863, building javadoc of hadoop azure module failed. > Though these error is not related to the patch of HADOOP-13868 directly, it can be fixed anyway. > Building whole project fails with JDK "1.8.0_112". > {code} > [WARNING] The requested profile "docs" could not be activated because it does not exist. > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.8.1:javadoc (default-cli) on project hadoop-azure: An error has occurred in JavaDocs report generation: > [ERROR] Exit code: 1 - /testptch/hadoop/hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azure/NativeFileSystemStore.java:104: warning: no description for @throws > [ERROR] * @throws IOException > [ERROR] ^ > [ERROR] /testptch/hadoop/hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azure/NativeFileSystemStore.java:96: warning: no description for @throws > [ERROR] * @throws IOException > [ERROR] ^ > [ERROR] /testptch/hadoop/hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azure/NativeFileSystemStore.java:99: warning: no @param for prefix > [ERROR] void purge(String prefix) throws IOException; > [ERROR] ^ > [ERROR] /testptch/hadoop/hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azure/KeyProvider.java:39: warning: no description for @throws > {code} > ref: https://builds.apache.org/job/PreCommit-HADOOP-Build/11314/artifact/patchprocess/patch-javadoc-hadoop-tools_hadoop-azure.txt -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org