Re: Extending Spark REST API

2016-03-24 Thread Ted Yu
bq. getServletHandlers is not intended for public use >From MetricsSystem.scala : private[spark] class MetricsSystem private ( Looks like there is no easy way to extend REST API. On Thu, Mar 24, 2016 at 1:09 PM, Sebastian Kochman < sebastian.koch...@outlook.com> wrote: > Hello, > I have a ques

Extending Spark REST API

2016-03-24 Thread Sebastian Kochman
Hello, I have a question: is there a way to extend Spark REST API with higher-level, application-specific handlers? (exposing additional information, like app-specific metrics, but also taking some actions within an app) Yes, I could host my own REST endpoint within an app, but then I have to s