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/05/12 15:57:00 UTC

[jira] [Resolved] (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:all-tabpanel ]

Nikolay Izhikov resolved IGNITE-12637.
--------------------------------------
    Resolution: Cannot Reproduce

Hello, [~aealeksandrov]

I created the test to check Ignite - Spark integration and it's work like a charm.

You can find source with the link
https://github.com/nizhikov/ignite/pull/15/files#diff-c3b575d6c72703d42dc504ee7b3d0831R35
 
I closing this issue with "can't reproduce" for now.
If you have any additional details don't hesitate to reopen the ticket.

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