Cannot build Dremio with Maven

It seems that http://maven.dremio.com/free/org/apache/arrow/arrow-vector/0.8.0-201801160126180805-1bceda5-dremio/arrow-vector-0.8.0-201801160126180805-1bceda5-dremio.pom is no longer accessible. How can I work around this issue? Thanks!

This dependency is available from the dremio-public repository available at http://maven.dremio.com/public, which should have been added by the top pom.xml (download link to the arrow-vector pom file: http://maven.dremio.com/public/org/apache/arrow/arrow-vector/0.8.0-201801160126180805-1bceda5-dremio/arrow-vector-0.8.0-201801160126180805-1bceda5-dremio.pom)

Do you have some maven settings to mirror some of your repositories? You might want to check the configuration in that case.

it looks like we had one of our SSL/TLS certificate misconfigured. This might have explained why you might have trouble accessing some of our artifacts. Let me know if you still see the issue.

Hi,
I have the same kind of issue with org.apache.parquet:parquet-hadoop:jar:tests:1.8.1-fast-201712141648170019-ab0622b.

Maven can not find it in dremio free or dremio pulic or in maven central.

[INFO] ----------------< com.dremio.sabot:dremio-sabot-kernel >----------------
[INFO] Building Sabot - Kernel 2.0.0-201804102150500749-ee1ef6c
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from dremio-free: http://maven.dremio.com/free/org/apache/parquet/parquet-hadoop/1.8.1-fast-201712141648170019-ab0622b/parquet-hadoop-1.8.1-fast-201712141648170019-ab0622b-tests.jar
Downloading from dremio-public: http://maven.dremio.com/public/org/apache/parquet/parquet-hadoop/1.8.1-fast-201712141648170019-ab0622b/parquet-hadoop-1.8.1-fast-201712141648170019-ab0622b-tests.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/parquet/parquet-hadoop/1.8.1-fast-201712141648170019-ab0622b/parquet-hadoop-1.8.1-fast-201712141648170019-ab0622b-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.073 s
[INFO] Finished at: 2018-04-23T09:36:27-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project dremio-sabot-kernel: Could not resolve dependencies for project com.dremio.sabot:dremio-sabot-kernel:jar:2.0.0-201804102150500749-ee1ef6c: Could not find artifact org.apache.parquet:parquet-hadoop:jar:tests:1.8.1-fast-201712141648170019-ab0622b in dremio-free (http://maven.dremio.com/free/) -> [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

Thomas

Thanks for reporting @Thomas_Prelle,

It might be possible that some tests artifacts haven’t been pushed properly, we will look into it.

The issue should have been solved, let me know if you are still experiencing troubles to build dremio.

How can I add a maven dependency for dremio jdbc driver?

Check this post: How can I add a maven dependency for dremio jdbc client?