From hdfs-issues-return-258605-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Mon Apr 1 03:08:04 2019 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 3D2BC18065D for ; Mon, 1 Apr 2019 05:08:04 +0200 (CEST) Received: (qmail 15797 invoked by uid 500); 1 Apr 2019 03:08:03 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 15536 invoked by uid 99); 1 Apr 2019 03:08:02 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Apr 2019 03:08:02 +0000 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 0C76FE00C6 for ; Mon, 1 Apr 2019 03:08:02 +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 9B463245A5 for ; Mon, 1 Apr 2019 03:08:00 +0000 (UTC) Date: Mon, 1 Apr 2019 03:08:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Work logged] (HDDS-1322) Hugo errors when building Ozone MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDDS-1322?focusedWorklogId=3D2= 21070&page=3Dcom.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpan= el#worklog-221070 ] ASF GitHub Bot logged work on HDDS-1322: ---------------------------------------- Author: ASF GitHub Bot Created on: 01/Apr/19 03:07 Start Date: 01/Apr/19 03:07 Worklog Time Spent: 10m=20 Work Description: adoroszlai commented on pull request #671: HDDS-132= 2. Hugo errors when building Ozone URL: https://github.com/apache/hadoop/pull/671 =20 =20 ## What changes were proposed in this pull request? =20 Maven build fails to create HDDS docs due to the following hugo error in= `hadoop-hdds-docs`: =20 ``` $ mvn -Phdds -pl :hadoop-hdds-docs clean compile ... [INFO] --- exec-maven-plugin:1.6.0:exec (default) @ hadoop-hdds-docs --- Error: unknown command "0.5.0-SNAPSHOT" for "hugo" Run 'hugo --help' for usage. ... [INFO] BUILD SUCCESS ``` =20 `generate-site.sh` passes all arguments to `hugo`, which expects command= s, not HDDS version number and target directory. I think these two paramet= ers are unnecessary, hence the patch removes them. =20 https://issues.apache.org/jira/browse/HDDS-1322 =20 ## How was this patch tested? =20 With the fix docs can be generated using Maven: =20 ``` $ mvn -Phdds -pl :hadoop-hdds-docs clean compile ... [INFO] --- exec-maven-plugin:1.6.0:exec (default) @ hadoop-hdds-docs --- Building sites =E2=80=A6 ... | EN +------------------+----+ Pages | 27 Paginator pages | 0 Non-page files | 0 Static files | 18 Processed images | 0 Aliases | 0 Sitemaps | 1 Cleaned | 0 =20 Total in 49 ms ``` =20 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. =20 For queries about this service, please contact Infrastructure at: users@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 221070) Time Spent: 10m Remaining Estimate: 0h > Hugo errors when building Ozone > ------------------------------- > > Key: HDDS-1322 > URL: https://issues.apache.org/jira/browse/HDDS-1322 > Project: Hadoop Distributed Data Store > Issue Type: Bug > Affects Versions: 0.4.0 > Reporter: Arpit Agarwal > Assignee: Doroszlai, Attila > Priority: Major > Labels: pull-request-available > Attachments: HDDS-1322.001.patch > > Time Spent: 10m > Remaining Estimate: 0h > > I see some odd hugo errors when building Ozone, even though I am not buil= ding docs. > {code} > $ mvn -B -q clean compile install -DskipTests=3Dtrue -Dmaven.javadoc.skip= =3Dtrue -Dmaven.site.skip=3Dtrue -DskipShade -Phdds > Error: unknown command "0.4.0-SNAPSHOT" for "hugo" > Run 'hugo --help' for usage. > .../hadoop-hdds/docs/target > Error: unknown command "0.4.0-SNAPSHOT" for "hugo" > Run 'hugo --help' for usage. > .../hadoop-hdds/docs/target > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org