ec2:*
and create an additional NIC in the same security group and subnet as described above.GP2
or IO1
type./opt/weka
. If it is not possible to change the size of the root volume, an additional EBS volume can be created, formatted and mounted under /opt/weka
. Make sure that the new volume is either GP2
or IO1
type.root
on all the new client instances.install.sh
command in the package directory.cd weka-3.6.1
and then run ./install.sh
.<backend-ip>
is the IP address or hostname of one of the backend instances.aws-add-client
command will display the following line:aws-add-client
command is complete, one core and 6.3 GB of RAM are allocated for the Weka system on the client instance. This is performed as part of the Weka system preallocation of resources, ensuring that variance in client activity does not result in the allocation of resources that may affect the programs running on the client host. For more information, see Memory Resource Planning.mkdir -p /mnt/weka && mount -t wekafs default /mnt/weka
command will mount the default
filesystem under /mnt/weka.