-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Write spark dataframe to opensearch #3944
Comments
Generally speaking the OpenSearch indexing APIs are very similar to recent versions of ES. How do you plan on writing from Spark to OpenSearch? |
Hi andrross, thanks for your assistance! we are using databricks and spark to join and aggregate some table. |
What exactly does this mean? If Spark has some tooling or connector that interfaces with ES then an OpenSearch equivalent would need to be implemented in order to guarantee compatibility long term. |
This document is what I actuall means in ES: And I found the discussion about that function is open in issue 23: |
@wl02302677 I was just going to mention the client issue. That has link to single line code change required to get elastic client working with open search 2x. I’m using it just fine to do exactly what you are asking. |
@mattweber Thanks for your respond! I will try to use this method to get the connection between spark and elasticsearch, I think that is the solution what I looking for. |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I am evaluating that converting es to opensearch, and my team use spark to process data.
I want to know if I can directly write spark dataframe to opensearch, just like we did on elasticsearch?
I just started following this project but didn't see a similar case on google or stack overflow, thanks for all your help!
Describe the solution you'd like
A clear and concise description of what you want to happen.
write spark dataframe to opensearch and use spark resource.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: