-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dremio: Unified Analytics Platform #136
Comments
Sharing a few spots that sparked my interest. SearchLucene Index
Remote Store
MongoDB, Elasticsearch, Dataplane |
Dremio's documentation about its distributed storage subsystem also sparked my interest. Other than this, also referencing the PostgreSQL integration here. |
ProblemWhen trying to build https://github.com/dremio/dremio-oss, this error is raised:
Details
Pretty old, but also happens on Maven 3.9.8, according to @karynzv. Version SpecWondering if my software versions would be too recent or too old, it is not the case. <requireMavenVersion>
<version>[3.3.9,4)</version>
</requireMavenVersion>
<requireJavaVersion>
<version>[11,)</version>
</requireJavaVersion> |
Problem
SolutionAdding
|
This comment was marked as duplicate.
This comment was marked as duplicate.
Problem
SolutionPending. |
Next@karynzv started to look into skipping the Dremio build, use its OCI image instead, trying to build and pluck the CrateDB connector into it. Thanks! ProblemWhen trying to build the connector, it also fails. It is probably using an outdated API.
|
Let me document what I've tested when trying to connect with Dremio:
|
I did some further tests and this seems to be the recommended approach to use Dremio with CrateDB. Instead of using a specific connector, there is the option to query CrateDB directly from Dremio as documented here. So, by using the default Postgres connector as explained above, use the following syntax to query CrateDB directly:
Further details on the syntax and use here |
Hi. Thanks a stack for your reports, both how to set up a development sandbox for the community connector, and for educating us that the external queries connector works well.
|
About
OSS
Commercial
References
/cc @hlcianfagna, @karynzv, @hammerhead
The text was updated successfully, but these errors were encountered: