Github user guoxiaolongzte commented on a diff in the pull request:

    https://github.com/apache/spark/pull/17534#discussion_r110303522
  
    --- Diff: docs/monitoring.md ---
    @@ -299,12 +299,12 @@ can be identified by their `[attempt-id]`. In the API 
listed below, when running
       <tr>
         <td><code>/applications/[app-id]/stages</code></td>
         <td>A list of all stages for a given application.</td>
    +    <br><code>?status=[active|complete|pending|failed]</code> list only 
stages in the state.
       </tr>
       <tr>
         <td><code>/applications/[app-id]/stages/[stage-id]</code></td>
         <td>
           A list of all attempts for the given stage.
    -      <br><code>?status=[active|complete|pending|failed]</code> list only 
stages in the state.
    --- End diff --
    
    It is filtering stages.
    I have manual test this API locally and confirm this doesn't have effect.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to