Hi,
I follow GitHub - dremio/dremio-oss: Dremio - the missing link in modern data Go to build dremio, and the shell command is as follows:
git clone https://github.com/dremio/dremio-oss.git dremio
cd dremio && mvn clean install -DskipTests
It’s failed with exception:
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:43 min
[INFO] Finished at: 2021-09-16T16:56:26+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project dremio-common: Could not resolve dependencies for project com.dremio:dremio-common:jar:18.0.0-202109101536100970-a32fc9f4: The following artifacts could not be resolved: org.apache.arrow:arrow-vector:jar:4.0.0-20210722102535-bda216e83f-dremio, org.apache.arrow:arrow-memory-core:jar:4.0.0-20210722102535-bda216e83f-dremio, org.apache.arrow:arrow-memory-netty:jar:4.0.0-20210722102535-bda216e83f-dremio: Failure to find org.apache.arrow:arrow-vector:jar:4.0.0-20210722102535-bda216e83f-dremio in http://maven.aliyun.com/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of nexus-aliyun has elapsed or updates are forced -> [Help 1]
[ERROR]
It seems that Maven repo does not have org.apache.arrow:arrow-vector:jar:4.0.0-20210722102535-bda216e83f-dremio
, so where can I find this dependency package?
I hope I can get your help.
thank.