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

Sergey Chugunov updated IGNITE-16614:
-------------------------------------
    Description: 
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.

  was:
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}


> [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
>            Priority: Major
>
> 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