You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Nikolay Izhikov (Jira)" <ji...@apache.org> on 2020/04/16 15:50:00 UTC

[jira] [Commented] (IGNITE-12637) IgniteSparkSession doesn't start the clients on really distributed cluster

    [ https://issues.apache.org/jira/browse/IGNITE-12637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17085023#comment-17085023 ] 

Nikolay Izhikov commented on IGNITE-12637:
------------------------------------------

Hello. [~aealeksandrov]

What version of the Spark did you use?

> 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)