SlideShare a Scribd company logo
Hadoop: Distributed Data Processing
      Amr Awadallah
      Founder/CTO, Cloudera, Inc.
      ACM Data Mining SIG
      Thursday, January 25th, 2010


Wednesday, January 27, 2010
Outline

      ▪Scaling for Large Data
       Processing
      ▪What is Hadoop?

      ▪HDFS and MapReduce

      ▪Hadoop Ecosystem

      ▪Hadoop vs RDBMSes

      ▪Conclusion
     Amr Awadallah, Cloudera Inc   2
Wednesday, January 27, 2010
Current Storage Systems Can’t Compute




     Amr Awadallah, Cloudera Inc    3
Wednesday, January 27, 2010
Current Storage Systems Can’t Compute




                                   Collection
                               Instrumentation

     Amr Awadallah, Cloudera Inc                 3
Wednesday, January 27, 2010
Current Storage Systems Can’t Compute




        Storage Farm for Unstructured Data (20TB/day)
                                            Mostly Append
                                   Collection
                               Instrumentation

     Amr Awadallah, Cloudera Inc                            3
Wednesday, January 27, 2010
Current Storage Systems Can’t Compute

              Interactive Apps
          RDBMS (200GB/day)
                      ETL Grid



        Storage Farm for Unstructured Data (20TB/day)
                                            Mostly Append
                                   Collection
                               Instrumentation

     Amr Awadallah, Cloudera Inc                            3
Wednesday, January 27, 2010
Current Storage Systems Can’t Compute

              Interactive Apps
          RDBMS (200GB/day)
                      ETL Grid
                              Filer heads are a bottleneck

        Storage Farm for Unstructured Data (20TB/day)
                                                  Mostly Append
                                      Collection
                                   Instrumentation

     Amr Awadallah, Cloudera Inc                                  3
Wednesday, January 27, 2010
Current Storage Systems Can’t Compute

              Interactive Apps                   Ad hoc Queries &
                                                   Data Mining
          RDBMS (200GB/day)
                      ETL Grid                               Non-Consumption
                              Filer heads are a bottleneck

        Storage Farm for Unstructured Data (20TB/day)
                                                  Mostly Append
                                      Collection
                                   Instrumentation

     Amr Awadallah, Cloudera Inc                                        3
Wednesday, January 27, 2010
The Solution: A Store-Compute Grid




     Amr Awadallah, Cloudera Inc         4
Wednesday, January 27, 2010
The Solution: A Store-Compute Grid




                              Storage + Computation
                                             Mostly Append
                                     Collection
                                   Instrumentation

     Amr Awadallah, Cloudera Inc                             4
Wednesday, January 27, 2010
The Solution: A Store-Compute Grid

              Interactive Apps
                       RDBMS
        ETL and
      Aggregations


                              Storage + Computation
                                             Mostly Append
                                     Collection
                                   Instrumentation

     Amr Awadallah, Cloudera Inc                             4
Wednesday, January 27, 2010
The Solution: A Store-Compute Grid

              Interactive Apps                       “Batch” Apps
                       RDBMS
                                                           Ad hoc Queries
        ETL and                                            & Data Mining
      Aggregations


                              Storage + Computation
                                             Mostly Append
                                     Collection
                                   Instrumentation

     Amr Awadallah, Cloudera Inc                                     4
Wednesday, January 27, 2010
What is Hadoop?




     Amr Awadallah, Cloudera Inc   5
Wednesday, January 27, 2010
What is Hadoop?
      ▪A  scalable fault-tolerant grid operating
        system for data storage and processing




     Amr Awadallah, Cloudera Inc                   5
Wednesday, January 27, 2010
What is Hadoop?
      ▪A   scalable fault-tolerant grid operating
        system for data storage and processing
      ▪ Its scalability comes from the marriage of:

         ▪ HDFS: Self-Healing High-Bandwidth Clustered Storage
         ▪ MapReduce: Fault-Tolerant Distributed Processing




     Amr Awadallah, Cloudera Inc                          5
Wednesday, January 27, 2010
What is Hadoop?
      ▪A   scalable fault-tolerant grid operating
        system for data storage and processing
      ▪ Its scalability comes from the marriage of:

         ▪ HDFS: Self-Healing High-Bandwidth Clustered Storage
         ▪ MapReduce: Fault-Tolerant Distributed Processing

      ▪ Operates              on unstructured and structured data




     Amr Awadallah, Cloudera Inc                             5
Wednesday, January 27, 2010
What is Hadoop?
      ▪A   scalable fault-tolerant grid operating
        system for data storage and processing
      ▪ Its scalability comes from the marriage of:

         ▪ HDFS: Self-Healing High-Bandwidth Clustered Storage
         ▪ MapReduce: Fault-Tolerant Distributed Processing

      ▪ Operates on unstructured and structured data
      ▪ A large and active ecosystem (many developers
        and additions like HBase, Hive, Pig, …)



     Amr Awadallah, Cloudera Inc                          5
Wednesday, January 27, 2010
What is Hadoop?
      ▪A   scalable fault-tolerant grid operating
        system for data storage and processing
      ▪ Its scalability comes from the marriage of:

         ▪ HDFS: Self-Healing High-Bandwidth Clustered Storage
         ▪ MapReduce: Fault-Tolerant Distributed Processing

      ▪ Operates on unstructured and structured data
      ▪ A large and active ecosystem (many developers
        and additions like HBase, Hive, Pig, …)
      ▪ Open source under the friendly Apache License




     Amr Awadallah, Cloudera Inc                          5
Wednesday, January 27, 2010
What is Hadoop?
      ▪A   scalable fault-tolerant grid operating
        system for data storage and processing
      ▪ Its scalability comes from the marriage of:

         ▪ HDFS: Self-Healing High-Bandwidth Clustered Storage
         ▪ MapReduce: Fault-Tolerant Distributed Processing

      ▪ Operates on unstructured and structured data
      ▪ A large and active ecosystem (many developers
        and additions like HBase, Hive, Pig, …)
      ▪ Open source under the friendly Apache License

      ▪ http://wiki.apache.org/hadoop/


     Amr Awadallah, Cloudera Inc                          5
Wednesday, January 27, 2010
Hadoop History




     Amr Awadallah, Cloudera Inc   6
Wednesday, January 27, 2010
Hadoop History
      ▪   2002-2004: Doug Cutting and Mike Cafarella started working
          on Nutch




     Amr Awadallah, Cloudera Inc                                       6
Wednesday, January 27, 2010
Hadoop History
      ▪   2002-2004: Doug Cutting and Mike Cafarella started working
          on Nutch
      ▪   2003-2004: Google publishes GFS and MapReduce papers




     Amr Awadallah, Cloudera Inc                                       6
