apache-sparkelasticsearchelasticsearch-hadoop

Scripted_upsert with Elasticsearch-hadoop impossible?


With the Elasticsearch-hadoop Connector, is it possible to use the scripted_upsert to true on an upsert insertion ?

I am using the es.update.script.inline configuration, but i can't find any way to use the script_upsert to true and to empty the contents of the upsert


Solution

  • Since elastic-hadoop 8.2.0 , it is possible to use scripted_upsert with the parameter :

    "es.update.script.upsert" -> "true"