aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authoruncleGen <hustyugm@gmail.com>2017-01-04 15:14:51 -0800
committerMarcelo Vanzin <vanzin@cloudera.com>2017-01-04 15:14:51 -0800
commit6873430cb5ec0096991a02d4e01266945e79ebb9 (patch)
tree67555c9551697b04bcd3e898a81846f68341d0cb /docs
parent00074b57786cfe4a0d67d617d04d3a1ea21c9ae5 (diff)
downloadspark-6873430cb5ec0096991a02d4e01266945e79ebb9.tar.gz
spark-6873430cb5ec0096991a02d4e01266945e79ebb9.tar.bz2
spark-6873430cb5ec0096991a02d4e01266945e79ebb9.zip
[SPARK-19009][DOC] Add streaming rest api doc
## What changes were proposed in this pull request? add streaming rest api doc related to pr #16253 cc saturday-shi srowen ## How was this patch tested? Author: uncleGen <hustyugm@gmail.com> Closes #16414 from uncleGen/SPARK-19009.
Diffstat (limited to 'docs')
-rw-r--r--docs/monitoring.md30
1 files changed, 29 insertions, 1 deletions
diff --git a/docs/monitoring.md b/docs/monitoring.md
index 7a1de52668..37e50a57f7 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -276,7 +276,7 @@ can be identified by their `[attempt-id]`. In the API listed below, when running
</tr>
<tr>
<td><code>/applications/[app-id]/stages/[stage-id]/[stage-attempt-id]</code></td>
- <td>Details for the given stage attempt</td>
+ <td>Details for the given stage attempt.</td>
</tr>
<tr>
<td><code>/applications/[app-id]/stages/[stage-id]/[stage-attempt-id]/taskSummary</code></td>
@@ -321,6 +321,34 @@ can be identified by their `[attempt-id]`. In the API listed below, when running
<td><code>/applications/[base-app-id]/[attempt-id]/logs</code></td>
<td>Download the event logs for a specific application attempt as a zip file.</td>
</tr>
+ <tr>
+ <td><code>/applications/[app-id]/streaming/statistics</code></td>
+ <td>Statistics for the streaming context.</td>
+ </tr>
+ <tr>
+ <td><code>/applications/[app-id]/streaming/receivers</code></td>
+ <td>A list of all streaming receivers.</td>
+ </tr>
+ <tr>
+ <td><code>/applications/[app-id]/streaming/receivers/[stream-id]</code></td>
+ <td>Details of the given receiver.</td>
+ </tr>
+ <tr>
+ <td><code>/applications/[app-id]/streaming/batches</code></td>
+ <td>A list of all retained batches.</td>
+ </tr>
+ <tr>
+ <td><code>/applications/[app-id]/streaming/batches/[batch-id]</code></td>
+ <td>Details of the given batch.</td>
+ </tr>
+ <tr>
+ <td><code>/applications/[app-id]/streaming/batches/[batch-id]/operations</code></td>
+ <td>A list of all output operations of the given batch.</td>
+ </tr>
+ <tr>
+ <td><code>/applications/[app-id]/streaming/batches/[batch-id]/operations/[outputOp-id]</code></td>
+ <td>Details of the given operation and given batch.</td>
+ </tr>
</table>
The number of jobs and stages which can retrieved is constrained by the same retention