wdm0006 / DummyRDD

A pure python mock of pyspark's RDD
http://wdm0006.github.io/DummyRDD/
BSD 3-Clause "New" or "Revised" License
27 stars 13 forks source link

Fields fix #35

Closed mrkaiser closed 6 years ago

mrkaiser commented 6 years ago

When using fields with Elasticsearch fields come back as lists. However Spark unpacks the list when fields along with elasticsearch-hadoop. This modifes DummyRDD to match that behavior

mrkaiser commented 6 years ago

I already fixed this apparently