Re: REST api for monitoring Spark Streaming

2016-12-01 Thread Chan Chor Pang
/pull/16000 On 11/8/16 1:46 PM, Chan Chor Pang wrote: Thank you this should take me at least a few days, and will let you know as soon as the PR ready. On 11/8/16 11:44 AM, Tathagata Das wrote: This may be a good addition. I suggest you read our guidelines on contributing code to Spark

Re: REST api for monitoring Spark Streaming

2016-11-07 Thread Chan Chor Pang
/Contributing+to+Spark#ContributingtoSpark-PreparingtoContributeCodeChanges Its long document but it should have everything for you to figure out how to contribute your changes. I hope to see your changes in a Github PR soon! TD On Mon, Nov 7, 2016 at 5:30 PM, Chan Chor Pang <chin...@indetail.co

Re: REST api for monitoring Spark Streaming

2016-11-07 Thread Chan Chor Pang
(new BatchPage(this)) + + //register streaming api + parent.attachHandler(StreamingApiRootResource.getServletHandler(parent,listener)); def attach() { getSparkUI(ssc).attachTab(this) On 9/14/16 10:13 AM, Chan Chor Pang wrote: Hi everyone, Trying to monitoring our streaming applicatio

REST api for monitoring Spark Streaming

2016-09-13 Thread Chan Chor Pang
Hi everyone, Trying to monitoring our streaming application using Spark REST interface only to found that there is no such thing for Streaming. I wonder if anyone already working on this or I should just start implementing my own one? -- BR Peter Chan