Versions Compared

Key

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

...

1. Build ignite-mesos module in ignite-857 branch.
2. Run IgniteFramework.

java -jar ignite-mesos-1.0.0-snapshot-jar-with-dependencies.jar [<mesos master>:<mesos port>] [-cfg (path to config)]

Properties

The following properties can be used to configure how the framework will operate.

  • IGNITE_RESOURCE_CPU_CORES - The number of CPU Cores for Apache Ignite cluster.
  • IGNITE_RESOURCE_MEM_MB - The number of Megabytes of RAM for Apache Ignite cluster.
  • IGNITE_RESOURCE_DISK_MB - The number of Megabytes of Disk for Apache Ignite cluster.
  • IGNITE_RESOURCE_NODE_CNT- The number of nodes in the cluster.
  • IGNITE_VERSION - Ignite version which will be deployed.

TODO

  • Deploy users classes to Ignite nodes.
  • Rolling updates.

Resources

1. Docker container 
2. JIRA

...