...
Code Block |
---|
sh install.sh apinode_latest
#to fix to a specific version, append "_v<major>.<minor>" to the node type, eg:
sh install.sh apinode_v0.2
#(for legacy reasons, apinode is equivalent to apinode_v0.3, see below) |
Info |
---|
From v0.3 (May 2014) onwards, the default version of elasticsearch used is 1.0. Prior to v0.3, the much older 0.19 was used, which is not compatible with 1.0. In order to install Infinit.e with the older version (eg if joining a new node to an old cluster) use "sh install.sh apinode" or "sh install.sh oldapinode_apinodev0.2" |
DB Node
To install a DB Node type:
Code Block |
---|
sh install.sh dbnode_latest
|
3. Configuring the Node via the infinite.configuration.properties.TEMPLATE File
...