elastic / elasticsearch-hadoop

:elephant: Elasticsearch real-time search and analytics natively integrated with Hadoop
https://www.elastic.co/products/hadoop
Apache License 2.0
1.93k stars 986 forks source link

Support for all Elasticsearch field types #1813

Open masseyke opened 2 years ago

masseyke commented 2 years ago

There are quite a few field types that have been added to Elasticsearch that are not currently supported in es-hadoop.

Unsupported field types

I have not tested all of them, but at least some of these cause failures in es-hadoop if you read from an index that uses them.

rseldner commented 1 year ago

Looks like the dense_vector type needs to be added as well. https://www.elastic.co/guide/en/elasticsearch/reference/current/dense-vector.html

sbhatm1213 commented 1 year ago

Has the dense_vector field type been added ? Or does anyone know of any other way to pull that field on Pyspark ?

mouhagaye commented 4 months ago

I've tested recently with spark reading from index containing most of elastic search field type. Used versions:

Spark read successfully the index but the these following field type does not appear on the created dataframe: