Rate This Document
Findability
Accuracy
Completeness
Readability

Installation

After saving software packages and nodelist.txt to specified directories and preparing the environment, run the server_install.sh script to start the installation.

server_install.sh:
source ./server_zookeeper.sh # Import the server_zookeeper.sh script.
source ./server_globalcache.sh # Import the server_globalcache.sh script.
set "-e"
function main()
{
cd /home
    server_zookeeper_install # Install ZooKeeper on the server node.
    server_globalcache_install # Install Global Cache on the server node.
}
main
Install involved software on the server node.
sh server_install.sh