[
https://issues.apache.org/jira/browse/HBASE-22222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16816128#comment-16816128
]
Peter Somogyi commented on HBASE-22222:
---------------------------------------
Looks like the new protobuf version in hbase-thirdparty is leaking the
errorprone dependency.
Before upgrade:
{noformat}
[INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @
hbase-shaded-miscellaneous ---
[INFO] org.apache.hbase.thirdparty:hbase-shaded-miscellaneous:jar:2.1.0
[INFO] +- com.google.code.gson:gson:jar:2.8.1:compile
[INFO] +- com.google.guava:guava:jar:22.0:compile
[INFO] +- com.google.protobuf:protobuf-java-util:jar:3.3.0:compile
[INFO] +- commons-cli:commons-cli:jar:1.4:compile
[INFO] \- org.apache.commons:commons-collections4:jar:4.1:compile
{noformat}
After upgrade:
{noformat}
[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @
hbase-shaded-miscellaneous ---
[INFO] org.apache.hbase.thirdparty:hbase-shaded-miscellaneous:jar:2.2.0
[INFO] +- com.google.code.gson:gson:jar:2.8.5:compile
[INFO] +- com.google.guava:guava:jar:27.1-jre:compile
[INFO] | \- com.google.guava:failureaccess:jar:1.0.1:compile
[INFO] +- com.google.protobuf:protobuf-java-util:jar:3.7.0:compile
[INFO] | \- com.google.errorprone:error_prone_annotations:jar:2.3.2:compile
[INFO] +- commons-cli:commons-cli:jar:1.4:compile
[INFO] \- org.apache.commons:commons-collections4:jar:4.3:compile
{noformat}
> Site build fails after hbase-thirdparty upgrade
> -----------------------------------------------
>
> Key: HBASE-22222
> URL: https://issues.apache.org/jira/browse/HBASE-22222
> Project: HBase
> Issue Type: Bug
> Components: website
> Affects Versions: 3.0.0
> Reporter: Peter Somogyi
> Assignee: Peter Somogyi
> Priority: Critical
> Fix For: 3.0.0
>
>
> After hbase-thirdparty upgrade the hbase_generate_website job is failing in
> mvn site target on javadoc.
>
> {noformat}
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-site-plugin:3.7.1:site (default-site) on
> project hbase: Error generating maven-javadoc-plugin:3.0.1:aggregate report:
> [ERROR] Exit code: 1 -
> /home/jenkins/jenkins-slave/workspace/hbase_generate_website/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/CellUtil.java:1034:
> warning - Tag @link: can't find tagsIterator(Cell) in
> org.apache.hadoop.hbase.CellUtil
> [ERROR] javadoc: error - class file for
> org.apache.hbase.thirdparty.com.google.errorprone.annotations.Immutable not
> found{noformat}
> After reverting thirdparty upgrade locally the site build passed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)