Syllabus - CS378 - Big Data Programming
Fall 2014
TTh 9:30 - 11:00 ART 1.110

Description

The map-reduce programming paradigm is a fundamental tool used in processing large data sets, and is supported in current tools such as Hadoop and MongoDB. In this course you will gain an understanding of the concepts embodied in map-reduce, and will investigate how map-reduce is used to address various problems in processing and analyzing large data sets. This course will explore map-reduce as implemented in Hadoop, as well as the associated distributed file system (HDFS). This course will also survey some of the tools built on top of Hadoop and HDFS.

 

Objectives

Upon completing this course, the student will be able to write map-reduce programs for various large data set processing tasks, and understand how various tools in the Hadoop ecosystem utilize map-reduce and the Hadoop distributed file system (HDFS).

 

Prerequisites

Data structures, Java programming experience.

 

Textbooks

  • Required: MapReduce Design Patterns, by Donald Miner and Adam Shook
    • O'Reilly Media
    • Print ISBN: 978-1-4493-2717-0 | ISBN 10: 1-4493-2717-6
    • Ebook ISBN: 978-1-4493-4197-8 | ISBN 10: 1-4493-4197-7
  • Recommended: Hadoop: The Definitive Guide, 3rd Edition, by Tom White
    • O'Reilly Media/Yahoo Press
    • Print ISBN: 978-1-4493-1152-0 | ISBN 10: 1-4493-1152-0
    • Ebook ISBN: 978-1-4493-1151-3 | ISBN 10: 1-4493-1151-2
 

Instructor

David Franke
Email: dfranke@cs.utexas.edu
Office: GDC 4.706
Office Hours:

  • T 11:00 AM - 12:00 PM
  • Th 8:15 AM - 9:15 AM
  • By appointment

 

TA

Swadhin Pradhan
Email: swadhin@utexas.edu
Office: GDC 6.802D
Office Hours: M-W 3:00 - 4:30 PM, Desk 1, GDC TA Station 1.310

 

Class Schedule

Assignment #
Date Given Due Points Reading
Aug. 28Dean, Ghemawat paper
Sep. 21Design Patterns, Ch. 1
Sep. 4
Sep. 92110Design Patterns, Ch. 2
Sep. 11
Sep. 163215
Sep. 18
Sep. 234315
Sep. 25
Sep. 305420Design Patterns, Ch. 4
Oct. 2
Oct. 76510
Oct. 9
Oct. 14
Oct. 167620Design Patterns, Ch. 5
Oct. 21
Oct. 23
Oct. 288725
Oct. 30
Nov. 4
Nov. 69825Design Patterns, Ch. 3
Nov. 11
Nov. 1310910Design Patterns, Ch. 6
Nov. 18
Nov. 20111015
Nov. 25Design Patterns, Ch. 7
Nov. 27 (Holiday)
Dec. 2121115Design Patterns, Ch. 8
Dec. 4
Dec. 101220Not a class day

Programming Assignments

This course will focus on writing code to solve various problems, so assignments will be programming assignments. These programs will be cumulative in that subsequent assignments will build on previous programs you have written, so it is important to complete assignments on time so you can move on to the next assignment.

Small datasets will be provided for each assignment so that you will not consume too much computing resource (time and space) while developing your solution. Some assignments will also offer a large dataset so that you can measure how your map-reduce solution scales with the dataset size and the computing resources available.

You are free to discuss approaches to solving the assigned problems with your classmates, but each student is expected to write their own code. Source code must be submitted for each assignment, in addition to the results you obtained when running your program against the datasets provided. If duplicate work is detected, all parties involved will be penalized. All students should read and be familiar with the UTCS Rules to Live By.

Grading Rubric:

  • Does the program run
  • Does the program produce the correct output
  • Does the program contain the required element(s)
  • Code quality: structure and documentation
Percentages for each element may be different for each assignment.

Late Policy

Required artifacts for each programming assignment are due at the start of class (9:30 AM) on the due date, as we will be discussing the solution during that class period. Penalty for late submission is 25%.

Special Notes on Assignment Submission and Grading:

  • If you submit your assignment before the due date/time, that is what will be graded (the last submission before the due date/time). Additional late submissions will not be considered. You must decide between submitting a partially working program before the deadline versus a (more complete) program after the deadline.
  • Late submissions will only be accepted for one week following the due date.

 

Lecture Notes

Further Reading

Here are references to further reading that we will discuss during the course.

  • MapReduce: Simplified Data Processing on Large Clusters, by Jeffry Dean and Sanjay Ghemawat, can be downloaded here.
  • A Comparison of Join Algorithms for Log Processing in MapReduce, by Spyros Blanas, Jignesh M. Patel, Vuk Ercegovac, Jun Rao, Eugene J. Shekita, and Yuanyuan Tian, can be downloaded here.
  • The Family of MapReduce and Large-Scale Data Processing Systems, by Sherif Sakr, Anna Liu, and Ayman G. Fayoumi, can be downloaded here.

Important Dates

Important dates for the Fall 2014 semester can be found on the Academic Calendar.