I try to build DREMIO-OSS with the following command:
mvn clean install -DskipTests
And I’ve got the following:
[INFO] Storage Plugins - Hive 3.x Plugin Launcher ......... SKIPPED
[INFO] Storage Plugins - Hive 2.x Plugin .................. SKIPPED
[INFO] Plugins - AWS Glue Catalog Plugin .................. SKIPPED
[INFO] Distribution - Server Packaging .................... SKIPPED
[INFO] Storage Plugins - Hive 3.x Plugin .................. SKIPPED
[INFO] Services - Reindexer ............................... SKIPPED
[INFO] Tools - Mongo Test Runner .......................... SKIPPED
[INFO] Tools - Redis Test Runner .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:26 min
[INFO] Finished at: 2023-03-31T16:42:38Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project dremio-hive2-exec-shaded: Could not resolve dependencies for project com.dremio.contrib:dremio-hive2-exec-shaded:jar:24.0.0-202302100528110223-3a169b7c: Failed to collect dependencies at org.apache.hive:hive-exec:jar:2.3.9-dremio-202209290028370685-7b6189f -> 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 (https://conjars.org/repo): Transfer failed for https://conjars.org/repo/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.pom: Connect to conjars.org:443 [conjars.org/54.235.127.59] failed: Connection timed out (Connection timed out) -> [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 <args> -rf :dremio-hive2-exec-shaded
root@solomatov-docker:~/git/dremio-oss# mvn clean install -DskipTests
You could try my case here:
root@solomatov-docker:~/git/dremio-oss# git log --pretty=oneline
98657fada804c04817c5f1eea62edfcd89e95f22 (HEAD -> master, origin/master, origin/HEAD) Release 24.0.0
eed8353689892bc4e209f5b70065820b23cf3e4c Release 23.1.0
07ab5d99b4fa14b77f12043f2640b1273f7886d5 Release 23.0.1
02de0286d6f428b831c74527ab038cdc0f8af162 Release 22.1.1
d41cb52143b6b0289fc8ed4d970bfcf410a669e8 Release 22.0.0
cd9bfb04cc89f1d4b48c9e5fbf606206f74672f2 Release 21.2.0
812c7f32f9437df52b1d7bd8d5c45f9a79b6e9d2 Release 21.1.1
Could you help me?