[
https://issues.apache.org/jira/browse/IGNITE-26413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18021078#comment-18021078
]
Pavel Tupitsyn commented on IGNITE-26413:
-----------------------------------------
https://github.com/apache/ignite-3/commit/22da0aa7c7ebe13e9ff95ac35af3b9ccbfb23163
> Add deployment unit info to JobExecutionContext
> -----------------------------------------------
>
> Key: IGNITE-26413
> URL: https://issues.apache.org/jira/browse/IGNITE-26413
> Project: Ignite
> Issue Type: Improvement
> Components: compute ai3
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Major
> Labels: ignite-3
> Fix For: 3.1
>
> Time Spent: 2h 50m
> Remaining Estimate: 0h
>
> *JobExecutionContext* is missing deployment unit information. For example,
> the job might need to load some files from the deployment units (e.g. an ML
> model, a resource file, a native binary).
> Proposed API changes:
> * Add org.apache.ignite.deployment.*DeploymentUnitInfo* with String name,
> String version, String path read-only properties
> * Add *Collection<DeploymentUnitInfo> deploymentUnits* property to
> *JobExecutionContext*
--
This message was sent by Atlassian Jira
(v8.20.10#820010)