[
https://issues.apache.org/jira/browse/IGNITE-23423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Pereslegin updated IGNITE-23423:
--------------------------------------
Summary: Provide system view for running compute jobs (was: Add a system
view to get a list of current compute jobs)
> Provide system view for running compute jobs
> --------------------------------------------
>
> Key: IGNITE-23423
> URL: https://issues.apache.org/jira/browse/IGNITE-23423
> Project: Ignite
> Issue Type: Improvement
> Components: sql
> Reporter: Pavel Pereslegin
> Priority: Major
> Labels: ignite-3
>
> Add a *node* system view *COMPUTE_JOBS* with a list of currently running
> compute jobs.
> {code:sql}
> ID VARCHAR
> COORDINATOR_NODE_ID VARCHAR
> STATUS VARCHAR
> CREATE_TIME TIMESTAMP WITH LOCAL TIME ZONE
> START_TIME TIMESTAMP WITH LOCAL TIME ZONE
> FINISH_TIME TIMESTAMP WITH LOCAL TIME ZONE
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)