Difference between revisions of "Class meeting for 10-605 in Fall 2016 Hadoop Overview"

From Cohen Courses
Jump to navigationJump to search
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
This is one of the class meetings on the [[Syllabus for Machine Learning with Large Datasets 10-605 in Spring 2015|schedule]] for the course [[Machine Learning with Large Datasets 10-605 in Spring_2015]].
+
This is one of the class meetings on the [[Syllabus for Machine Learning with Large Datasets 10-605 in Fall 2016|schedule]] for the course [[Machine Learning with Large Datasets 10-605 in Fall 2016]].
  
 
=== Slides ===
 
=== Slides ===
Line 5: Line 5:
 
Map-reduce overview:
 
Map-reduce overview:
  
* [http://www.cs.cmu.edu/~wcohen/10-605/d_mapreduce.ppt Map-Reduce overview - ppt], [http://www.cs.cmu.edu/~wcohen/10-605/d_mapreduce.pdf pdf]  
+
* [http://www.cs.cmu.edu/~wcohen/10-605/2016/map-reduce.pptx Map-Reduce overview - ppt], [http://www.cs.cmu.edu/~wcohen/10-605/2016/map-reduce.pdf pdf]  
  
 
Other:
 
Other:
Line 13: Line 13:
 
=== Quiz ===
 
=== Quiz ===
  
* [https://qna-app.appspot.com/view.html?aglzfnFuYS1hcHByGQsSDFF1ZXN0aW9uTGlzdBiAgIDAgYnuCww Today's quiz].  You should sign up with your andrew email.
+
* To be posted
  
 
=== Readings for the Class ===
 
=== Readings for the Class ===

Latest revision as of 11:37, 11 August 2017

This is one of the class meetings on the schedule for the course Machine Learning with Large Datasets 10-605 in Fall 2016.

Slides

Map-reduce overview:

Other:

Quiz

  • To be posted

Readings for the Class

  • There are lots of on-line tutorials for Hadoop. The O'Reilly Book is also quite good.

Things to Remember

  • Hadoop terminology: HDFS, shards, job tracker, combiner, mapper, reducer, ...