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

Handle malformed runs #24

Closed DzMakatun closed 4 years ago

DzMakatun commented 4 years ago

Some run objects in Spark History are missing important properties. Processing of such objects lead to unexpected errors. It does not seem feasible to add all possible checks for every used property. Instead the idea is to handle exceptions caused by such records and store error messages to a separate ES collection. This would allow to investigate such errors and distinguish Spot bugs from Spark History or Menas issues.