[
https://issues.apache.org/jira/browse/IGNITE-13301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17168455#comment-17168455
]
Denis Garus commented on IGNITE-13301:
--------------------------------------
[~alex_pl] thank you!
> IgniteScheduler has to run inside the Ignite Sandbox with appropriate
> security context.
> ---------------------------------------------------------------------------------------
>
> Key: IGNITE-13301
> URL: https://issues.apache.org/jira/browse/IGNITE-13301
> Project: Ignite
> Issue Type: Task
> Components: security
> Reporter: Denis Garus
> Assignee: Denis Garus
> Priority: Major
> Labels: iep-38
> Fix For: 2.10
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> IgniteScheduler has to run inside the Ignite Sandbox on a remote node.
> For example:
> {code:java}
> Ignition.localIgnite().compute().run(() -> {
> IgniteScheduler scheduler = Ignition.localIgnite().scheduler();
> scheduler.runLocal(AbstractSandboxTest::controlAction).get();
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)