Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Mesos Task will be responsible for running container with required configuration.

How run Ignite Framework

...

Running Ignite Framework

For running Ignite Framework requires started Apache Mesos Cluster. Instruction how setting up a cluster: https://docs.mesosphere.com/getting-started/datacenter/install/.

Run the Framework via Marathon

Currently the recommended way to run the Ignite Framework is via Marathon. 

 

 

Run JAR file

  1. Build ignite-mesos module.

...

  1. Run IgniteFramework use the followin command.
java -jar ignite-mesos-1.0.0-snapshot-jar-with-dependencies.jar 

Make sure that Ignite cluster is running for this:

    3. Open Mesos console at http://<master-ip>:5050. If all work correctly tasks with "Ignite node N" should have state "RUNNING" or "STAGING".

    4. Go to sandbox.

    5. Look at stdout and stderr logs.

...