-
Notifications
You must be signed in to change notification settings - Fork 980
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
Elasticsearch storage plugin error on connect to elastic cloud #2975
Comments
Can you please share your Drill config? |
Do you refer the elastic storage plugin config?
If you refer to the apache drill config, i'm using the default one, i'm new with apache drill and i mounted it with docker in my local environment without changing anything. Thanks! |
In logs the extended error is:
Thanks! |
Hi, I think that the upgrade of calcite solves the problem. I can see that apache drill 1.21.2 it's using calcite 1.34.0. I'm doing some tests overriding the 1.34.0 calcite with 1.38.0 and if i only upgrade It's any way to upgrade calcite 1.34.0 without breaking apache drill? Thanks! |
@dceldran I started working on that but I ran into some issues. You can try my branch here: #2961 With that said, the upgrade broke something in how Drill handles |
Describe the bug
I have an elastic search cluster inside elastic official cloud and i can't connect to the cluster. When i try to do a
show schemas
for example, i receive the error:I've launch a elastic single node in my local environment with docker and this elastic single node works perfectly.
To Reproduce
show schemas;
Expected behavior
It should do the expected query.
Error detail, log output or screenshots
Drill version
1.21.2
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: