Hello,
Just curious, is this plugin using the JSON support of SparkSQL (I mean http://spark.apache.org/docs/latest/sql-programming-guide.html#json-datasets).
Currently I have always a trouble with ES schema, and as a workaround, I export my ES data as a big JSON file and load it using org.apache.spark.sql.json
, here no problem about nested, arrays etc...
Thanks you,