Hi Team,
While loading data fro Kafka to Druid, getting Unparseable events error.
Timestamp spec in supervisor spec is as follows
“timestampSpec”: {
“column”: “created_at”,
“format”: “EEE MMM dd HH:mm:ss ZZZZ yyyy”
},
And the data coming to kafka is “created_at”:“Wed Jun 19 21:00:12 +0000 2019”
Could anyone help in specifying the correct format in spec per the sample date given above
Thanks
Soumya