DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
IgniteClassPath properties:
Name - unique string identifier (app_v1, 01_07_2025, etc).Status - lifecycle status: CREATING, READY, REMOVING, etc.Set of libs and resources associated with IgniteClassPath.Version - version of ICP in the form of x.y.z (1.0.3, for example). ...
$ ./bin/flink run -C /path/to/dependency.jar -c com.example.MyJob my-flink-job.jar
There are two perspectives for ICP operations: a user perspective and a cluster perspective.
From a user perspective 4 main operations are allowed for ICP:
From a cluster perspective a deployment unit could be deployed on the cluster, but it could be not deployed on a particular node. So additional operation is required: create ICP on the target node (on demand).
All ICP must be placed in the ICP base directory which is a subdirectory under Ignite work directory:
<ignite_work_dir>/icp
For each ICP a directory should be created under the base directory. The name of this directory must be the same as ICP name and a nested directory for a particular version must be created.
Example:
|
We assume that p2p and deployment SPI will be removed from Ignite.
...