AbsaOSS / spot

Aggregate and analyze Spark history, export to elasticsearch, visualize and monitor with Kibana.
Apache License 2.0
5 stars 0 forks source link

Fix aggregations of text fields #32

Closed DzMakatun closed 4 years ago

DzMakatun commented 4 years ago

Some of the attributes, when present, are causing 'mapper_parsing_exception' at the attempt to store their aggregations to ES agg index. Example:

"error":{"root_cause":[{"type":"mapper_parsing_exception","reason":"failed to parse field [attempt.aggs.stages.failureReason.min] of type [float] in document with id ..

Known fields: attempt.aggs.stages.failureReason.min attempt.aggs.stages.description.min