[
https://issues.apache.org/jira/browse/IGNITE-12637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17085251#comment-17085251
]
Andrey Aleksandrov edited comment on IGNITE-12637 at 4/16/20, 8:45 PM:
-----------------------------------------------------------------------
[~nizhikov] 2.7.6 contains Spark 2.3.0 inside. So I tested the same version.
Environment was several AWS instances.
was (Author: aealeksandrov):
2.7.6 contains Spark 2.3.0 inside. So I tested the same version. Environment
was several AWS instances.
> IgniteSparkSession doesn't start the clients on really distributed cluster
> --------------------------------------------------------------------------
>
> Key: IGNITE-12637
> URL: https://issues.apache.org/jira/browse/IGNITE-12637
> Project: Ignite
> Issue Type: Bug
> Components: spark
> Affects Versions: 2.7.6
> Reporter: Andrey Aleksandrov
> Assignee: Yaroslav Molochkov
> Priority: Critical
> Fix For: 2.9, 2.8.1
>
>
> 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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)