How to move Ignite cached data from one cluster to other cluster ?
You need to copy your persistence files. By default, they're stored in the working directory - ${IGNITE_HOME}/work
. Copy that directory from the nodes of the first cluster to the nodes of the second.
Note that you need to have the same number of nodes and the same configuration for this to work.