It's a mini version of HDFS.
To use mini-HDFS, you need to have (the latest version is recommended):
- Java
- Maven protobuf gRPC (If you want to compile and install mini-HDFS from source code)
Create namenode
and datanode
directories to store your relevant files.
mkdir namenode
mkdir datanode
Then fill in config.xml
with your directories, ips and ports.
The next step is to enter into bin
diretory and start namenode
, datanode
and client
in different sites.
sh namenode.sh
sh datanode.sh
sh client.sh
// TODO