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