A distributed Java-based file system for storing large volumes of data.
bash install.sh
Note: You have to provide correct root password in order to install it properly. If you already have mysql server, provide your root password when asked to create database and table.
Note: Don't forget to put your network interface in global.properties. For example: eth0, enp7s0.
bash nameNode.sh
bash dataNode.sh
Note: In order to start dataNode, you have to provide your nameNode IP address in global.properties
bash client.sh
Note: In order to start client, you have to provide your nameNode IP address in global.properties