You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spark.apache.org by Siva <sb...@gmail.com> on 2015/09/29 01:45:14 UTC

Monitoring tools for spark streaming

Hi,

Could someone recommend the monitoring tools for spark streaming?

By extending StreamingListener we can dump the delay in processing of
batches and some alert messages.

But are there any Web UI tools where we can monitor failures, see delays in
processing, error messages and setup alerts etc.

Thanks