Peter Somogyi created HBASE-23327:
-------------------------------------
Summary: Precommit failure on hbase-connectors
Key: HBASE-23327
URL: https://issues.apache.org/jira/browse/HBASE-23327
Project: HBase
Issue Type: Bug
Components: hbase-connectors
Affects Versions: connector-1.0.1
Reporter: Peter Somogyi
Assignee: Peter Somogyi
Fix For: connector-1.0.1
Precommit job fails on hbase-connectors repository with the following error:
{noformat}
[ERROR] Failed to execute goal on project hbase-spark: Could not resolve
dependencies for project
org.apache.hbase.connectors.spark:hbase-spark:jar:1.0.1-SNAPSHOT: Could not
find artifact
org.apache.hbase.connectors.spark:hbase-spark-protocol-shaded:jar:1.0.1-SNAPSHOT
in Nexus (http://repository.apache.org/snapshots) -> [Help 1] {noformat}
[https://builds.apache.org/job/PreCommit-HBASE-CONNECTORS-Build/82/artifact/patchprocess/branch-compile-spark_hbase-spark.txt]
The build runs {{mvn clean test-compile -DskipTests=true}} in the hbase-spark
directory and can't find its dependencies since it was not built previously.
The personality already adds the root folder for the mvninstall step but the
build runs compile step instead of the previous install.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)