Install Hadoop(Multi Node)

Intro: In this article, I will describe the required steps for setting up a distributed, multi-node Apache Hadoop cluster backed by the Hadoop Distributed File System (HDFS), running on Ubuntu Linux. I am using nano as the text editor for this article but you can use any other text-editor like vi, sublime or atom for doing the same I suggest you set up hadoop on single node before directly going for multi node as it will be easier to debug any errors. I have explained about how to setup single node hadoop on ubuntu ...

September 13, 2015 · 8 min · Tasdik Rahman

Install Hadoop(Single node)

On a starting note : I am assuming that you have a fresh Ubuntu install on your system as this will cut down a lot of frustration trying to debug why Hadoop is not running. I am using nano as the text editor for this article but you can use any other text-editor like vi, sublime or atom for doing the same Next article : Install Hadoop Multi Node 1.0.3 on Ubuntu 14.04.2 ...

September 10, 2015 · 6 min · Tasdik Rahman