We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As part of #918 and #538 we added the ability to call a stored script from an update. Shortly after that, the stored keyword was deprecated (https://github.com/elastic/elasticsearch/blob/main/server/src/main/java/org/elasticsearch/script/ScriptType.java#L42 was deprecated here elastic/elasticsearch#25127). It looks like we need to be using id instead where we currently use stored here: https://github.com/elastic/elasticsearch-hadoop/blob/main/mr/src/main/java/org/elasticsearch/hadoop/serialization/bulk/UpdateBulkFactory.java#L82
stored
id
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As part of #918 and #538 we added the ability to call a stored script from an update. Shortly after that, the
stored
keyword was deprecated (https://github.com/elastic/elasticsearch/blob/main/server/src/main/java/org/elasticsearch/script/ScriptType.java#L42was deprecated here elastic/elasticsearch#25127). It looks like we need to be using
id
instead where we currently usestored
here: https://github.com/elastic/elasticsearch-hadoop/blob/main/mr/src/main/java/org/elasticsearch/hadoop/serialization/bulk/UpdateBulkFactory.java#L82The text was updated successfully, but these errors were encountered: