Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.16.0
Description
When clean installing whole project after cleaning local .m2 directory I encountered the following error when compiling flink-connector-hive_2.12:
[ERROR] Failed to execute goal on project flink-connector-hive_2.12: Could not resolve dependencies for project org.apache.flink:flink-connector-hive_2.12:jar:1.16-SNAPSHOT: Failed to collect dependencies at org.apache.hive:hive-exec:jar:2.3.9 -> org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde: Failed to read artifact descriptor for org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde: Could not transfer artifact org.pentaho:pentaho-aggdesigner-algorithm:pom:5.1.5-jhyde from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [conjars (http://conjars.org/repo, default, releases+snapshots), apache.snapshots (http://repository.apache.org/snapshots, default, snapshots)] -> [Help 1]
I've solved this by adding
<repository> <id>spring-repo-plugins</id> <url>https://repo.spring.io/ui/native/plugins-release/</url> </repository>
to ~/.m2/settings.xml file.
Attachments
Issue Links
- duplicates
-
FLINK-29404 Fix build failure due to unavailable dependency
- Closed
-
FLINK-28406 Build fails on retrieving org.pentaho:pentaho-aggdesigner-algorithm
- Closed
- is duplicated by
-
FLINK-30362 Flink-connector-hive can't build with maven 3.8
- Closed
-
FLINK-27894 Build flink-connector-hive failed using Maven@3.8.5
- Closed
-
FLINK-29201 Some tests from flink-sql-client, flink-connector-hive are not compiling in IntellijIdea with new maven
- Closed
- relates to
-
BIGTOP-3929 Fix build failure of Flink due to transitive dependency on pentaho-aggdesigner-algorithm
- Resolved
-
FLINK-31658 Failed to receive dependency in Hive module
- Closed
- links to