Skip to content

Commit ef6e5d5

Browse files
uncleGenYun Ni
authored andcommitted
[SPARK-16122][DOCS] application environment rest api
## What changes were proposed in this pull request? follow up pr of apache#16949. ## How was this patch tested? jenkins Author: uncleGen <[email protected]> Closes apache#17033 from uncleGen/doc-restapi-environment.
1 parent 0ff97a5 commit ef6e5d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/monitoring.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,10 @@ can be identified by their `[attempt-id]`. In the API listed below, when running
381381
<tr>
382382
<td><code>/applications/[app-id]/streaming/batches/[batch-id]/operations/[outputOp-id]</code></td>
383383
<td>Details of the given operation and given batch.</td>
384+
</tr>
385+
<tr>
386+
<td><code>/applications/[app-id]/environment</code></td>
387+
<td>Environment details of the given application.</td>
384388
</tr>
385389
</table>
386390

0 commit comments

Comments
 (0)