[Hadoop] Final Steps for Hadoop Installation

최대 1 분 소요

NameNode Setup:

  • After setting up all the xml and sh files, format the namenode to activate the setup
    $ hadoop namenode -format

Starting the Hadoop File system:

  • Now run the start-dfs.sh and start-all.sh scripts to start the Hadoop File-system.
    $ ./hadoop/sbin/start-all.sh
  • Open the browser and go to this link: http://localhost:50070/

If you see this image, you successfully well done.

댓글남기기