Spark REST API to list running and stopped queries

Viewed 13

I am exploring the spark rest API for structured streaming.

I have looked the all exposed rest API available in below link.

https://spark.apache.org/docs/latest/monitoring.html

however, I could not figure out how to get the list of "Active Streaming Queries" that is displayed in spark UI port 4040 in structured streaming tab.

enter image description here

0 Answers
Related