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 2020/06/28 23:22:20 UTC

[GitHub] [spark] warrenzhu25 opened a new pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

warrenzhu25 opened a new pull request #28942:
URL: https://github.com/apache/spark/pull/28942


   ### What changes were proposed in this pull request?
   Support fetching taskList by status as below:
   ```
   /applications/[app-id]/stages/[stage-id]/[stage-attempt-id]/taskList?status=failed
   ```
   
   ### Why are the changes needed?
   
   When there're large number of tasks in one stage, current api is hard to get taskList by status
   
   ### Does this PR introduce _any_ user-facing change?
   Yes. Updated monitoring doc.
   
   
   ### How was this patch tested?
   Manually tested, it seems no existing test for taskList api.
   


----------------------------------------------------------------
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


[GitHub] [spark] SparkQA removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652716391


   **[Test build #124833 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124833/testReport)** for PR 28942 at commit [`e8e5d6a`](https://github.com/apache/spark/commit/e8e5d6a0aad80e0e43e1c31709cbe888e8fe1450).


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-657626558






----------------------------------------------------------------
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


[GitHub] [spark] sarutak commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
sarutak commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-651485158


   cc: @squito 


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652717482






----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652835706


   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/124879/
   Test FAILed.


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-654399451


   Merged build finished. Test FAILed.


----------------------------------------------------------------
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


[GitHub] [spark] gengliangwang commented on a change in pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
gengliangwang commented on a change in pull request #28942:
URL: https://github.com/apache/spark/pull/28942#discussion_r448683512



##########
File path: core/src/main/scala/org/apache/spark/status/api/v1/StagesResource.scala
##########
@@ -96,8 +96,9 @@ private[v1] class StagesResource extends BaseAppResource {
       @PathParam("stageAttemptId") stageAttemptId: Int,
       @DefaultValue("0") @QueryParam("offset") offset: Int,
       @DefaultValue("20") @QueryParam("length") length: Int,
-      @DefaultValue("ID") @QueryParam("sortBy") sortBy: TaskSorting): Seq[TaskData] = {
-    withUI(_.store.taskList(stageId, stageAttemptId, offset, length, sortBy))
+      @DefaultValue("ID") @QueryParam("sortBy") sortBy: TaskSorting,
+      @QueryParam("status") statuses: JList[TaskStatus]): Seq[TaskData] = {

Review comment:
       Oh, sorry I was not aware of this. Please change it back to `JList` to make it consistent.




----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-650836727


   Can one of the admins verify this patch?


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652717482






----------------------------------------------------------------
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


[GitHub] [spark] SparkQA removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652535505


   **[Test build #124801 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124801/testReport)** for PR 28942 at commit [`2f55b82`](https://github.com/apache/spark/commit/2f55b82bd4f86fba44a945fd94a757b37f9c1b56).


----------------------------------------------------------------
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


[GitHub] [spark] SparkQA commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652841857


   **[Test build #124881 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124881/testReport)** for PR 28942 at commit [`e8e5d6a`](https://github.com/apache/spark/commit/e8e5d6a0aad80e0e43e1c31709cbe888e8fe1450).


----------------------------------------------------------------
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


[GitHub] [spark] sarutak commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
sarutak commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-650921592


   Hi @warrenzhu25 , thank you for your contribution.
   This PR seems to add a new feature so could you add a testcase for it?
   You can find tests for the status API in `UISeleniumSuite` and `HistoryServerSuite`.


----------------------------------------------------------------
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


[GitHub] [spark] SparkQA commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652535505


   **[Test build #124801 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124801/testReport)** for PR 28942 at commit [`2f55b82`](https://github.com/apache/spark/commit/2f55b82bd4f86fba44a945fd94a757b37f9c1b56).


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652835697


   Merged build finished. Test FAILed.


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-654399463


   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/125114/
   Test FAILed.


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-654399451






----------------------------------------------------------------
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


[GitHub] [spark] SparkQA commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-654508813


   **[Test build #125117 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/125117/testReport)** for PR 28942 at commit [`e8e5d6a`](https://github.com/apache/spark/commit/e8e5d6a0aad80e0e43e1c31709cbe888e8fe1450).
    * This patch **fails Spark unit tests**.
    * This patch merges cleanly.
    * This patch adds no public classes.


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652835246






----------------------------------------------------------------
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


[GitHub] [spark] SparkQA commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652830864


   **[Test build #124876 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124876/testReport)** for PR 28942 at commit [`e8e5d6a`](https://github.com/apache/spark/commit/e8e5d6a0aad80e0e43e1c31709cbe888e8fe1450).


----------------------------------------------------------------
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


[GitHub] [spark] sarutak edited a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
sarutak edited a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652812861


   Jenkins will restart around 0:00 PDT so we'll need to let Jenkins run again.


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-654383336






----------------------------------------------------------------
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


[GitHub] [spark] sarutak commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
sarutak commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652841192


   retest this please.


----------------------------------------------------------------
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


[GitHub] [spark] SparkQA commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652716391


   **[Test build #124833 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124833/testReport)** for PR 28942 at commit [`e8e5d6a`](https://github.com/apache/spark/commit/e8e5d6a0aad80e0e43e1c31709cbe888e8fe1450).


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652766864


   Merged build finished. Test FAILed.


----------------------------------------------------------------
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


[GitHub] [spark] SparkQA commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652869067


   **[Test build #124885 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124885/testReport)** for PR 28942 at commit [`e8e5d6a`](https://github.com/apache/spark/commit/e8e5d6a0aad80e0e43e1c31709cbe888e8fe1450).


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652825250


   Merged build finished. Test FAILed.


----------------------------------------------------------------
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


[GitHub] [spark] SparkQA commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-654409393


   **[Test build #125117 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/125117/testReport)** for PR 28942 at commit [`e8e5d6a`](https://github.com/apache/spark/commit/e8e5d6a0aad80e0e43e1c31709cbe888e8fe1450).


----------------------------------------------------------------
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


[GitHub] [spark] sarutak commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
sarutak commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652812861


   Jenkins will restart 0:00 PDT so we'll need to let Jenkins run again.


----------------------------------------------------------------
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


[GitHub] [spark] sarutak commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
sarutak commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652833758


   retest this please.


----------------------------------------------------------------
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


[GitHub] [spark] SparkQA removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652830864


   **[Test build #124876 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124876/testReport)** for PR 28942 at commit [`e8e5d6a`](https://github.com/apache/spark/commit/e8e5d6a0aad80e0e43e1c31709cbe888e8fe1450).


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652186156






----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-654509500






----------------------------------------------------------------
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


[GitHub] [spark] SparkQA commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-654386034


   **[Test build #125114 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/125114/testReport)** for PR 28942 at commit [`e8e5d6a`](https://github.com/apache/spark/commit/e8e5d6a0aad80e0e43e1c31709cbe888e8fe1450).


----------------------------------------------------------------
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


[GitHub] [spark] gengliangwang commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
gengliangwang commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652798900


   retest this please.


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652870442






----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-650836590


   Can one of the admins verify this patch?


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-657711496






----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652130621






----------------------------------------------------------------
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


[GitHub] [spark] SparkQA commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-654399349


   **[Test build #125114 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/125114/testReport)** for PR 28942 at commit [`e8e5d6a`](https://github.com/apache/spark/commit/e8e5d6a0aad80e0e43e1c31709cbe888e8fe1450).
    * This patch **fails to generate documentation**.
    * This patch merges cleanly.
    * This patch adds no public classes.


----------------------------------------------------------------
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


[GitHub] [spark] sarutak commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
sarutak commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652867056


   retest this please.


----------------------------------------------------------------
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


[GitHub] [spark] gengliangwang commented on a change in pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
gengliangwang commented on a change in pull request #28942:
URL: https://github.com/apache/spark/pull/28942#discussion_r448354522



##########
File path: core/src/main/scala/org/apache/spark/status/api/v1/StagesResource.scala
##########
@@ -96,8 +96,9 @@ private[v1] class StagesResource extends BaseAppResource {
       @PathParam("stageAttemptId") stageAttemptId: Int,
       @DefaultValue("0") @QueryParam("offset") offset: Int,
       @DefaultValue("20") @QueryParam("length") length: Int,
-      @DefaultValue("ID") @QueryParam("sortBy") sortBy: TaskSorting): Seq[TaskData] = {
-    withUI(_.store.taskList(stageId, stageAttemptId, offset, length, sortBy))
+      @DefaultValue("ID") @QueryParam("sortBy") sortBy: TaskSorting,
+      @QueryParam("status") statuses: JList[TaskStatus]): Seq[TaskData] = {

Review comment:
       Why do we need to make it as array here? How about just `TaskStatus`?




----------------------------------------------------------------
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


[GitHub] [spark] sarutak commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
sarutak commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-654407439


   retest this please.


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-654409812






----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652831409






----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652832041


   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/124876/
   Test FAILed.


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-650836590


   Can one of the admins verify this patch?


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-657626558






----------------------------------------------------------------
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


[GitHub] [spark] warrenzhu25 commented on a change in pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
warrenzhu25 commented on a change in pull request #28942:
URL: https://github.com/apache/spark/pull/28942#discussion_r448485813



##########
File path: core/src/main/scala/org/apache/spark/status/api/v1/StagesResource.scala
##########
@@ -96,8 +96,9 @@ private[v1] class StagesResource extends BaseAppResource {
       @PathParam("stageAttemptId") stageAttemptId: Int,
       @DefaultValue("0") @QueryParam("offset") offset: Int,
       @DefaultValue("20") @QueryParam("length") length: Int,
-      @DefaultValue("ID") @QueryParam("sortBy") sortBy: TaskSorting): Seq[TaskData] = {
-    withUI(_.store.taskList(stageId, stageAttemptId, offset, length, sortBy))
+      @DefaultValue("ID") @QueryParam("sortBy") sortBy: TaskSorting,
+      @QueryParam("status") statuses: JList[TaskStatus]): Seq[TaskData] = {

Review comment:
       Ok, I'm also considering using `TaskStatus`. The reason I use JList is to make it consistent with stageList as below:
   
   ```
     @GET
     def stageList(@QueryParam("status") statuses: JList[StageStatus]): Seq[StageData] = {
       withUI(_.store.stageList(statuses))
     }
   ```




----------------------------------------------------------------
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


[GitHub] [spark] sarutak commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
sarutak commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652129318


   retest this please.


----------------------------------------------------------------
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


[GitHub] [spark] sarutak commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
sarutak commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-657625004


   retest this please.


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652869635






----------------------------------------------------------------
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


[GitHub] [spark] sarutak commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
sarutak commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652827986


   retest this please.


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652842530






----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652842988


   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/124881/
   Test FAILed.


----------------------------------------------------------------
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


[GitHub] [spark] sarutak edited a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
sarutak edited a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652859618


   I've reported the .m2 corruption issue (https://issues.apache.org/jira/browse/SPARK-32153#).
   So let's try again.


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652800004






----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652800004






----------------------------------------------------------------
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


[GitHub] [spark] SparkQA commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652766529


   **[Test build #124833 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124833/testReport)** for PR 28942 at commit [`e8e5d6a`](https://github.com/apache/spark/commit/e8e5d6a0aad80e0e43e1c31709cbe888e8fe1450).
    * This patch **fails Spark unit tests**.
    * This patch merges cleanly.
    * This patch adds no public classes.


----------------------------------------------------------------
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


[GitHub] [spark] SparkQA removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652869067


   **[Test build #124885 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124885/testReport)** for PR 28942 at commit [`e8e5d6a`](https://github.com/apache/spark/commit/e8e5d6a0aad80e0e43e1c31709cbe888e8fe1450).


----------------------------------------------------------------
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


[GitHub] [spark] SparkQA commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652799665


   **[Test build #124868 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124868/testReport)** for PR 28942 at commit [`e8e5d6a`](https://github.com/apache/spark/commit/e8e5d6a0aad80e0e43e1c31709cbe888e8fe1450).


----------------------------------------------------------------
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


[GitHub] [spark] warrenzhu25 commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
warrenzhu25 commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-656727676


   retest this please.


----------------------------------------------------------------
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


[GitHub] [spark] sarutak commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
sarutak commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-651485037


   ok to test.


----------------------------------------------------------------
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


[GitHub] [spark] SparkQA commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652842960


   **[Test build #124881 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124881/testReport)** for PR 28942 at commit [`e8e5d6a`](https://github.com/apache/spark/commit/e8e5d6a0aad80e0e43e1c31709cbe888e8fe1450).
    * This patch **fails build dependency tests**.
    * This patch merges cleanly.
    * This patch adds no public classes.


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-654409812






----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-654509501


   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/125117/
   Test FAILed.


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652536104






----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652079414


   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/124655/
   Test FAILed.


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652079406


   Merged build finished. Test FAILed.


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652835246






----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-650836727


   Can one of the admins verify this patch?


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652835697






----------------------------------------------------------------
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


[GitHub] [spark] SparkQA commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-657625932


   **[Test build #125777 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/125777/testReport)** for PR 28942 at commit [`e8e5d6a`](https://github.com/apache/spark/commit/e8e5d6a0aad80e0e43e1c31709cbe888e8fe1450).


----------------------------------------------------------------
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


[GitHub] [spark] SparkQA removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-657625932


   **[Test build #125777 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/125777/testReport)** for PR 28942 at commit [`e8e5d6a`](https://github.com/apache/spark/commit/e8e5d6a0aad80e0e43e1c31709cbe888e8fe1450).


----------------------------------------------------------------
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


[GitHub] [spark] SparkQA removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-654386034


   **[Test build #125114 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/125114/testReport)** for PR 28942 at commit [`e8e5d6a`](https://github.com/apache/spark/commit/e8e5d6a0aad80e0e43e1c31709cbe888e8fe1450).


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652186156


   Merged build finished. Test FAILed.


----------------------------------------------------------------
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


[GitHub] [spark] sarutak commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
sarutak commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-654382561


   retest this please.


----------------------------------------------------------------
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


[GitHub] [spark] sarutak commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
sarutak commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652846278


   All the dependency failure happens on [jenkins-worker4](https://amplab.cs.berkeley.edu/jenkins/computer/amp-jenkins-worker-04).
   It seems worker4 has .m2 corruption issue.


----------------------------------------------------------------
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


[GitHub] [spark] SparkQA removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-651899644


   **[Test build #124655 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124655/testReport)** for PR 28942 at commit [`c10e38f`](https://github.com/apache/spark/commit/c10e38f8669ab9d61b3956052d5a01ce672204c7).


----------------------------------------------------------------
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


[GitHub] [spark] SparkQA commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652825069


   **[Test build #124868 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124868/testReport)** for PR 28942 at commit [`e8e5d6a`](https://github.com/apache/spark/commit/e8e5d6a0aad80e0e43e1c31709cbe888e8fe1450).
    * This patch **fails due to an unknown error code, -9**.
    * This patch merges cleanly.
    * This patch adds no public classes.


----------------------------------------------------------------
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


[GitHub] [spark] SparkQA commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652835679


   **[Test build #124879 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124879/testReport)** for PR 28942 at commit [`e8e5d6a`](https://github.com/apache/spark/commit/e8e5d6a0aad80e0e43e1c31709cbe888e8fe1450).
    * This patch **fails build dependency tests**.
    * This patch merges cleanly.
    * This patch adds no public classes.


----------------------------------------------------------------
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


[GitHub] [spark] SparkQA commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652832012


   **[Test build #124876 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124876/testReport)** for PR 28942 at commit [`e8e5d6a`](https://github.com/apache/spark/commit/e8e5d6a0aad80e0e43e1c31709cbe888e8fe1450).
    * This patch **fails build dependency tests**.
    * This patch merges cleanly.
    * This patch adds no public classes.


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652842981






----------------------------------------------------------------
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


[GitHub] [spark] SparkQA commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652130288


   **[Test build #124714 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124714/testReport)** for PR 28942 at commit [`c10e38f`](https://github.com/apache/spark/commit/c10e38f8669ab9d61b3956052d5a01ce672204c7).


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652536104






----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652870442


   Merged build finished. Test FAILed.


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652832032






----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-654383336






----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652825256


   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/124868/
   Test FAILed.


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652645299






----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652645299






----------------------------------------------------------------
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


[GitHub] [spark] warrenzhu25 commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
warrenzhu25 commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-651399906


   > Hi @warrenzhu25 , thank you for your contribution.
   > This PR seems to add a new feature so could you add a testcase for it?
   > You can find tests for the status API in `UISeleniumSuite` and `HistoryServerSuite`.
   
   Added UT, but it seems doc build failed. It seems unrelated with my change.


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652766867


   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/124833/
   Test FAILed.


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652842530






----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-657711496






----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-654509500


   Merged build finished. Test FAILed.


----------------------------------------------------------------
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


[GitHub] [spark] SparkQA removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652841857


   **[Test build #124881 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124881/testReport)** for PR 28942 at commit [`e8e5d6a`](https://github.com/apache/spark/commit/e8e5d6a0aad80e0e43e1c31709cbe888e8fe1450).


----------------------------------------------------------------
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


[GitHub] [spark] gengliangwang closed pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
gengliangwang closed pull request #28942:
URL: https://github.com/apache/spark/pull/28942


   


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652825250






----------------------------------------------------------------
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


[GitHub] [spark] sarutak commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
sarutak commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652859618


   I've reported the .m2 corruption issue (https://issues.apache.org/jira/browse/SPARK-32153#).
   So let's try again.
   retest this please.


----------------------------------------------------------------
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


[GitHub] [spark] SparkQA removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652799665


   **[Test build #124868 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124868/testReport)** for PR 28942 at commit [`e8e5d6a`](https://github.com/apache/spark/commit/e8e5d6a0aad80e0e43e1c31709cbe888e8fe1450).


----------------------------------------------------------------
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


[GitHub] [spark] SparkQA removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-654409393


   **[Test build #125117 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/125117/testReport)** for PR 28942 at commit [`e8e5d6a`](https://github.com/apache/spark/commit/e8e5d6a0aad80e0e43e1c31709cbe888e8fe1450).


----------------------------------------------------------------
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


[GitHub] [spark] SparkQA removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652834397


   **[Test build #124879 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124879/testReport)** for PR 28942 at commit [`e8e5d6a`](https://github.com/apache/spark/commit/e8e5d6a0aad80e0e43e1c31709cbe888e8fe1450).


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652130621






----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652842981


   Merged build finished. Test FAILed.


----------------------------------------------------------------
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


[GitHub] [spark] warrenzhu25 commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
warrenzhu25 commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-658543670


   @gengliangwang Tests passed, could you help merge this?


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652870447


   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/124885/
   Test FAILed.


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652869635






----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652831409






----------------------------------------------------------------
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


[GitHub] [spark] SparkQA commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652834397


   **[Test build #124879 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124879/testReport)** for PR 28942 at commit [`e8e5d6a`](https://github.com/apache/spark/commit/e8e5d6a0aad80e0e43e1c31709cbe888e8fe1450).


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652186162


   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/124714/
   Test FAILed.


----------------------------------------------------------------
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


[GitHub] [spark] gengliangwang commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
gengliangwang commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-659136139


   Thanks, merging to master


----------------------------------------------------------------
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


[GitHub] [spark] SparkQA commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652870423


   **[Test build #124885 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124885/testReport)** for PR 28942 at commit [`e8e5d6a`](https://github.com/apache/spark/commit/e8e5d6a0aad80e0e43e1c31709cbe888e8fe1450).
    * This patch **fails build dependency tests**.
    * This patch merges cleanly.
    * This patch adds no public classes.


----------------------------------------------------------------
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


[GitHub] [spark] SparkQA commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652643710


   **[Test build #124801 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124801/testReport)** for PR 28942 at commit [`2f55b82`](https://github.com/apache/spark/commit/2f55b82bd4f86fba44a945fd94a757b37f9c1b56).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.


----------------------------------------------------------------
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


[GitHub] [spark] SparkQA commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-657710836


   **[Test build #125777 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/125777/testReport)** for PR 28942 at commit [`e8e5d6a`](https://github.com/apache/spark/commit/e8e5d6a0aad80e0e43e1c31709cbe888e8fe1450).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652079406






----------------------------------------------------------------
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


[GitHub] [spark] SparkQA commented on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652078583


   **[Test build #124655 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124655/testReport)** for PR 28942 at commit [`c10e38f`](https://github.com/apache/spark/commit/c10e38f8669ab9d61b3956052d5a01ce672204c7).
    * This patch **fails Spark unit tests**.
    * This patch merges cleanly.
    * This patch adds no public classes.


----------------------------------------------------------------
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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652832032


   Merged build finished. Test FAILed.


----------------------------------------------------------------
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


[GitHub] [spark] SparkQA removed a comment on pull request #28942: [SPARK-32125][UI] Support get taskList by status in Web UI and SHS Rest API

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #28942:
URL: https://github.com/apache/spark/pull/28942#issuecomment-652130288


   **[Test build #124714 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124714/testReport)** for PR 28942 at commit [`c10e38f`](https://github.com/apache/spark/commit/c10e38f8669ab9d61b3956052d5a01ce672204c7).


----------------------------------------------------------------
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