Wednesday, January 27, 2010
Hadoop History
      ▪   2002-2004: Doug Cutting and Mike Cafarella started working
          on Nutch
      ▪   2003-2004: Google publishes GFS and MapReduce papers
      ▪   2004: Cutting adds DFS & MapReduce support to Nutch




     Amr Awadallah, Cloudera Inc                                       6
Wednesday, January 27, 2010
Hadoop History
      ▪   2002-2004: Doug Cutting and Mike Cafarella started working
          on Nutch
      ▪   2003-2004: Google publishes GFS and MapReduce papers
      ▪   2004: Cutting adds DFS & MapReduce support to Nutch
      ▪   2006: Yahoo! hires Cutting, Hadoop spins out of Nutch




     Amr Awadallah, Cloudera Inc                                       6
Wednesday, January 27, 2010
Hadoop History
      ▪   2002-2004: Doug Cutting and Mike Cafarella started working
          on Nutch
      ▪   2003-2004: Google publishes GFS and MapReduce papers
      ▪   2004: Cutting adds DFS & MapReduce support to Nutch
      ▪   2006: Yahoo! hires Cutting, Hadoop spins out of Nutch
      ▪   2007: NY Times converts 4TB of archives over 100 EC2s




     Amr Awadallah, Cloudera Inc                                       6
Wednesday, January 27, 2010
Hadoop History
      ▪   2002-2004: Doug Cutting and Mike Cafarella started working
          on Nutch
      ▪   2003-2004: Google publishes GFS and MapReduce papers
      ▪   2004: Cutting adds DFS & MapReduce support to Nutch
      ▪   2006: Yahoo! hires Cutting, Hadoop spins out of Nutch
      ▪   2007: NY Times converts 4TB of archives over 100 EC2s
      ▪   2008: Web-scale deployments at Y!, Facebook, Last.fm




     Amr Awadallah, Cloudera Inc                                       6
Wednesday, January 27, 2010
Hadoop History
      ▪   2002-2004: Doug Cutting and Mike Cafarella started working
          on Nutch
      ▪   2003-2004: Google publishes GFS and MapReduce papers
      ▪   2004: Cutting adds DFS & MapReduce support to Nutch
      ▪   2006: Yahoo! hires Cutting, Hadoop spins out of Nutch
      ▪   2007: NY Times converts 4TB of archives over 100 EC2s
      ▪   2008: Web-scale deployments at Y!, Facebook, Last.fm
      ▪   April 2008: Yahoo does fastest sort of a TB, 3.5mins over 910
          nodes




     Amr Awadallah, Cloudera Inc                                       6
Wednesday, January 27, 2010
Hadoop History
      ▪   2002-2004: Doug Cutting and Mike Cafarella started working
          on Nutch
      ▪   2003-2004: Google publishes GFS and MapReduce papers
      ▪   2004: Cutting adds DFS & MapReduce support to Nutch
      ▪   2006: Yahoo! hires Cutting, Hadoop spins out of Nutch
      ▪   2007: NY Times converts 4TB of archives over 100 EC2s
      ▪   2008: Web-scale deployments at Y!, Facebook, Last.fm
      ▪   April 2008: Yahoo does fastest sort of a TB, 3.5mins over 910
          nodes
      ▪   May 2009:
          ▪   Yahoo does fastest sort of a TB, 62secs over 1460 nodes
          ▪   Yahoo sorts a PB in 16.25hours over 3658 nodes


     Amr Awadallah, Cloudera Inc                                        6
Wednesday, January 27, 2010
Hadoop History
      ▪   2002-2004: Doug Cutting and Mike Cafarella started working
          on Nutch
      ▪   2003-2004: Google publishes GFS and MapReduce papers
      ▪   2004: Cutting adds DFS & MapReduce support to Nutch
      ▪   2006: Yahoo! hires Cutting, Hadoop spins out of Nutch
      ▪   2007: NY Times converts 4TB of archives over 100 EC2s
      ▪   2008: Web-scale deployments at Y!, Facebook, Last.fm
      ▪   April 2008: Yahoo does fastest sort of a TB, 3.5mins over 910
          nodes
      ▪   May 2009:
          ▪   Yahoo does fastest sort of a TB, 62secs over 1460 nodes
          ▪   Yahoo sorts a PB in 16.25hours over 3658 nodes
      ▪   June 2009, Oct 2009: Hadoop Summit (750), Hadoop World
          (500)
     Amr Awadallah, Cloudera Inc                                        6
Wednesday, January 27, 2010
Hadoop History
      ▪   2002-2004: Doug Cutting and Mike Cafarella started working
          on Nutch
      ▪   2003-2004: Google publishes GFS and MapReduce papers
      ▪   2004: Cutting adds DFS & MapReduce support to Nutch
      ▪   2006: Yahoo! hires Cutting, Hadoop spins out of Nutch
      ▪   2007: NY Times converts 4TB of archives over 100 EC2s
      ▪   2008: Web-scale deployments at Y!, Facebook, Last.fm
      ▪   April 2008: Yahoo does fastest sort of a TB, 3.5mins over 910
          nodes
      ▪   May 2009:
          ▪   Yahoo does fastest sort of a TB, 62secs over 1460 nodes
          ▪   Yahoo sorts a PB in 16.25hours over 3658 nodes
      ▪   June 2009, Oct 2009: Hadoop Summit (750), Hadoop World
          (500)
     Amr Awadallah, Cloudera Inc                                        6
      ▪   September 2009: Doug Cutting joins Cloudera
Wednesday, January 27, 2010
Hadoop Design Axioms




     Amr Awadallah, Cloudera Inc   7
Wednesday, January 27, 2010
Hadoop Design Axioms



      1.    System Shall Manage and Heal Itself




     Amr Awadallah, Cloudera Inc            7
Wednesday, January 27, 2010
Hadoop Design Axioms



      1.    System Shall Manage and Heal Itself
      2.    Performance Shall Scale Linearly




     Amr Awadallah, Cloudera Inc            7
Wednesday, January 27, 2010
Hadoop Design Axioms



      1.    System Shall Manage and Heal Itself
      2.    Performance Shall Scale Linearly
      3.    Compute Should Move to Data




     Amr Awadallah, Cloudera Inc            7
Wednesday, January 27, 2010
Hadoop Design Axioms



      1.    System Shall Manage and Heal Itself
      2.    Performance Shall Scale Linearly
      3.    Compute Should Move to Data
      4.    Simple Core, Modular and
            Extensible

     Amr Awadallah, Cloudera Inc            7
Wednesday, January 27, 2010
HDFS: Hadoop Distributed File System
       Block Size = 64MB
      Replication Factor = 3




   Cost/GB is a few ¢/month
         vs $/month
     Amr Awadallah, Cloudera Inc       8
