Sergey Chugunov created IGNITE-16614:
----------------------------------------
Summary: [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
Reporter: Sergey Chugunov
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}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)