Hi, > In the embedded mode, can the "state" be shared across multiple Spark > applications, if the Ignite server within the Spark application not die?
In embedded mode applications can share the state but only during lifespan. >If the "state" can only be shared in standalone mode, what is the value of embedded mode? In standalone mode you can use IgniteRDD and read data from Ignite. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/embedded-mode-vs-standalone-mode-tp12317p12319.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
