You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Viraj Jasani (Jira)" <ji...@apache.org> on 2020/11/04 14:47:00 UTC

[jira] [Resolved] (HBASE-25245) hbase_generate_website is failing due to incorrect jdk and maven syntax

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

Viraj Jasani resolved HBASE-25245.
----------------------------------
    Fix Version/s: 3.0.0-alpha-1
     Hadoop Flags: Reviewed
       Resolution: Fixed

> hbase_generate_website is failing due to incorrect jdk and maven syntax
> -----------------------------------------------------------------------
>
>                 Key: HBASE-25245
>                 URL: https://issues.apache.org/jira/browse/HBASE-25245
>             Project: HBase
>          Issue Type: Task
>            Reporter: Viraj Jasani
>            Assignee: Viraj Jasani
>            Priority: Major
>             Fix For: 3.0.0-alpha-1
>
>
> While waiting for HBase download page to reflect new release and during an offline syncup with [~ndimiduk] , realized that generate website is failing for quite some time now, e.g https://ci-hadoop.apache.org/job/HBase/job/hbase_generate_website/80/
> {code:java}
> Obtained dev-support/jenkins-scripts/generate-hbase-website.Jenkinsfile from git https://gitbox.apache.org/repos/asf/hbase.git
> Running in Durability level: PERFORMANCE_OPTIMIZED
> org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
> WorkflowScript: 40: Tool type "maven" does not have an install of "Maven (latest)" configured - did you mean "maven_latest"? @ line 40, column 15.
>            maven 'Maven (latest)'
>                  ^
> WorkflowScript: 42: Tool type "jdk" does not have an install of "JDK 1.8 (latest)" configured - did you mean "jdk_1.8_latest"? @ line 42, column 13.
>            jdk "JDK 1.8 (latest)"
>                ^
> {code}
> We might have to apply fix similar to HBASE-25204 to generate website specific Jenkinsfile.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)