Re: Spark UI Source Code

2018-05-08 Thread Anshi Shrivastava
- > To unsubscribe e-mail: [hidden email] > <http:///user/SendEmail.jtp?type=node=32114=1> > > > > -- > If you reply to this email, your message will be added to the discussion >

Re: Spark UI Source Code

2018-05-07 Thread Marcelo Vanzin
On Mon, May 7, 2018 at 1:44 AM, Anshi Shrivastava wrote: > I've found a KVStore wrapper which stores all the metrics in a LevelDb > store. This KVStore wrapper is available as a spark-dependency but we cannot > access the metrics directly from spark since they are

Spark UI Source Code

2018-05-07 Thread Anshi Shrivastava
Hi All, I've been trying to debug the Spark UI source code to replicate the same Metric monitoring mechanism in my application. I've found a KVStore wrapper which stores all the metrics in a LevelDb store. This KVStore wrapper is available as a spark-dependency but we cannot access the metrics