I integrated spark and ignite using thrift client will that do ? https://github.com/kali786516/ApacheIgnitePoc/blob/master/src/main/scala/com/ignite/examples/spark/SparkClientConnectionTest.scala#L73
On Monday, December 9, 2019, Denis Magda <[email protected]> wrote: > Hi, just ensure that "clientMode" is set in IgniteConfiguration that you > pass to Spark's IgniteContext object. Spark worker will spin up a client > node automatically for you and that one will reach out to the server > (assuming you properly configured Ignite discovery SPI in the same > IgniteConfiguration). > > - > Denis > > > On Sat, Dec 7, 2019 at 10:46 AM datta <[email protected]> wrote: > >> Hi, >> >> Then what I have currently implemented is hopefully not embedded mode >> is it? >> >> Also I wanted to know if should install client nodes on spark worker nodes >> if spark is going to start a client node itself ? >> >> >> >> -- >> Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >> > -- Thanks & Regards Sri Tummala
