You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/11/22 05:03:58 UTC

[jira] [Assigned] (SPARK-18537) Add a REST api to spark streaming

     [ https://issues.apache.org/jira/browse/SPARK-18537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Apache Spark reassigned SPARK-18537:
------------------------------------

    Assignee: Apache Spark

> Add a REST api to spark streaming
> ---------------------------------
>
>                 Key: SPARK-18537
>                 URL: https://issues.apache.org/jira/browse/SPARK-18537
>             Project: Spark
>          Issue Type: New Feature
>          Components: Web UI
>            Reporter: Peter Chan
>            Assignee: Apache Spark
>
> trying to monitoring our streaming application using Spark REST interface
> and found out that there is no api for streaming.
> it let us no choice but to implement one for ourself.
> this api should cover exceptly the same amount of information as you can get from the web interface
> the implementation is base on the current REST pmplementation of spark-core
> and will be available for running applications only
> here is how you can use it:
> endpoint root: /streaming/api/v1
> || Endpoint || Meaning ||
> |/statistics|Statistics information of stream|
> |/receivers|A list of all receiver streams|
> |/receivers/\[stream-id\]|Details of the given receiver stream|
> |/batches|A list of all retained batches|
> |/batches/\[batch-id\]|Details of the given batch|
> |/batches/\[batch-id\]/operations|A list of all output operations of the given batch|
> |/batches/\[batch-id\]/operations/\[operation-id\]|Details of the given operation, given batch|



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org