You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm following these instructions to eventually build the hdfs connector. But I get the following error when I try to build "kafka-connect-storage-common":
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] kafka-connect-storage-common-parent ................ SUCCESS [ 3.537 s]
[INFO] kafka-connect-storage-common ....................... SUCCESS [ 2.201 s]
[INFO] kafka-connect-storage-core ......................... SUCCESS [ 3.698 s]
[INFO] kafka-connect-storage-wal .......................... SUCCESS [ 0.597 s]
[INFO] kafka-connect-storage-partitioner .................. SUCCESS [ 2.561 s]
[INFO] kafka-connect-storage-hive ......................... FAILURE [ 8.483 s]
[INFO] kafka-connect-storage-format ....................... SKIPPED
[INFO] kafka-connect-storage-common-package ............... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21.584 s
[INFO] Finished at: 2018-03-06T16:43:52-08:00
[INFO] Final Memory: 44M/572M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project kafka-connect-storage-hive: Could not resolve dependencies for project io.confluent:kafka-connect-storage-hive:jar:5.0.0-SNAPSHOT: Failure to find org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde in http://mvn.fanops.net/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :kafka-connect-storage-hive
I was successfully able to build kafka, schema-registry and rest-utils. Also, I'm building these in ".m2" directory.
The text was updated successfully, but these errors were encountered:
@jpugliesi the repo is building successfully. There were some temporary issues a few days ago. Are you referring to a specific branch that you try to build and still fails?
I'm following these instructions to eventually build the hdfs connector. But I get the following error when I try to build "kafka-connect-storage-common":
I was successfully able to build kafka, schema-registry and rest-utils. Also, I'm building these in ".m2" directory.
The text was updated successfully, but these errors were encountered: