[
https://issues.apache.org/jira/browse/IGNITE-16614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrey N. Gura updated IGNITE-16614:
------------------------------------
Labels: iep-100 ignite-3 (was: ignite-3)
> [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
> Assignee: Roman Puchkovskiy
> Priority: Major
> Labels: iep-100, 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.10#820010)