Hello Andrey!

You basically need to run:

IGNITE_YARN_JAR=/mnt/ignite/apache-ignite-2.3.0-src/modules/yarn/target/ignite-yarn-2.3.0.jar
 
yarn jar ${IGNITE_YARN_JAR} ${IGNITE_YARN_JAR}
/mnt/ignite/ignite_yarn.properties

As you can see there's two local paths - for JAR and for properties. If you
ensure they are delivered to nodes at predictable locations, you can run it
with a bash-script. Unfortunarely it doesn't look like any of these is taken
from e.g. HDFS.

With regards to embedded mode - I think you only need IgniteContext, it's
deprecated all over but seems to be actively used by Ignite RRD.

I can see it will start spark.executor.instances # of Ignite instances. 

Regards,



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to