Wednesday, January 27, 2010
HDFS: Hadoop Distributed File System
       Block Size = 64MB
      Replication Factor = 3




   Cost/GB is a few ¢/month
         vs $/month
     Amr Awadallah, Cloudera Inc       8
Wednesday, January 27, 2010
MapReduce: Distributed Processing




     Amr Awadallah, Cloudera Inc         9
Wednesday, January 27, 2010
MapReduce: Distributed Processing




     Amr Awadallah, Cloudera Inc         9
Wednesday, January 27, 2010
MapReduce Example for Word Count
         SELECT word, COUNT(1) FROM docs GROUP BY word;
      cat *.txt | mapper.pl | sort | reducer.pl > out.txt

       Split 1




       Split i




       Split N


     Amr Awadallah, Cloudera Inc                      10
Wednesday, January 27, 2010
MapReduce Example for Word Count
         SELECT word, COUNT(1) FROM docs GROUP BY word;
      cat *.txt | mapper.pl | sort | reducer.pl > out.txt
                                          (words, counts)
       Split 1   (docid, text)   Map 1
                                                    Be, 5
                  “To Be
                  Or Not
                 To Be?”
                                         Be, 12

       Split i   (docid, text)   Map i




                                         Be, 7
                                         Be, 6

       Split N   (docid, text)   Map M     (words, counts)


     Amr Awadallah, Cloudera Inc                             10
Wednesday, January 27, 2010
MapReduce Example for Word Count
         SELECT word, COUNT(1) FROM docs GROUP BY word;
      cat *.txt | mapper.pl | sort | reducer.pl > out.txt
                                          (words, counts)
       Split 1   (docid, text)   Map 1                         (sorted words, counts)

                                                    Be, 5                               Reduce 1
                  “To Be
                  Or Not
                 To Be?”
                                         Be, 12
                                                                                        Reduce i
       Split i   (docid, text)   Map i




                                         Be, 7
                                         Be, 6
                                                             Shuffle
                                                                                        Reduce R
       Split N   (docid, text)   Map M     (words, counts)     (sorted words, counts)


     Amr Awadallah, Cloudera Inc                                                                   10
Wednesday, January 27, 2010
MapReduce Example for Word Count
         SELECT word, COUNT(1) FROM docs GROUP BY word;
      cat *.txt | mapper.pl | sort | reducer.pl > out.txt
                                          (words, counts)
       Split 1   (docid, text)   Map 1                         (sorted words, counts)
                                                                                                                    Output File
                                                    Be, 5                               Reduce 1   (sorted words,
                                                                                                   sum of counts)
                                                                                                                        1

                  “To Be
                  Or Not                                                                              Be, 30
                 To Be?”
                                         Be, 12
                                                                                                                    Output File i
                                                                                                   (sorted words,
                                                                                        Reduce i   sum of counts)
       Split i   (docid, text)   Map i




                                         Be, 7
                                         Be, 6
                                                             Shuffle                                                 Output File
                                                                                                   (sorted words,       R
                                                                                        Reduce R   sum of counts)
       Split N   (docid, text)   Map M     (words, counts)     (sorted words, counts)


     Amr Awadallah, Cloudera Inc                                                                                        10
Wednesday, January 27, 2010
Hadoop High-Level Architecture
                                                    Hadoop Client
                                               Contacts Name Node for data
                                               or Job Tracker to submit jobs




                    Name Node                                                      Job Tracker
            Maintains mapping of file blocks                                   Schedules jobs across
                  to data node slaves                                           task tracker slaves




                     Data Node                                                    Task Tracker
                  Stores and serves                                            Runs tasks (work units)
                    blocks of data                                                  within a job
                                               Share Physical Node




     Amr Awadallah, Cloudera Inc                                                                         11
Wednesday, January 27, 2010
Apache Hadoop Ecosystem




                 MapReduce (Job Scheduling/Execution System)




                                           HDFS
                              (Hadoop Distributed File System)



     Amr Awadallah, Cloudera Inc                                 12
Wednesday, January 27, 2010
Apache Hadoop Ecosystem
        Zookeepr (Coordination)




                                                                                Avro (Serialization)
                                  MapReduce (Job Scheduling/Execution System)




                                                     HDFS
                                        (Hadoop Distributed File System)



     Amr Awadallah, Cloudera Inc                                                                 12
Wednesday, January 27, 2010
Apache Hadoop Ecosystem
        Zookeepr (Coordination)




                                                                                Avro (Serialization)
                                  MapReduce (Job Scheduling/Execution System)

                                  HBase (key-value store)


                                                      HDFS
                                         (Hadoop Distributed File System)



     Amr Awadallah, Cloudera Inc                                                                 12
Wednesday, January 27, 2010
Apache Hadoop Ecosystem

                                    ETL Tools        BI Reporting      RDBMS

                                  Pig (Data Flow)    Hive (SQL)         Sqoop
        Zookeepr (Coordination)




                                                                                     Avro (Serialization)
                                  MapReduce (Job Scheduling/Execution System)

                                  HBase (key-value store)   (Streaming/Pipes APIs)


                                                      HDFS
                                         (Hadoop Distributed File System)



     Amr Awadallah, Cloudera Inc                                                                      12
Wednesday, January 27, 2010
Use The Right Tool For The Right Job
      Hadoop:                      Relational Databases:




     Amr Awadallah, Cloudera Inc                           13
Wednesday, January 27, 2010
Use The Right Tool For The Right Job
      Hadoop:                      Relational Databases:




     Amr Awadallah, Cloudera Inc                           13
Wednesday, January 27, 2010
Use The Right Tool For The Right Job
      Hadoop:                               Relational Databases:




      When to use?                      When to use?
      •   Affordable Storage/           •   Interactive Reporting
          Compute                           (<1sec)
      •   Structured or Not (Agility)   •   Multistep Transactions
      •   Resilient Auto Scalability    •   Interoperability
     Amr Awadallah, Cloudera Inc                                     13
Wednesday, January 27, 2010
Economics of Hadoop




     Amr Awadallah, Cloudera Inc   14
Wednesday, January 27, 2010
Economics of Hadoop
      ▪   Typical Hardware:
          ▪ Two Quad Core Nehalems

          ▪   24GB RAM
          ▪   12 * 1TB SATA disks (JBOD mode, no need for RAID)
          ▪   1 Gigabit Ethernet card




     Amr Awadallah, Cloudera Inc                                  14
Wednesday, January 27, 2010
Economics of Hadoop
      ▪   Typical Hardware:
          ▪ Two Quad Core Nehalems

          ▪   24GB RAM
          ▪   12 * 1TB SATA disks (JBOD mode, no need for RAID)
          ▪   1 Gigabit Ethernet card
      ▪   Cost/node: $5K/node




     Amr Awadallah, Cloudera Inc                                  14
Wednesday, January 27, 2010
Economics of Hadoop
      ▪   Typical Hardware:
          ▪ Two Quad Core Nehalems

          ▪   24GB RAM
          ▪   12 * 1TB SATA disks (JBOD mode, no need for RAID)
          ▪   1 Gigabit Ethernet card
      ▪   Cost/node: $5K/node
      ▪   Effective HDFS Space:
          ▪   ¼ reserved for temp shuffle space, which leaves 9TB/node
          ▪   3 way replication leads to 3TB effective HDFS space/node
          ▪   But assuming 7x compression that becomes ~ 20TB/node




     Amr Awadallah, Cloudera Inc                                     14
Wednesday, January 27, 2010
Economics of Hadoop
      ▪   Typical Hardware:
          ▪ Two Quad Core Nehalems

          ▪   24GB RAM
          ▪   12 * 1TB SATA disks (JBOD mode, no need for RAID)
          ▪   1 Gigabit Ethernet card
      ▪   Cost/node: $5K/node
      ▪   Effective HDFS Space:
          ▪   ¼ reserved for temp shuffle space, which leaves 9TB/node
          ▪   3 way replication leads to 3TB effective HDFS space/node
          ▪   But assuming 7x compression that becomes ~ 20TB/node
      Effective Cost per user TB: $250/TB


     Amr Awadallah, Cloudera Inc                                     14
Wednesday, January 27, 2010
Economics of Hadoop
      ▪   Typical Hardware:
          ▪ Two Quad Core Nehalems

          ▪   24GB RAM
          ▪   12 * 1TB SATA disks (JBOD mode, no need for RAID)
          ▪   1 Gigabit Ethernet card
      ▪   Cost/node: $5K/node
      ▪   Effective HDFS Space:
          ▪   ¼ reserved for temp shuffle space, which leaves 9TB/node
          ▪   3 way replication leads to 3TB effective HDFS space/node
          ▪   But assuming 7x compression that becomes ~ 20TB/node
      Effective Cost per user TB: $250/TB
      Other solutions cost in the range of $5K to $100K per
       user TB
     Amr Awadallah, Cloudera Inc                                     14
Wednesday, January 27, 2010
Sample Talks from Hadoop World ‘09
      ▪   VISA: Large Scale Transaction Analysis
      ▪   JP Morgan Chase: Data Processing for Financial Services
      ▪   China Mobile: Data Mining Platform for Telecom Industry
      ▪   Rackspace: Cross Data Center Log Processing
      ▪   Booz Allen Hamilton: Protein Alignment using Hadoop
      ▪   eHarmony: Matchmaking in the Hadoop Cloud
      ▪   General Sentiment: Understanding Natural Language
      ▪   Yahoo!: Social Graph Analysis
      ▪   Visible Technologies: Real-Time Business Intelligence
      ▪   Facebook: Rethinking the Data Warehouse with Hadoop and
                                    Hive

       Slides and Videos at http://www.cloudera.com/hadoop-
     Amr Awadallah, Cloudera Inc world-nyc                  15
Wednesday, January 27, 2010
Cloudera Desktop




     Amr Awadallah, Cloudera Inc   16
Wednesday, January 27, 2010
Conclusion




     Amr Awadallah, Cloudera Inc   17
Wednesday, January 27, 2010
Conclusion


              Hadoop is a data grid
            operating system which
            provides an economically
          scalable solution for storing
         and processing large amounts
         of unstructured or structured
           data over long periods of
                      time.
     Amr Awadallah, Cloudera Inc     17
Wednesday, January 27, 2010
Contact Information

                        Amr Awadallah
                     CTO, Cloudera Inc.
                     aaa@cloudera.com
            http://twitter.com/awadallah


          Online Training Videos and Info:
           http://cloudera.com/hadoop-
                       training
               http://cloudera.com/blog
             http://twitter.com/cloudera


     Amr Awadallah, Cloudera Inc             18
Wednesday, January 27, 2010
(c) 2008 Cloudera, Inc. or its licensors.  "Cloudera" is a registered trademark of Cloudera, Inc.. All rights reserved. 1.0




Wednesday, January 27, 2010

More Related Content

PPTX
Hadoop: Distributed Data Processing
PPSX
PPTX
Hadoop technology
PPTX
Introduction to Big Data & Hadoop Architecture - Module 1
DOCX
Hadoop Seminar Report
PPTX
Big data Hadoop presentation
PPTX
Introduction to Apache Hadoop
PPTX
HADOOP TECHNOLOGY ppt
Hadoop: Distributed Data Processing
Hadoop technology
Introduction to Big Data & Hadoop Architecture - Module 1
Hadoop Seminar Report
Big data Hadoop presentation
Introduction to Apache Hadoop
HADOOP TECHNOLOGY ppt

What's hot (20)

ODP
Hadoop seminar
PPTX
Introduction to Hadoop Technology
PPT
Seminar Presentation Hadoop
PPTX
Hadoop for beginners free course ppt
PPTX
Hadoop and Big Data
PDF
Hadoop Ecosystem Architecture Overview
PPT
Hadoop Technology
PPTX
Hadoop and big data
PPT
Presentation on Hadoop Technology
PDF
Facebooks Petabyte Scale Data Warehouse using Hive and Hadoop
PPTX
Big data and Hadoop
PPTX
Hadoop Presentation - PPT
PPTX
Apache Hadoop
PPTX
Big Data and Hadoop
PDF
Seminar_Report_hadoop
PPTX
PPT on Hadoop
PPTX
Hadoop Tutorial For Beginners
PPTX
PPT
Hadoop Technologies
Hadoop seminar
Introduction to Hadoop Technology
Seminar Presentation Hadoop
Hadoop for beginners free course ppt
Hadoop and Big Data
Hadoop Ecosystem Architecture Overview
Hadoop Technology
Hadoop and big data
Presentation on Hadoop Technology
Facebooks Petabyte Scale Data Warehouse using Hive and Hadoop
Big data and Hadoop
Hadoop Presentation - PPT
Apache Hadoop
Big Data and Hadoop
Seminar_Report_hadoop
PPT on Hadoop
Hadoop Tutorial For Beginners
Hadoop Technologies
Ad

Viewers also liked (9)

PPT
Distributed Processing
PDF
Distributed processing
PDF
Distributed Data Processing Workshop - SBU
PPT
Distributed computing
PPT
Distributed Database Management System
PPT
PPTX
Distributed database
PPT
Distributed Database System
PDF
Introduction to Distributed Computing Engines for Data Processing - Simone Ro...
Distributed Processing
Distributed processing
Distributed Data Processing Workshop - SBU
Distributed computing
Distributed Database Management System
Distributed database
Distributed Database System
Introduction to Distributed Computing Engines for Data Processing - Simone Ro...
Ad

Similar to Hadoop: Distributed data processing (20)

PPTX
Integrating hadoop - Big Data TechCon 2013
PPT
The Time Has Come for Big-Data-as-a-Service
ODP
The power of hadoop in cloud computing
PDF
Semantic web meetup 14.november 2013
PPTX
Hadoop in a Nutshell
PPTX
Hadoop World 2010: Productionizing Hadoop: Lessons Learned
PPTX
Hadoop
PDF
P.Maharajothi,II-M.sc(computer science),Bon secours college for women,thanjavur.
PDF
Hadoop As The Platform For The Smartgrid At TVA
PPTX
Hadoop Platforms - Introduction, Importance, Providers
PDF
Big data and hadoop overvew
PDF
How Apache Hadoop is Revolutionizing Business Intelligence and Data Analytics...
PDF
Business Intelligence and Data Analytics Revolutionized with Apache Hadoop
PPTX
Tera data
PPTX
Hadoop Essentials -- The What, Why and How to Meet Agency Objectives
PDF
Hadoop World 2011: How Hadoop Revolutionized Business Intelligence and Advanc...
PPTX
Tera data
PDF
Innovation in the Data Warehouse - StampedeCon 2016
PPTX
PPT
Data Science Day New York: The Platform for Big Data
Integrating hadoop - Big Data TechCon 2013
The Time Has Come for Big-Data-as-a-Service
The power of hadoop in cloud computing
Semantic web meetup 14.november 2013
Hadoop in a Nutshell
Hadoop World 2010: Productionizing Hadoop: Lessons Learned
Hadoop
P.Maharajothi,II-M.sc(computer science),Bon secours college for women,thanjavur.
Hadoop As The Platform For The Smartgrid At TVA
Hadoop Platforms - Introduction, Importance, Providers
Big data and hadoop overvew
How Apache Hadoop is Revolutionizing Business Intelligence and Data Analytics...
Business Intelligence and Data Analytics Revolutionized with Apache Hadoop
Tera data
Hadoop Essentials -- The What, Why and How to Meet Agency Objectives
Hadoop World 2011: How Hadoop Revolutionized Business Intelligence and Advanc...
Tera data
Innovation in the Data Warehouse - StampedeCon 2016
Data Science Day New York: The Platform for Big Data

More from royans (16)

PPS
Web20expo Filesystems
PPS
Flickr Services
PPS
Web20expo Scalable Web Arch
PPS
Flickr Php
PPT
Grid – Distributed Computing at Scale
PPT
How Typepad changed their architecture without taking down the service
PPT
Dmk Bo2 K7 Web
PPT
21 Www Web Services
PPS
Web20expo Filesystems
PPS
Web Design World Flickr
PPS
Flickr Services
PPS
Filesystems
PPS
Scalable Web Arch
PPS
Web 2.0 Summit Flickr
PPS
Web20expo Filesystems
PPS
Etech2005
Web20expo Filesystems
Flickr Services
Web20expo Scalable Web Arch
Flickr Php
Grid – Distributed Computing at Scale
How Typepad changed their architecture without taking down the service
Dmk Bo2 K7 Web
21 Www Web Services
Web20expo Filesystems
Web Design World Flickr
Flickr Services
Filesystems
Scalable Web Arch
Web 2.0 Summit Flickr
Web20expo Filesystems
Etech2005

Recently uploaded (20)

PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
Machine Learning_overview_presentation.pptx
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
Cloud computing and distributed systems.
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
cuic standard and advanced reporting.pdf
PDF
Empathic Computing: Creating Shared Understanding
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PPT
Teaching material agriculture food technology
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Programs and apps: productivity, graphics, security and other tools
MIND Revenue Release Quarter 2 2025 Press Release
Machine Learning_overview_presentation.pptx
20250228 LYD VKU AI Blended-Learning.pptx
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Per capita expenditure prediction using model stacking based on satellite ima...
Cloud computing and distributed systems.
Encapsulation_ Review paper, used for researhc scholars
The Rise and Fall of 3GPP – Time for a Sabbatical?
Advanced methodologies resolving dimensionality complications for autism neur...
cuic standard and advanced reporting.pdf
Empathic Computing: Creating Shared Understanding
Dropbox Q2 2025 Financial Results & Investor Presentation
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Teaching material agriculture food technology
Agricultural_Statistics_at_a_Glance_2022_0.pdf
gpt5_lecture_notes_comprehensive_20250812015547.pdf
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf

Hadoop: Distributed data processing

  • 1. Hadoop: Distributed Data Processing Amr Awadallah Founder/CTO, Cloudera, Inc. ACM Data Mining SIG Thursday, January 25th, 2010 Wednesday, January 27, 2010
  • 2. Outline ▪Scaling for Large Data Processing ▪What is Hadoop? ▪HDFS and MapReduce ▪Hadoop Ecosystem ▪Hadoop vs RDBMSes ▪Conclusion Amr Awadallah, Cloudera Inc 2 Wednesday, January 27, 2010
  • 3. Current Storage Systems Can’t Compute Amr Awadallah, Cloudera Inc 3 Wednesday, January 27, 2010
  • 4. Current Storage Systems Can’t Compute Collection Instrumentation Amr Awadallah, Cloudera Inc 3 Wednesday, January 27, 2010
  • 5. Current Storage Systems Can’t Compute Storage Farm for Unstructured Data (20TB/day) Mostly Append Collection Instrumentation Amr Awadallah, Cloudera Inc 3 Wednesday, January 27, 2010
  • 6. Current Storage Systems Can’t Compute Interactive Apps RDBMS (200GB/day) ETL Grid Storage Farm for Unstructured Data (20TB/day) Mostly Append Collection Instrumentation Amr Awadallah, Cloudera Inc 3 Wednesday, January 27, 2010
  • 7. Current Storage Systems Can’t Compute Interactive Apps RDBMS (200GB/day) ETL Grid Filer heads are a bottleneck Storage Farm for Unstructured Data (20TB/day) Mostly Append Collection Instrumentation Amr Awadallah, Cloudera Inc 3 Wednesday, January 27, 2010
  • 8. Current Storage Systems Can’t Compute Interactive Apps Ad hoc Queries & Data Mining RDBMS (200GB/day) ETL Grid Non-Consumption Filer heads are a bottleneck Storage Farm for Unstructured Data (20TB/day) Mostly Append Collection Instrumentation Amr Awadallah, Cloudera Inc 3 Wednesday, January 27, 2010
  • 9. The Solution: A Store-Compute Grid Amr Awadallah, Cloudera Inc 4 Wednesday, January 27, 2010
  • 10. The Solution: A Store-Compute Grid Storage + Computation Mostly Append Collection Instrumentation Amr Awadallah, Cloudera Inc 4 Wednesday, January 27, 2010
  • 11. The Solution: A Store-Compute Grid Interactive Apps RDBMS ETL and Aggregations Storage + Computation Mostly Append Collection Instrumentation Amr Awadallah, Cloudera Inc 4 Wednesday, January 27, 2010
  • 12. The Solution: A Store-Compute Grid Interactive Apps “Batch” Apps RDBMS Ad hoc Queries ETL and & Data Mining Aggregations Storage + Computation Mostly Append Collection Instrumentation Amr Awadallah, Cloudera Inc 4 Wednesday, January 27, 2010
  • 13. What is Hadoop? Amr Awadallah, Cloudera Inc 5 Wednesday, January 27, 2010
  • 14. What is Hadoop? ▪A scalable fault-tolerant grid operating system for data storage and processing Amr Awadallah, Cloudera Inc 5 Wednesday, January 27, 2010
  • 15. What is Hadoop? ▪A scalable fault-tolerant grid operating system for data storage and processing ▪ Its scalability comes from the marriage of: ▪ HDFS: Self-Healing High-Bandwidth Clustered Storage ▪ MapReduce: Fault-Tolerant Distributed Processing Amr Awadallah, Cloudera Inc 5 Wednesday, January 27, 2010
  • 16. What is Hadoop? ▪A scalable fault-tolerant grid operating system for data storage and processing ▪ Its scalability comes from the marriage of: ▪ HDFS: Self-Healing High-Bandwidth Clustered Storage ▪ MapReduce: Fault-Tolerant Distributed Processing ▪ Operates on unstructured and structured data Amr Awadallah, Cloudera Inc 5 Wednesday, January 27, 2010
  • 17. What is Hadoop? ▪A scalable fault-tolerant grid operating system for data storage and processing ▪ Its scalability comes from the marriage of: ▪ HDFS: Self-Healing High-Bandwidth Clustered Storage ▪ MapReduce: Fault-Tolerant Distributed Processing ▪ Operates on unstructured and structured data ▪ A large and active ecosystem (many developers and additions like HBase, Hive, Pig, …) Amr Awadallah, Cloudera Inc 5 Wednesday, January 27, 2010
  • 18. What is Hadoop? ▪A scalable fault-tolerant grid operating system for data storage and processing ▪ Its scalability comes from the marriage of: ▪ HDFS: Self-Healing High-Bandwidth Clustered Storage ▪ MapReduce: Fault-Tolerant Distributed Processing ▪ Operates on unstructured and structured data ▪ A large and active ecosystem (many developers and additions like HBase, Hive, Pig, …) ▪ Open source under the friendly Apache License Amr Awadallah, Cloudera Inc 5 Wednesday, January 27, 2010
  • 19. What is Hadoop? ▪A scalable fault-tolerant grid operating system for data storage and processing ▪ Its scalability comes from the marriage of: ▪ HDFS: Self-Healing High-Bandwidth Clustered Storage ▪ MapReduce: Fault-Tolerant Distributed Processing ▪ Operates on unstructured and structured data ▪ A large and active ecosystem (many developers and additions like HBase, Hive, Pig, …) ▪ Open source under the friendly Apache License ▪ http://wiki.apache.org/hadoop/ Amr Awadallah, Cloudera Inc 5 Wednesday, January 27, 2010
  • 20. Hadoop History Amr Awadallah, Cloudera Inc 6 Wednesday, January 27, 2010
  • 21. Hadoop History ▪ 2002-2004: Doug Cutting and Mike Cafarella started working on Nutch Amr Awadallah, Cloudera Inc 6 Wednesday, January 27, 2010
  • 22. Hadoop History ▪ 2002-2004: Doug Cutting and Mike Cafarella started working on Nutch ▪ 2003-2004: Google publishes GFS and MapReduce papers Amr Awadallah, Cloudera Inc 6 Wednesday, January 27, 2010
  • 23. Hadoop History ▪ 2002-2004: Doug Cutting and Mike Cafarella started working on Nutch ▪ 2003-2004: Google publishes GFS and MapReduce papers ▪ 2004: Cutting adds DFS & MapReduce support to Nutch Amr Awadallah, Cloudera Inc 6 Wednesday, January 27, 2010
  • 24. Hadoop History ▪ 2002-2004: Doug Cutting and Mike Cafarella started working on Nutch ▪ 2003-2004: Google publishes GFS and MapReduce papers ▪ 2004: Cutting adds DFS & MapReduce support to Nutch ▪ 2006: Yahoo! hires Cutting, Hadoop spins out of Nutch Amr Awadallah, Cloudera Inc 6 Wednesday, January 27, 2010
  • 25. Hadoop History ▪ 2002-2004: Doug Cutting and Mike Cafarella started working on Nutch ▪ 2003-2004: Google publishes GFS and MapReduce papers ▪ 2004: Cutting adds DFS & MapReduce support to Nutch ▪ 2006: Yahoo! hires Cutting, Hadoop spins out of Nutch ▪ 2007: NY Times converts 4TB of archives over 100 EC2s Amr Awadallah, Cloudera Inc 6 Wednesday, January 27, 2010
  • 26. Hadoop History ▪ 2002-2004: Doug Cutting and Mike Cafarella started working on Nutch ▪ 2003-2004: Google publishes GFS and MapReduce papers ▪ 2004: Cutting adds DFS & MapReduce support to Nutch ▪ 2006: Yahoo! hires Cutting, Hadoop spins out of Nutch ▪ 2007: NY Times converts 4TB of archives over 100 EC2s ▪ 2008: Web-scale deployments at Y!, Facebook, Last.fm Amr Awadallah, Cloudera Inc 6 Wednesday, January 27, 2010
  • 27. Hadoop History ▪ 2002-2004: Doug Cutting and Mike Cafarella started working on Nutch ▪ 2003-2004: Google publishes GFS and MapReduce papers ▪ 2004: Cutting adds DFS & MapReduce support to Nutch ▪ 2006: Yahoo! hires Cutting, Hadoop spins out of Nutch ▪ 2007: NY Times converts 4TB of archives over 100 EC2s ▪ 2008: Web-scale deployments at Y!, Facebook, Last.fm ▪ April 2008: Yahoo does fastest sort of a TB, 3.5mins over 910 nodes Amr Awadallah, Cloudera Inc 6 Wednesday, January 27, 2010
  • 28. Hadoop History ▪ 2002-2004: Doug Cutting and Mike Cafarella started working on Nutch ▪ 2003-2004: Google publishes GFS and MapReduce papers ▪ 2004: Cutting adds DFS & MapReduce support to Nutch ▪ 2006: Yahoo! hires Cutting, Hadoop spins out of Nutch ▪ 2007: NY Times converts 4TB of archives over 100 EC2s ▪ 2008: Web-scale deployments at Y!, Facebook, Last.fm ▪ April 2008: Yahoo does fastest sort of a TB, 3.5mins over 910 nodes ▪ May 2009: ▪ Yahoo does fastest sort of a TB, 62secs over 1460 nodes ▪ Yahoo sorts a PB in 16.25hours over 3658 nodes Amr Awadallah, Cloudera Inc 6 Wednesday, January 27, 2010
  • 29. Hadoop History ▪ 2002-2004: Doug Cutting and Mike Cafarella started working on Nutch ▪ 2003-2004: Google publishes GFS and MapReduce papers ▪ 2004: Cutting adds DFS & MapReduce support to Nutch ▪ 2006: Yahoo! hires Cutting, Hadoop spins out of Nutch ▪ 2007: NY Times converts 4TB of archives over 100 EC2s ▪ 2008: Web-scale deployments at Y!, Facebook, Last.fm ▪ April 2008: Yahoo does fastest sort of a TB, 3.5mins over 910 nodes ▪ May 2009: ▪ Yahoo does fastest sort of a TB, 62secs over 1460 nodes ▪ Yahoo sorts a PB in 16.25hours over 3658 nodes ▪ June 2009, Oct 2009: Hadoop Summit (750), Hadoop World (500) Amr Awadallah, Cloudera Inc 6 Wednesday, January 27, 2010
  • 30. Hadoop History ▪ 2002-2004: Doug Cutting and Mike Cafarella started working on Nutch ▪ 2003-2004: Google publishes GFS and MapReduce papers ▪ 2004: Cutting adds DFS & MapReduce support to Nutch ▪ 2006: Yahoo! hires Cutting, Hadoop spins out of Nutch ▪ 2007: NY Times converts 4TB of archives over 100 EC2s ▪ 2008: Web-scale deployments at Y!, Facebook, Last.fm ▪ April 2008: Yahoo does fastest sort of a TB, 3.5mins over 910 nodes ▪ May 2009: ▪ Yahoo does fastest sort of a TB, 62secs over 1460 nodes ▪ Yahoo sorts a PB in 16.25hours over 3658 nodes ▪ June 2009, Oct 2009: Hadoop Summit (750), Hadoop World (500) Amr Awadallah, Cloudera Inc 6 ▪ September 2009: Doug Cutting joins Cloudera Wednesday, January 27, 2010
  • 31. Hadoop Design Axioms Amr Awadallah, Cloudera Inc 7 Wednesday, January 27, 2010
  • 32. Hadoop Design Axioms 1. System Shall Manage and Heal Itself Amr Awadallah, Cloudera Inc 7 Wednesday, January 27, 2010
  • 33. Hadoop Design Axioms 1. System Shall Manage and Heal Itself 2. Performance Shall Scale Linearly Amr Awadallah, Cloudera Inc 7 Wednesday, January 27, 2010
  • 34. Hadoop Design Axioms 1. System Shall Manage and Heal Itself 2. Performance Shall Scale Linearly 3. Compute Should Move to Data Amr Awadallah, Cloudera Inc 7 Wednesday, January 27, 2010
  • 35. Hadoop Design Axioms 1. System Shall Manage and Heal Itself 2. Performance Shall Scale Linearly 3. Compute Should Move to Data 4. Simple Core, Modular and Extensible Amr Awadallah, Cloudera Inc 7 Wednesday, January 27, 2010
  • 36. HDFS: Hadoop Distributed File System Block Size = 64MB Replication Factor = 3 Cost/GB is a few ¢/month vs $/month Amr Awadallah, Cloudera Inc 8 Wednesday, January 27, 2010
  • 37. HDFS: Hadoop Distributed File System Block Size = 64MB Replication Factor = 3 Cost/GB is a few ¢/month vs $/month Amr Awadallah, Cloudera Inc 8 Wednesday, January 27, 2010
  • 38. MapReduce: Distributed Processing Amr Awadallah, Cloudera Inc 9 Wednesday, January 27, 2010
  • 39. MapReduce: Distributed Processing Amr Awadallah, Cloudera Inc 9 Wednesday, January 27, 2010
  • 40. MapReduce Example for Word Count SELECT word, COUNT(1) FROM docs GROUP BY word; cat *.txt | mapper.pl | sort | reducer.pl > out.txt Split 1 Split i Split N Amr Awadallah, Cloudera Inc 10 Wednesday, January 27, 2010
  • 41. MapReduce Example for Word Count SELECT word, COUNT(1) FROM docs GROUP BY word; cat *.txt | mapper.pl | sort | reducer.pl > out.txt (words, counts) Split 1 (docid, text) Map 1 Be, 5 “To Be Or Not To Be?” Be, 12 Split i (docid, text) Map i Be, 7 Be, 6 Split N (docid, text) Map M (words, counts) Amr Awadallah, Cloudera Inc 10 Wednesday, January 27, 2010
  • 42. MapReduce Example for Word Count SELECT word, COUNT(1) FROM docs GROUP BY word; cat *.txt | mapper.pl | sort | reducer.pl > out.txt (words, counts) Split 1 (docid, text) Map 1 (sorted words, counts) Be, 5 Reduce 1 “To Be Or Not To Be?” Be, 12 Reduce i Split i (docid, text) Map i Be, 7 Be, 6 Shuffle Reduce R Split N (docid, text) Map M (words, counts) (sorted words, counts) Amr Awadallah, Cloudera Inc 10 Wednesday, January 27, 2010
  • 43. MapReduce Example for Word Count SELECT word, COUNT(1) FROM docs GROUP BY word; cat *.txt | mapper.pl | sort | reducer.pl > out.txt (words, counts) Split 1 (docid, text) Map 1 (sorted words, counts) Output File Be, 5 Reduce 1 (sorted words, sum of counts) 1 “To Be Or Not Be, 30 To Be?” Be, 12 Output File i (sorted words, Reduce i sum of counts) Split i (docid, text) Map i Be, 7 Be, 6 Shuffle Output File (sorted words, R Reduce R sum of counts) Split N (docid, text) Map M (words, counts) (sorted words, counts) Amr Awadallah, Cloudera Inc 10 Wednesday, January 27, 2010
  • 44. Hadoop High-Level Architecture Hadoop Client Contacts Name Node for data or Job Tracker to submit jobs Name Node Job Tracker Maintains mapping of file blocks Schedules jobs across to data node slaves task tracker slaves Data Node Task Tracker Stores and serves Runs tasks (work units) blocks of data within a job Share Physical Node Amr Awadallah, Cloudera Inc 11 Wednesday, January 27, 2010
  • 45. Apache Hadoop Ecosystem MapReduce (Job Scheduling/Execution System) HDFS (Hadoop Distributed File System) Amr Awadallah, Cloudera Inc 12 Wednesday, January 27, 2010
  • 46. Apache Hadoop Ecosystem Zookeepr (Coordination) Avro (Serialization) MapReduce (Job Scheduling/Execution System) HDFS (Hadoop Distributed File System) Amr Awadallah, Cloudera Inc 12 Wednesday, January 27, 2010
  • 47. Apache Hadoop Ecosystem Zookeepr (Coordination) Avro (Serialization) MapReduce (Job Scheduling/Execution System) HBase (key-value store) HDFS (Hadoop Distributed File System) Amr Awadallah, Cloudera Inc 12 Wednesday, January 27, 2010
  • 48. Apache Hadoop Ecosystem ETL Tools BI Reporting RDBMS Pig (Data Flow) Hive (SQL) Sqoop Zookeepr (Coordination) Avro (Serialization) MapReduce (Job Scheduling/Execution System) HBase (key-value store) (Streaming/Pipes APIs) HDFS (Hadoop Distributed File System) Amr Awadallah, Cloudera Inc 12 Wednesday, January 27, 2010
  • 49. Use The Right Tool For The Right Job Hadoop: Relational Databases: Amr Awadallah, Cloudera Inc 13 Wednesday, January 27, 2010
  • 50. Use The Right Tool For The Right Job Hadoop: Relational Databases: Amr Awadallah, Cloudera Inc 13 Wednesday, January 27, 2010
  • 51. Use The Right Tool For The Right Job Hadoop: Relational Databases: When to use? When to use? • Affordable Storage/ • Interactive Reporting Compute (<1sec) • Structured or Not (Agility) • Multistep Transactions • Resilient Auto Scalability • Interoperability Amr Awadallah, Cloudera Inc 13 Wednesday, January 27, 2010
  • 52. Economics of Hadoop Amr Awadallah, Cloudera Inc 14 Wednesday, January 27, 2010
  • 53. Economics of Hadoop ▪ Typical Hardware: ▪ Two Quad Core Nehalems ▪ 24GB RAM ▪ 12 * 1TB SATA disks (JBOD mode, no need for RAID) ▪ 1 Gigabit Ethernet card Amr Awadallah, Cloudera Inc 14 Wednesday, January 27, 2010
  • 54. Economics of Hadoop ▪ Typical Hardware: ▪ Two Quad Core Nehalems ▪ 24GB RAM ▪ 12 * 1TB SATA disks (JBOD mode, no need for RAID) ▪ 1 Gigabit Ethernet card ▪ Cost/node: $5K/node Amr Awadallah, Cloudera Inc 14 Wednesday, January 27, 2010
  • 55. Economics of Hadoop ▪ Typical Hardware: ▪ Two Quad Core Nehalems ▪ 24GB RAM ▪ 12 * 1TB SATA disks (JBOD mode, no need for RAID) ▪ 1 Gigabit Ethernet card ▪ Cost/node: $5K/node ▪ Effective HDFS Space: ▪ ¼ reserved for temp shuffle space, which leaves 9TB/node ▪ 3 way replication leads to 3TB effective HDFS space/node ▪ But assuming 7x compression that becomes ~ 20TB/node Amr Awadallah, Cloudera Inc 14 Wednesday, January 27, 2010
  • 56. Economics of Hadoop ▪ Typical Hardware: ▪ Two Quad Core Nehalems ▪ 24GB RAM ▪ 12 * 1TB SATA disks (JBOD mode, no need for RAID) ▪ 1 Gigabit Ethernet card ▪ Cost/node: $5K/node ▪ Effective HDFS Space: ▪ ¼ reserved for temp shuffle space, which leaves 9TB/node ▪ 3 way replication leads to 3TB effective HDFS space/node ▪ But assuming 7x compression that becomes ~ 20TB/node Effective Cost per user TB: $250/TB Amr Awadallah, Cloudera Inc 14 Wednesday, January 27, 2010
  • 57. Economics of Hadoop ▪ Typical Hardware: ▪ Two Quad Core Nehalems ▪ 24GB RAM ▪ 12 * 1TB SATA disks (JBOD mode, no need for RAID) ▪ 1 Gigabit Ethernet card ▪ Cost/node: $5K/node ▪ Effective HDFS Space: ▪ ¼ reserved for temp shuffle space, which leaves 9TB/node ▪ 3 way replication leads to 3TB effective HDFS space/node ▪ But assuming 7x compression that becomes ~ 20TB/node Effective Cost per user TB: $250/TB Other solutions cost in the range of $5K to $100K per user TB Amr Awadallah, Cloudera Inc 14 Wednesday, January 27, 2010
  • 58. Sample Talks from Hadoop World ‘09 ▪ VISA: Large Scale Transaction Analysis ▪ JP Morgan Chase: Data Processing for Financial Services ▪ China Mobile: Data Mining Platform for Telecom Industry ▪ Rackspace: Cross Data Center Log Processing ▪ Booz Allen Hamilton: Protein Alignment using Hadoop ▪ eHarmony: Matchmaking in the Hadoop Cloud ▪ General Sentiment: Understanding Natural Language ▪ Yahoo!: Social Graph Analysis ▪ Visible Technologies: Real-Time Business Intelligence ▪ Facebook: Rethinking the Data Warehouse with Hadoop and Hive Slides and Videos at http://www.cloudera.com/hadoop- Amr Awadallah, Cloudera Inc world-nyc 15 Wednesday, January 27, 2010
  • 59. Cloudera Desktop Amr Awadallah, Cloudera Inc 16 Wednesday, January 27, 2010
  • 60. Conclusion Amr Awadallah, Cloudera Inc 17 Wednesday, January 27, 2010
  • 61. Conclusion Hadoop is a data grid operating system which provides an economically scalable solution for storing and processing large amounts of unstructured or structured data over long periods of time. Amr Awadallah, Cloudera Inc 17 Wednesday, January 27, 2010
  • 62. Contact Information Amr Awadallah CTO, Cloudera Inc. [email protected] http://twitter.com/awadallah Online Training Videos and Info: http://cloudera.com/hadoop- training http://cloudera.com/blog http://twitter.com/cloudera Amr Awadallah, Cloudera Inc 18 Wednesday, January 27, 2010
  • 63. (c) 2008 Cloudera, Inc. or its licensors.  "Cloudera" is a registered trademark of Cloudera, Inc.. All rights reserved. 1.0 Wednesday, January 27, 2010