This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 6749f5c3 Publish built docs triggered by 
6a600e1dd21c576c1138b8f670f16bc9490f2bad
6749f5c3 is described below

commit 6749f5c3413f0a2796dca6dadd474e2a6e2c4700
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 17 21:03:33 2025 +0000

    Publish built docs triggered by 6a600e1dd21c576c1138b8f670f16bc9490f2bad
---
 _sources/user-guide/scheduler.md.txt | 16 +++++++++-------
 searchindex.js                       |  2 +-
 user-guide/scheduler.html            | 10 +++++++++-
 3 files changed, 19 insertions(+), 9 deletions(-)

diff --git a/_sources/user-guide/scheduler.md.txt 
b/_sources/user-guide/scheduler.md.txt
index 80bc752e..be608ce6 100644
--- a/_sources/user-guide/scheduler.md.txt
+++ b/_sources/user-guide/scheduler.md.txt
@@ -25,10 +25,12 @@ The scheduler also provides a REST API that allows jobs to 
be monitored.
 
 > This is optional scheduler feature which should be enabled with `rest-api` 
 > feature
 
-| API                   | Method | Description                                 
                |
-| --------------------- | ------ | 
----------------------------------------------------------- |
-| /api/jobs             | GET    | Get a list of jobs that have been submitted 
to the cluster. |
-| /api/job/{job_id}     | GET    | Get a summary of a submitted job.           
                |
-| /api/job/{job_id}/dot | GET    | Produce a query plan in DOT (graphviz) 
format.              |
-| /api/job/{job_id}     | PATCH  | Cancel a currently running job              
                |
-| /api/metrics          | GET    | Return current scheduler metric set         
                |
+| API                                  | Method | Description                  
                                     |
+| ------------------------------------ | ------ | 
----------------------------------------------------------------- |
+| /api/jobs                            | GET    | Get a list of jobs that have 
been submitted to the cluster.       |
+| /api/job/{job_id}                    | GET    | Get a summary of a submitted 
job.                                 |
+| /api/job/{job_id}/dot                | GET    | Produce a query plan in DOT 
(graphviz) format.                    |
+| /api/job/:job_id/dot_svg             | GET    | Produce a query plan in SVG 
format. (`graphviz-support` required) |
+| /api/job/{job_id}                    | PATCH  | Cancel a currently running 
job                                    |
+| /api/job/:job_id/stage/:stage_id/dot | GET    | Produces stage plan in DOT 
(graphviz) format                      |
+| /api/metrics                         | GET    | Return current scheduler 
metric set                               |
diff --git a/searchindex.js b/searchindex.js
index 8e02dd93..dd37060a 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"<a name=\"complex\"/>Run a Complex Query": 
[[15, "run-a-complex-query"]], "<a name=\"docker\"/> Run Docker Container": 
[[15, "run-docker-container"]], "<a name=\"hello\"/>Run a \u201cHello, 
World!\u201d Query": [[15, "run-a-hello-world-query"]], "<a 
name=\"jdbc\"/>Download the FlightSQL JDBC Driver": [[15, 
"download-the-flightsql-jdbc-driver"]], "<a name=\"prereq\"/>Prerequisites": 
[[15, "prerequisites"]], "<a name=\"tool\"/>Use the Driver in your Favorite 
[...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"<a name=\"complex\"/>Run a Complex Query": 
[[15, "run-a-complex-query"]], "<a name=\"docker\"/> Run Docker Container": 
[[15, "run-docker-container"]], "<a name=\"hello\"/>Run a \u201cHello, 
World!\u201d Query": [[15, "run-a-hello-world-query"]], "<a 
name=\"jdbc\"/>Download the FlightSQL JDBC Driver": [[15, 
"download-the-flightsql-jdbc-driver"]], "<a name=\"prereq\"/>Prerequisites": 
[[15, "prerequisites"]], "<a name=\"tool\"/>Use the Driver in your Favorite 
[...]
\ No newline at end of file
diff --git a/user-guide/scheduler.html b/user-guide/scheduler.html
index 50e083d4..09f7d92c 100644
--- a/user-guide/scheduler.html
+++ b/user-guide/scheduler.html
@@ -339,10 +339,18 @@
 <td><p>GET</p></td>
 <td><p>Produce a query plan in DOT (graphviz) format.</p></td>
 </tr>
-<tr class="row-odd"><td><p>/api/job/{job_id}</p></td>
+<tr class="row-odd"><td><p>/api/job/:job_id/dot_svg</p></td>
+<td><p>GET</p></td>
+<td><p>Produce a query plan in SVG format. (<code class="docutils literal 
notranslate"><span class="pre">graphviz-support</span></code> required)</p></td>
+</tr>
+<tr class="row-even"><td><p>/api/job/{job_id}</p></td>
 <td><p>PATCH</p></td>
 <td><p>Cancel a currently running job</p></td>
 </tr>
+<tr class="row-odd"><td><p>/api/job/:job_id/stage/:stage_id/dot</p></td>
+<td><p>GET</p></td>
+<td><p>Produces stage plan in DOT (graphviz) format</p></td>
+</tr>
 <tr class="row-even"><td><p>/api/metrics</p></td>
 <td><p>GET</p></td>
 <td><p>Return current scheduler metric set</p></td>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to