You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2018/04/09 05:49:00 UTC

[jira] [Updated] (HBASE-20076) Maven site generation fails

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

Sean Busbey updated HBASE-20076:
--------------------------------
    Attachment: HBASE-20076.WIP.patch

> Maven site generation fails
> ---------------------------
>
>                 Key: HBASE-20076
>                 URL: https://issues.apache.org/jira/browse/HBASE-20076
>             Project: HBase
>          Issue Type: Bug
>          Components: documentation, website
>    Affects Versions: 3.0.0
>            Reporter: Sean Busbey
>            Assignee: Sean Busbey
>            Priority: Critical
>         Attachments: HBASE-20076.WIP.patch, branch-mvnsite-root.txt
>
>
> precommit attempts at mvnsite fail with odd looking results:
> {code}
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ hbase-it ---
> [INFO] Compiling 101 source files to /testptch/hbase/hbase-it/target/test-classes
> [INFO] /testptch/hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/actions/Action.java: Some input files use or override a deprecated API.
> [INFO] /testptch/hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/actions/Action.java: Recompile with -Xlint:deprecation for details.
> [INFO] /testptch/hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/factories/MonkeyFactory.java: Some input files use unchecked or unsafe operations.
> [INFO] /testptch/hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/factories/MonkeyFactory.java: Recompile with -Xlint:unchecked for details.
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR : 
> [INFO] -------------------------------------------------------------
> [ERROR] /testptch/hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/RESTApiClusterManager.java:[250,48] cannot find symbol
>   symbol:   method readEntity(java.lang.Class<java.lang.String>)
>   location: variable response of type javax.ws.rs.core.Response
> [INFO] 1 error
> {code}
> {code}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on project hbase-spark: failed to get report for org.apache.maven.plugins:maven-javadoc-plugin: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:testCompile (default-testCompile) on project hbase-it: Compilation failure
> [ERROR] /testptch/hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/RESTApiClusterManager.java:[250,48] cannot find symbol
> [ERROR]   symbol:   method readEntity(java.lang.Class<java.lang.String>)
> [ERROR]   location: variable response of type javax.ws.rs.core.Response
> [ERROR] 
> {code}
> this is at least true on master. haven't checked other branches



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)