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 2022/02/17 16:02:53 UTC

[GitHub] [spark] gengliangwang commented on a change in pull request #35548: [SPARK-38234] [SQL] [SS] Added structured streaming monitoring APIs.

gengliangwang commented on a change in pull request #35548:
URL: https://github.com/apache/spark/pull/35548#discussion_r809211878



##########
File path: sql/core/src/main/scala/org/apache/spark/status/api/v1/sql/SqlResource.scala
##########
@@ -64,6 +66,33 @@ private[v1] class SqlResource extends BaseAppResource {
     }
   }
 
+  @GET
+  @Path("streamingqueries")

Review comment:
       Shall we move the API under https://github.com/apache/spark/blob/master/streaming/src/main/scala/org/apache/spark/status/api/v1/streaming/ApiStreamingRootResource.scala?
   
   The API can be `/applications/[app-id]/streaming/queries`




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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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