Hive Video Lesson 10

Click here: Hive Video Lesson 10

0 comments:

hadoop hive video lessons . (by Bharat sree ram)

Hadoop Hive Video lessons Click here : Hive Video Lesson 1

Click here : Hive Video Lesson 2

Click here : Hive Video Lesson 3

Click here : Hive Video Lesson 5

Click here : Hive Video Lesson 6

Click here : Hive Video Lesson 7

Click here : Hive Video Lesson 8

Click here : Hive Video Lesson 10

0 comments:

Hive Video Lession8

0 comments:

Hive video Lession7

0 comments:

Hive Video Lession6

0 comments:

SQOOP VIDEO LESSION2

SQOOP VEDIO LESSION2

0 comments:

SQOOP VIDEO LESSION1

1 comments:

Pig Video Lession5

Pig Video Lession5

0 comments:

Pig Vedio Lession4

Pig Video Lession4

0 comments:

Pig Video Lession2

Pig Video Lession2

0 comments:

Pig video Lession1

0 comments:

Hive vedio lession5

Hive vedio lession5

0 comments:

Hive vedio lession4

0 comments:

Hive Lession3

Hive vedio lession3

0 comments:

Hive vedio Lession2

0 comments:

Hive video lesson1 (hive introduction and inner tables) by Bharath sree ram

click here Hive lesson1

0 comments:

MapReduce Lession1



Map Reduce:_
 
    1) Map Reduce is an execution model in hadoop framework

    2) mapreduce is a  batch process
       which is subdivided into two seperate Phases.
 
       i) Mapper Phase
       ii) Reducer Phase


    i) Mapper Phase:-

          From raw input file, It seperates required Output Key and Output value.

    ii) Reducer Phase:-

       mapper output is sent as input to Reducer

       Reducer has two responsibilties:

        a) grouping data based on key


        b) aggregating (summarization).


    In distributed systems, (cluster)   mapper and reducer are executed in seperate systems(slave nodes).

  hdfsinput ---- mapper ----- o/p ---- reducer  ---------  hdfs o/p


    mapper output is called intermediate data or shuffled data.

  the process of sending mapper output to reducer is called shuffling.

  once reducer output is produced, mapper output will be deleted.  

  


 

0 comments:

Pig Lession6

0 comments:

Pig Lesson3 : An Introduction to Pig Latin

0 comments: