course information
play

Course Information Homepage: - PDF document

9/8/2011 Course Information Homepage: http://www.ccs.neu.edu/home/mirek/classes/ CS 6240: Parallel Data Processing 2011-F-CS6240/ in MapReduce Announcements Lecture handouts Office hours Mirek Riedewald Homework management


  1. 9/8/2011 Course Information • Homepage: http://www.ccs.neu.edu/home/mirek/classes/ CS 6240: Parallel Data Processing 2011-F-CS6240/ in MapReduce – Announcements – Lecture handouts – Office hours Mirek Riedewald • Homework management through Blackboard • Prerequisites: CS 5800/CS 7800 and CS 5600/CS 7600, or consent of instructor 1 2 Grading Instructor Information • Homework/project: 40% • Instructor: Mirek Riedewald (332 WVH) • Exams: Midterm 25%, Final 30% – Office hours: Wed 4:30-5:30pm, Thu 11am-noon • Participation: 5% – Can email me your questions – Prepare lecture notes, participate in class – Email for appointment if you cannot make it • No copying or sharing of homework solutions! during office hours (or stop by for 1-minute – But you can discuss general challenges and ideas questions) • Material allowed for exams • TA: no TA – Any handwritten notes (originals, no photocopies) – Printouts of lecture summaries distributed by instructor – Nothing else 3 4 Course Materials Course Content and Objectives • Hadoop: The Definitive Guide by Tom White • How to process massive amounts of data at large scale – Different from traditional approaches to parallel • Hadoop in Action by Chuck Lam computation for smaller data • Learn important fundamentals of selected approaches – Both available from Safari Books Online at – Current trends and architectures http://0- – Coordinating multiple processes: mutual exclusion and proquest.safaribooksonline.com.ilsprod.lib.neu.ed consensus u/ – Parallel programming in (raw) MapReduce – Use your myNEU credentials • Programming model and Hadoop open source implementation • Other resources mentioned in syllabus and – Creating data processing workflows with PigLatin – MapReduce versus SQL and other related approaches class homepage • Many problem types and some design patterns 5 6 1

  2. 9/8/2011 Course Content and Objectives Words of Caution 1 • Gain an intuition for how to deal with large- • We can only cover a small part of the parallel data problems computation universe • Hands-on MapReduce practice – Do not expect all possible architectures, programming models, theoretical results, or – Writing MapReduce programs and running them vendors to be covered on a cluster of machines – Explore complementary courses in CCIS and ECE – Understanding the system architecture and • This really is an algorithms course, not a basic functionality below MapReduce programming course – Learning about limitations of MapReduce – But you will need to do a lot of non-trivial • Might produce publishable research programming 7 8 Words of Caution 2 How to Succeed • This is a new course, so expect rough edges like too • Attend the lectures and take your own notes slow/fast pace, uncertainty in homework load estimation – Helps remembering (compared to just listening) • There are few certain answers, as people in research and leading tech companies are trying to understand how to – Capture lecture content more individually than our deal with BIG data handouts • We are working with cutting edge technology – Free preparation for exams – Bugs, lack of documentation, Hadoop is changing API – Cluster might just go down, especially when everybody runs • Go over notes, handouts, book soon after lecture their programs 5 min before the deadline • In short: you have to be able to deal with inevitable – Try to explain material to yourself or friend frustrations and plan your work accordingly… • Look at content from previous lecture right • …but if you can do that and are willing to invest the time, it before the next lecture to “page - in the context” will be a rewarding experience 9 10 How to Succeed What Else to Expect? • Ask questions during the lecture • Need strong Java programming skills – Even seemingly simple questions show that you are – Code for Hadoop open source MapReduce system is in thinking about the material and are genuinely interested in Java understanding it – Hadoop supports other languages, but use at your own • Work on the HW assignment as soon as it comes out risk (we cannot help you and have not tested it) • Need strong algorithms background – Can do most of the work on your own laptop – Time to ask questions and deal with unforeseen problems – Analyze problems and solve them using unfamiliar tools – We might not be able to answer all last-minute questions like Map and Reduce functions • Basic understanding of important system concepts right before the deadline – File system, processes, network basics, computer • Students with disabilities: contact me by September 14 architecture 11 12 2

  3. 9/8/2011 Why Focus on MapReduce? • MapReduce is viewed as one of the biggest Let us first look at some recent trends and breakthroughs for processing massive amounts of data. developments that motivated MapReduce • It is widely used at technology leaders like Google, and other approaches to parallel data Yahoo, Facebook. • It has huge support by the open source community. processing. – Numerous active projects under Apache Hadoop • Amazon provides special support for setting up Hadoop MapReduce clusters on its cloud infrastructure. • It plays a major role in current database research conferences (and many other research communities) 13 14 Why Parallel Processing? How Much Information? • Source: • Answer 1: large data http://www2.sims.berkeley.edu/research/projects/ho w-much-info-2003/execsum.htm • 5 exabytes (10 18 ) of new information from print, film, optical storage in 2002 – 37,000 times Library of Congress book collections (17M books) • New information on paper, film, magnetic and optical media doubled between 2000 and 2003 • Information that flows through electronic channels — telephone, radio, TV, Internet — contained 18 exabytes of new information in 2002 15 16 Web 2.0 Facebook Statistics • Billions of Web pages, social networks with millions of • Taken in 8/2011 from users, millions of blogs http://www.facebook.com/press/info.php?statist – How do friends affect my reviews, purchases, choice of friends ics – How does information spread? – What are “friendship patterns” • 750M active users, 130 friends on average • Small-world phenomenon: any two individuals likely to be connected • 900M objects (pages, groups, events, community through short sequence of acquaintances pages) • 30 billion pieces of content (web links, news stories, blog posts, notes, photo albums, etc.) shared each month – Avg. user creates 90 pieces of content per month 17 18 3

  4. 9/8/2011 Business World eScience Examples • Fraudulent/criminal transactions in bank • Genome data accounts, credit cards, phone calls • Large Hadron Collider – Billions of transactions, real-time detection – Petabytes of raw data per year • Retail stores • SkyServer – What products are people buying together? – 818 GB, 3.4 billion rows – What promotions will be most effective? • • Marketing – “Universal access to data – Which ads should be placed for which keyword query? about life on earth and the environment ” – What are the key groups of customers and what • Cornell Lab of Ornithology defines each group? – 100M observations, 100s of • Spam filtering attributes Source: Nature 19 20 Our Scolopax Project Why Parallel Processing? • Search for patterns in prediction models based on user preferences • Answer 1: large data Make this as easy and fast as Web search • Answer 2: hardware trends Optimizer Pattern User-friendly Formal query language language (execution in evaluation (broad class (for query distributed system) of patterns) optimization) Pattern ranking alg. Sort Function join alg. FunctionJoin Pattern creation alg. (low cost, parallel, Summary Summary approximate) Data mining models (distributed training, evaluation, confidence computation) Model 21 22 The Good Old Days New Realities • Moore’s Law : number of transistors that can be placed • “Party” ended around 2004 inexpensively on an integrated circuit doubles about • Heat issues prevent higher clock speeds every 2 years • Clock speed remains below 4 GHz • Computational capability improved at similar rate – Sequential programs 25 became automatically 2005 Roadmap Clock Rate (GHz) 20 faster Source: • Parallel computing never 15 Dave Patterson, UCB became mainstream 2007 Roadmap 10 – Reserved for high- Intel single core performance computing 5 niches Intel multi-core 0 Source: Wikipedia 2001 2003 2005 2007 2009 2011 2013 23 24 4

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend