Hi, For some reason you never have more than two server nodes in topology. So basically you Spark RDD is split between three Ignite RDD and you get incorrect results.
Make sure that all nodes can connect to each other and that nothing is blocked by firewalls. Note that by default Ignite uses multicast for discovery, so you may probably want to use other ways of cluster configuration (e.g., explicitly provide addresses). See [1] for more details. [1] https://apacheignite.readme.io/docs/cluster-config -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Embedded-mode-ignite-on-spark-tp6942p7159.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
