RE: Better way of measuring custom application metrics

2015-01-04 Thread Shao, Saisai
/monitoring.html or source code. Thanks Jerry From: Enno Shioji [mailto:eshi...@gmail.commailto:eshi...@gmail.com] Sent: Sunday, January 4, 2015 7:47 AM To: user@spark.apache.orgmailto:user@spark.apache.org Subject: Better way of measuring custom application metrics I have a hack to gather custom

Re: Better way of measuring custom application metrics

2015-01-04 Thread Enno Shioji
:* 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 Serializable { @transient lazy val mr

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

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