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 ...