Does es-hadoop connector 6.1.2 support update mode in spark structured streaming?

Does es-hadoop connector 6.1.2 support update mode in spark structured streaming? so I can do

df.writeStream().outputMode("update").start()

Looks to me that it doesn't. If so when can we expect?

@kant_kodali We do not yet support the update write mode, but it is something that is on our roadmap for supporting in the coming releases.

@james.baiera is there a JIRA ticket or something I can follow for this?

@kant_kodali We do now! https://github.com/elastic/elasticsearch-hadoop/issues/1123

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.