o
http://spark.apache.org/docs/latest/monitoring.html or source code.
Thanks
Jerry
From: Enno Shioji [mailto:eshi...@gmail.com<mailto:eshi...@gmail.com>]
Sent: Sunday, January 4, 2015 7:47 AM
To: user@spark.apache.org<mailto:user@spark.apache.org>
Subject: Better way of measuring c
t; *From:* Enno Shioji [mailto:eshi...@gmail.com]
> *Sent:* Sunday, January 4, 2015 7:47 AM
> *To:* user@spark.apache.org
> *Subject:* Better way of measuring custom application metrics
>
>
>
> I have a hack to gather custom application metrics in a Streaming job, but
> I
4, 2015 7:47 AM
To: user@spark.apache.org
Subject: Better way of measuring custom application metrics
I have a hack to gather custom application metrics in a Streaming job, but I
wanted to know if there is any better way of doing this.
My hack consists of this singleton:
object Metriker extends
I have a hack to gather custom application metrics in a Streaming job, but
I wanted to know if there is any better way of doing this.
My hack consists of this singleton:
object Metriker extends Serializable {
@transient lazy val mr: MetricRegistry = {
val metricRegistry = new MetricRegistry