Details
Description
Next code:
IgniteSparkSession igniteSession = IgniteSparkSession.builder()
.appName("Spark Ignite example")
.igniteConfig(configPath)
.getOrCreate();
Throws:
class org.apache.ignite.IgniteIllegalStateException: Ignite instance with provided name doesn't exist. Did you call Ignition.start(..) to start an Ignite instance? [name=grid]
Client config was located in all Spark nodes at the same place.
When I ran these tests on the same host with several local executors then it worked. But if executors were located on different hosts then it didn't.
DataFrame API works fine with the same config.
Attachments
Issue Links
- is related to
-
IGNITE-13209 JavaIgniteCatalogExample doesn't work with a standalone Spark cluster
- Open