You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/03/01 02:56:19 UTC

[GitHub] [spark] ron8hu commented on a change in pull request #31165: [SPARK-34092][SQL] Support Stage level restful api filter task details by task status

ron8hu commented on a change in pull request #31165:
URL: https://github.com/apache/spark/pull/31165#discussion_r584415915



##########
File path: docs/monitoring.md
##########
@@ -479,11 +479,17 @@ can be identified by their `[attempt-id]`. In the API listed below, when running
     <td><code>/applications/[app-id]/stages/[stage-id]</code></td>
     <td>
       A list of all attempts for the given stage.
+      <br><code>?details=true</code> list all attempts with stage detail data.

Review comment:
       <br><code>?details=true</code> lists all attempts with task data for the given stage.

##########
File path: docs/monitoring.md
##########
@@ -479,11 +479,17 @@ can be identified by their `[attempt-id]`. In the API listed below, when running
     <td><code>/applications/[app-id]/stages/[stage-id]</code></td>
     <td>
       A list of all attempts for the given stage.
+      <br><code>?details=true</code> list all attempts with stage detail data.
+      <br><code>?status=[active|complete|pending|failed]</code> list only stages in the state, only effect when <code>details=true</code>..
     </td>
   </tr>
   <tr>
     <td><code>/applications/[app-id]/stages/[stage-id]/[stage-attempt-id]</code></td>
-    <td>Details for the given stage attempt.</td>
+    <>
+      Details for the given stage attempt.
+      <br><code>?details=true</code> show stage with detail data.

Review comment:
       <br><code>?details=true</code> lists all task data for the given stage attempt.

##########
File path: docs/monitoring.md
##########
@@ -479,11 +479,17 @@ can be identified by their `[attempt-id]`. In the API listed below, when running
     <td><code>/applications/[app-id]/stages/[stage-id]</code></td>
     <td>
       A list of all attempts for the given stage.
+      <br><code>?details=true</code> list all attempts with stage detail data.
+      <br><code>?status=[active|complete|pending|failed]</code> list only stages in the state, only effect when <code>details=true</code>..

Review comment:
       <br><code>?taskStatus=[RUNNING|SUCCESS|FAILED|KILLED|PENDING]</code> lists only those tasks in the specified task status. Query parameter taskStatus takes effect only when <code>details=true</code>.

##########
File path: docs/monitoring.md
##########
@@ -479,11 +479,17 @@ can be identified by their `[attempt-id]`. In the API listed below, when running
     <td><code>/applications/[app-id]/stages/[stage-id]</code></td>
     <td>
       A list of all attempts for the given stage.
+      <br><code>?details=true</code> list all attempts with stage detail data.
+      <br><code>?status=[active|complete|pending|failed]</code> list only stages in the state, only effect when <code>details=true</code>..
     </td>
   </tr>
   <tr>
     <td><code>/applications/[app-id]/stages/[stage-id]/[stage-attempt-id]</code></td>
-    <td>Details for the given stage attempt.</td>
+    <>
+      Details for the given stage attempt.
+      <br><code>?details=true</code> show stage with detail data.
+      <br><code>?status=[active|complete|pending|failed]</code> list only stages in the state, only effect when <code>details=true</code>.

Review comment:
       <br><code>?taskStatus=[RUNNING|SUCCESS|FAILED|KILLED|PENDING]</code> lists only those tasks in the specified task status. Query parameter taskStatus takes effect only when <code>details=true</code>.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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