besn0847 / x86-hdfs

A simple Hadoop Filesystem deployment for x86

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arm-hdfs

To start the container with default config :

docker run -d -P arm-hdfs

But you can also use your local datastore :

docker run -d -P -v <your local datastore>:/data arm-hdfs

Please note that the startup process takes some time to ensure the namenode is properly started before starting the datanode. Once started just point your browser to http://localhost:26412/explorer/

About

A simple Hadoop Filesystem deployment for x86


Languages

Language:Shell 100.0%