Hello Arunima I suppose you run Spark in containers so you can create a custom Docker image to start Apache Ignite.
You can also start the server nodes programmatically by Java code. Cheers Gianluca On Mon, 3 Jul 2023 at 16:03, Arunima Barik <[email protected]> wrote: > I have around 20 spark worker nodes running on different hosts > > I need to start an Ignite node on every such spark worker > > I know that we can ssh into that host and run ignite.sh script to start > the node > > Is there a simpler way to do so .. > Without having to ssh into 20 hosts manually?? > > Regards > Arunima >
