Although the this topic is similar topic in Feb 24. But the errors are different
This is my first time try dremio.
I cloned the dremio-oss to Mac, and using mvn to build
mvn clean install -DskipTests
Got an error
[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:4.6.1-202007220122450047-62e084d0: Failure to find org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde in https://maven.dremio.com/free/ was cached in the local repository, resolution will not be reattempted until the update interval of dremio-free has elapsed or updates are forced -> [Help 1]
A bit surprised the build doest work. Since this is my first time playing with dremio, I don’t want to tweak the pom.xml. So I tried to keep the oss-only option
[ERROR] Failed to execute goal on project dremio-sabot-kernel: Could not resolve dependencies for project com.dremio.sabot:dremio-sabot-kernel:jar:4.6.1-202007220122450047-62e084d0: Failure to find com.dremio.data:dremio-tpch-sample-data:jar:1.0.0 in https://maven.dremio.com/public/ was cached in the local repository, resolution will not be reattempted until the update interval of dremio-public has elapsed or updates are forced -> [Help 1]
Questions:
I am sure these code in master branch are already gone through the CI testing. not sure what I did wrong. Anyone can point me to the correct build method.
I did not see a lot branch or tags. Where can I checkout the release build ?
java version “1.8.0_231”
maven-3.6.2
OS name: “mac os x”, version: “10.15.1”, arch: “x86_64”
Right now I have a similar experience while building Dremio with “-Ddremio.oss-only=true” flag.
Maven build of Dremio Release (4.8.0 --> latest on GitHub) without that OSS flag succeeds.
But if I am adding that OSS flag to mvn build command then it fails.
[ERROR]
Failed to execute goal on project dremio-sabot-kernel: Could not resolve dependencies for project com.dremio.sabot:dremio-sabot-kernel:jar:4.8.0-202009180238090394-b0a98b73: Failure to find com.dremio.data:dremio-tpch-sample-data:jar:1.0.0 in https://maven.dremio.com/public/ was cached in the local repository, resolution will not be reattempted until the update interval of dremio-public has elapsed or updates are forced -> [Help 1]
Using -U and -X generates same output / build error.
Thanks for your quick response. Unfortunately it is not working right now (although I used -U to enforce maven to update local repository).
Is there any mistake / missing command on my site? (I am not really familiar with Maven.)