iwasakims opened a new pull request, #1104: URL: https://github.com/apache/bigtop/pull/1104
https://issues.apache.org/jira/browse/BIGTOP-3929 Building flink fails due to missing transitive dependency on pentaho-aggdesigner-algorithm. ``` [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.15.3: 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 conjars (http://conjars.org/repo): Transfer failed for http://conjars.org/repo/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.pom: Connect to conjars.org:80 [conjars.org/54.235.127.59] failed: Connection timed out (Connection timed out) -> [Help 1] ``` I backported the patch of [FLINK-27640](https://issues.apache.org/jira/browse/FLINK-27640) to branch-1.5 here for Bigtop 3.2.1 which should not have big version bumping. We can file another JIRA for bumping Flink (to 1.17.0 or later?) for Bigtop 3.3.0. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
