• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Hadoop step by step

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to learn HADOOP but do not have idea from where to start.

I've currently joined big data university and downloaded the course of "big data fundamentals" and "hadoop funddamental V3".

Please suggest me how to get started with learning HADOOP step by step. Am i in the right track or not?

What are the good tutorials and practices to start learning hadoop?

Thanks!!!
 
Ranch Hand
Posts: 54
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hortonworks has simple step by step tutorial easy to follow.

Go to the following url and download sandbox, you can start practicing from there..



http://hortonworks.com/hdp/downloads/
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Jone,

You can follow the below curriculum to learn hadoop:-

1. Start with Introduction -
BigData, Hadoop, HDFS, Yarn, Architectures etc
2. Setup your own local machine cluster in Ubuntu Server or Centos.
You can create the Pseudo mode.
3. Understand Hadoop MapReduce Framework
Different stages of mapreduce, writing mapreduce code, Use cases of mapreduce
4. Advance MapReduce
Combiner and Partitioner, Map side/Reduce side Join, Using Writable and Comparable, etc
5. Pig
Installation of Pig, Learn Pig Latin -Load file, process files, apply queries. Define Pig UDF, Pig APIs, use cases, etc
6. Apache Hive
Installation of Hive, Learn HiveQL - create database, create table, partition table, join, union, group, serde, Hive UDF, use cases etc
7. Data migratory tools
Learn Flume, Learn Sqoop
8. Nosql databases
Basic and Architecture of some popular Nosql databases like- mongodb, hbase, use cases etc
9. Learn one Nosql database
10. Zookeeper
Installation of Zookeeper, Basics of Zookeeper, Zookeeper Data Model, ZNokde Types, Sequential ZNodes, Use cases etc
11. Project
Pickup some random dataset from internet and apply some learning fundamentals and generate some useful outcomes.

 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic