-
- Downloads
[SPARK-20464][SS] Add a job group and description for streaming queries and...
[SPARK-20464][SS] Add a job group and description for streaming queries and fix cancellation of running jobs using the job group ## What changes were proposed in this pull request? Job group: adding a job group is required to properly cancel running jobs related to a query. Description: the new description makes it easier to group the batches of a query by sorting by name in the Spark Jobs UI. ## How was this patch tested? - Unit tests - UI screenshot - Order by job id:  - Order by description:  - Order by job id (no query name):  - Order by description (no query name):  Author: Kunal Khamar <kkhamar@outlook.com> Closes #17765 from kunalkhamar/sc-6696.
Showing
- core/src/main/scala/org/apache/spark/ui/UIUtils.scala 1 addition, 1 deletioncore/src/main/scala/org/apache/spark/ui/UIUtils.scala
- sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala 12 additions, 0 deletions...pache/spark/sql/execution/streaming/StreamExecution.scala
- sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamSuite.scala 66 additions, 0 deletions...st/scala/org/apache/spark/sql/streaming/StreamSuite.scala
Please register or sign in to comment