How to install hadoop in linux
- how to run hadoop in ubuntu
- how to run hadoop in ubuntu terminal
- how to setup hadoop in ubuntu
- how to run hadoop program in ubuntu
Hadoop installation on windows!
Install hadoop on ubuntu code with arjun
Prerequisites
In this tutorial I will describe the required steps for setting up a pseudo-distributed, single-node Hadoop cluster backed by the Hadoop Distributed File System, running on Ubuntu Linux.
Are you looking for the multi-node cluster tutorial?
Just head over there.
Hadoop is a framework written in Java for running applications on large clusters of commodity hardware and incorporates features similar to those of the Google File System (GFS) and of the MapReduce computing paradigm.
Hadoop’s HDFS is a highly fault-tolerant distributed file system and, like Hadoop in general, designed to be deployed on low-cost hardware. It provides high throughput access to application data and is suitable for applications that have large data sets.
The main goal of this tutorial is to get a simple Hadoop installation up and running so that you can play around with the software and learn more about it.
This tutorial has been tested with the following software versions:
- Ubuntu Linux 10.04 LTS (deprecated: 8.10 LTS, 8.04, 7.10, 7.04)
- Hadoop 1.0.3, released May 2012
Figure 1:
- how to run hdfs commands in ubuntu
- how to run wordcount program in hadoop in ubuntu