Repository: spark Updated Branches: refs/heads/master eff7b4089 -> d02762457
[SPARK-16122][DOCS] application environment rest api ## What changes were proposed in this pull request? follow up pr of #16949. ## How was this patch tested? jenkins Author: uncleGen <[email protected]> Closes #17033 from uncleGen/doc-restapi-environment. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/d0276245 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/d0276245 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/d0276245 Branch: refs/heads/master Commit: d02762457477b6ab1323d7a97901f48a273ee644 Parents: eff7b40 Author: uncleGen <[email protected]> Authored: Thu Feb 23 17:06:14 2017 -0800 Committer: Marcelo Vanzin <[email protected]> Committed: Thu Feb 23 17:06:14 2017 -0800 ---------------------------------------------------------------------- docs/monitoring.md | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/d0276245/docs/monitoring.md ---------------------------------------------------------------------- diff --git a/docs/monitoring.md b/docs/monitoring.md index 7ba4824..8051952 100644 --- a/docs/monitoring.md +++ b/docs/monitoring.md @@ -381,6 +381,10 @@ can be identified by their `[attempt-id]`. In the API listed below, when running <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> + <tr> + <td><code>/applications/[app-id]/environment</code></td> + <td>Environment details of the given application.</td> </tr> </table> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
