Versions Compared

Key

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

...

The following properties can be used to configure how the framework will operate. The properties can be passed to how property of file or environment variables.

namedescriptiondefaultexample
IGNITE_RUN_CPU_PER_NODE
The number of CPU Cores for each Apache Ignite Nodenode.
UNLIMITED
2
.0
IGNITE_MEMORY_PER_NODE
The number of Megabytes of RAM for each Apache Ignite Nodenode
UNLIMITED
1024
IGNITE_DISK_SPACE_PER_NODE
The number of Megabytes of Disk for each Apache Ignite node.
1024
1024
IGNITE_NODE_COUNT
The number of nodes in the cluster.
5
 10
    
    
    
    10
IGNITE_

...

TOTAL_CPU

...

The number of CPU Cores for

...

Ignite cluster.
UNLIMITED
5
IGNITE_

...

TOTAL_MEMORY
The number of Megabytes of RAM for

...

Ignite cluster. 
UNLIMITED
16024
IGNITE_

...

TOTAL_DISK_

...

SPACE
The number of Megabytes of Disk for each Apache Ignite cluster.
UNLIMITED
5024
IGNITE_MIN_

...

CPU_PER_NODE
The minimum number of CPU cores required to run Apache Ignite node.
1
4
IGNITE_MIN_MEMORY_PER_NODE
The minimum number of Megabytes of RAM cores required to run Apache Ignite node.
256
1024
IGNITE_VERSION

...

The version ignite which will be

...

run on nodes.
latest
1.0.5
IGNITE

...

TODO

...

_WORK_DIR
 The directory which will be used for saving.
 
ignite-release
 
/opt/ignite/
IGNITE_XML_CONFIG
 The path to Apache Ignite config file.N/A
/opt/ignite/ignite-config.xml
IGNITE_USERS_LIBS
 The path to libs which will be added to classpath.N/A
/opt/libs/
MESOS_MASTER_URL
Mesos ZooKeeper URL to locate leading master.
zk://localhost:2181/mesos

zk://176.0.1.45:2181/mesos or

176.0.1.45:2181

Resources

1. Docker container 
2. JIRA

...