Hi:
I am inserting form spark into elastic the geopoint field but kibana doesnt reconize the type any seguggestion??, the code is this:
ddr1 = df1.select("*").map(lambda line: ('id',{'location': { 'lat': 41.12,'lon': -71.34},'fecha_creacion': '2016-02-12'}))
Thanks.