RE: Better way of measuring custom application metrics

2015-01-04 Thread Shao, Saisai
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

Re: Better way of measuring custom application metrics

2015-01-04 Thread Enno Shioji
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

RE: Better way of measuring custom application metrics

2015-01-03 Thread Shao, Saisai
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

Better way of measuring custom application metrics

2015-01-03 Thread Enno Shioji
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