Thursday, May 22, 2014
Nixus Technologies Big Data Introduction
Labels:
Big Data,
Cloud Computing,
Flume,
Hadoop,
Hadoop 1.x,
Hadoop 2.x,
Hadoop Corporate Training,
Hadoop Online Training,
Hadoop Training,
HBase,
HDFS,
Hive,
MapReduce,
MR,
Nixus,
Nixus Technologies,
Oozie,
Pig,
Sqoop,
Yarn
Nixus Technologies - Hadoop Training Demo Video
Nixus Technologies is the leading providers of Hadoop training. Its an online training program which will be taken through GTM (GoToMeeting). All Trainers are having 16+ years of industry experience and 4+ years of Big Data/Hadoop experience.
Following is the specialty of Big Data/Hadoop Training course:
- 80% training is practical
- The duration of course is 36 - 40 Hrs
- Training involves multiple workshops to explain the practical concepts
- Regular assignments will be given to the candidates
- Study material, PPTs, Project and POC codes, etc. will be given to the candidates
- Course involves 3 Proof Of Concepts
- Course involves a Real Life Project
- Trainer will assist you for interview preparation
Nixus Technologies aims to provide individual attention to all its trainees. Keeping it in mind, it targets to maximum of 10 candidates per batch to enable better learning by all. Training is highly interactive and provides classroom environment.
Following is the specialty of Big Data/Hadoop Training course:
- 80% training is practical
- The duration of course is 36 - 40 Hrs
- Training involves multiple workshops to explain the practical concepts
- Regular assignments will be given to the candidates
- Study material, PPTs, Project and POC codes, etc. will be given to the candidates
- Course involves 3 Proof Of Concepts
- Course involves a Real Life Project
- Trainer will assist you for interview preparation
Nixus Technologies aims to provide individual attention to all its trainees. Keeping it in mind, it targets to maximum of 10 candidates per batch to enable better learning by all. Training is highly interactive and provides classroom environment.
Labels:
Big Data,
Cloud Computing,
Flume,
Hadoop,
Hadoop 1.x,
Hadoop 2.x,
Hadoop Corporate Training,
Hadoop Online Training,
Hadoop Training,
HBase,
HDFS,
Hive,
MapReduce,
MR,
Nixus,
Nixus Technologies,
Oozie,
Pig,
Sqoop,
Yarn
Installing YARN (Hadoop 2.4.0) on Ubuntu
Steps to install Hadoop 2.x release (Yarn) on single node cluster setup (pseudo-distributed mode)
Hadoop 2.x release involves many changes to Hadoop and MapReduce. The centralized JobTracker service is replaced with a ResourceManager that manages the resources in the cluster and an ApplicationManager that manages the application lifecycle. These architectural changes enable hadoop to scale to much larger clusters. For more details on architectural changes in Hadoop next-gen (a.k.a. Yarn), watch this video or visit this blog.
This post explains on installing Hadoop 2.x a.k.a. Yarn on a single-node cluster.
Prerequisites:
- Java 7 installed
- Dedicated user for hadoop (not mandatory)
- SSH configured
Steps to install Hadoop 2.x:
1. Download tarball
You can download tarball for hadoop 2.x from http://apache.cs.utah.edu/hadoop/common/current2/ (hadoop-2.4.0.tar.gz ).
Extract it to a folder in your home directory say, $HOME/yarn.
$ cd $HOME/yarn (Optional)
$ sudo chown -R hduser:hadoop hadoop-2.4.0
Labels:
Big Data,
Cloudera,
Cloudera Hadoop,
Hadoop Online Training,
Map-Reduce,
Nixus,
Nixus Technologies,
Open source,
Parallel Processing,
Ubuntu
Subscribe to:
Posts (Atom)