[ 
https://issues.apache.org/jira/browse/IGNITE-16614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Chugunov updated IGNITE-16614:
-------------------------------------
    Fix Version/s: 3.0.0-alpha5

> [Compute Grid] Provide access to Ignite instance via JobExecutionContext
> ------------------------------------------------------------------------
>
>                 Key: IGNITE-16614
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16614
>             Project: Ignite
>          Issue Type: Task
>          Components: compute
>            Reporter: Sergey Chugunov
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-alpha5
>
>
> Compute job sent to cluster may need access to the local node where it was 
> deployed and started.
> It is provided through out JobExecutionContext interface:
> {code}
> interface JobExecutionContext {
>   Ignite ignite();
> }
> {code}
> It should be placed in ignite-api module to enable accessing it from user 
> code.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to