SlideShare a Scribd company logo
10 Common Hadoop-able
Problems
August 5, 2010
Topics

•   Introduction
•   10 Common Hadoop-able Problems
•   Summary
•   Questions




                Copyright 2010 Cloudera Inc. All rights reserved   2
Today’s speaker - Jeff Hammerbacher

 • hammer@cloudera.com
 • Studied Mathematics at Harvard
 • Worked as a Quant on Wall Street
 • Conceived, built, and led Data team at Facebook
    • Nearly 30 amazing engineers and data scientists
    • Several open source projects and research papers
 • Founder of Cloudera
    • Chief Scientist
    • Also, check out the book “Beautiful Data”


                  Copyright 2010 Cloudera Inc. All rights reserved   3
What is Hadoop?

• A scalable fault-tolerant distributed system for data storage
  and processing (open source under the Apache license)

• Scalable data processing engine
   • Hadoop Distributed File System (HDFS): self-healing high-bandwidth
     clustered storage
   • MapReduce: fault-tolerant distributed processing

• Key value
   •   Flexible -> store data without a schema and add it later as needed
   •   Affordable -> cost / TB at a fraction of traditional options
   •   Broadly adopted -> a large and active ecosystem
   •   Proven at scale -> dozens of petabyte + implementations in
       production today
                      Copyright 2010 Cloudera Inc. All Rights Reserved.     4
Cloudera’s Distribution for Hadoop, version 3
The industry’s leading Hadoop distribution



                                                  Hue                               Hue SDK

                               Oozie                              Oozie                 Hive
                                                                          Pig/
                                                                          Hive


                Flume, Sqoop                                                          HBase

                                                                                   Zookeeper



•   Open source – 100% Apache licensed
•   Simplified – Component versions & dependencies managed for you
•   Integrated – All components & functions interoperate through standard API’s
•   Reliable – Patched with fixes from future releases to improve stability
•   Supported – Employs project founders and committers for >70% of components
                               Copyright 2010 Cloudera Inc. All Rights Reserved.               5
How does Cloudera know which problems are
Hadoop-able?

 • Talking to 1000s of users
 • Supporting 100s of implementations
 • Experience putting Hadoop into production with
   customers across a range of industries




                Copyright 2010 Cloudera Inc. All rights reserved   6
Summary – 10 Common Hadoop-able Problems


 1. Modeling true risk                          6. Analyzing network data
                                                   to predict failure
 2. Customer churn
    analysis                                    7. Threat analysis
 3. Recommendation                              8. Trade surveillance
    engine
                                                9. Search quality
 4. Ad targeting
                                                10. Data “sandbox”
 5. PoS transaction analysis


                Copyright 2010 Cloudera Inc. All rights reserved            7
What is common across Hadoop-able problems?

 Nature of the data
 • Complex data
 • Multiple data sources
 • Lots of it

 Nature of the analysis
 • Batch processing
 • Parallel execution
 • Spread data over a cluster of servers
   and take the computation to the data

                  Copyright 2010 Cloudera Inc. All rights reserved   8
What Analysis is Possible With Hadoop?


 • Text mining                                   • Collaborative filtering
 • Index building                                • Prediction models
 • Graph creation and                            • Sentiment analysis
   analysis
                                                 • Risk assessment
 • Pattern recognition




                 Copyright 2010 Cloudera Inc. All rights reserved            9
Benefits of Analyzing With Hadoop

 • Previously impossible/impractical to do this analysis

 • Analysis conducted at lower cost

 • Analysis conducted in less time

 • Greater flexibility




                 Copyright 2010 Cloudera Inc. All rights reserved   10
Topics

•   Introduction
•   10 Common Hadoop-able Problems
•   Summary
•   Questions




                Copyright 2010 Cloudera Inc. All rights reserved   11
1. Modeling True Risk




              Copyright 2010 Cloudera Inc. All rights reserved   12
1. Modeling True Risk
 Solution with Hadoop
 • Source, parse and aggregate disparate data
   sources to build comprehensive data picture
    • e.g. credit card records, call recordings, chat
      sessions, emails, banking activity
 • Structure and analyze
    • Sentiment analysis, graph creation, pattern
      recognition

 Typical Industry
 • Financial Services (Banks, Insurance)
                    Copyright 2010 Cloudera Inc. All rights reserved   13
2. Customer Churn Analysis




             Copyright 2010 Cloudera Inc. All rights reserved   14
2. Customer Churn Analysis
 Solution with Hadoop
 • Rapidly test and build behavioral model of customer
   from disparate data sources
 • Structure and analyze with Hadoop
    • Traversing
    • Graph creation
    • Pattern recognition


 Typical Industry
 • Telecommunications, Financial Services
                    Copyright 2010 Cloudera Inc. All rights reserved   15
3. Recommendation Engine




            Copyright 2010 Cloudera Inc. All rights reserved   16
3. Recommendation Engine
 Solution with Hadoop

 • Batch processing framework
    • Allow execution in in parallel over large datasets
 • Collaborative filtering
    • Collecting ‘taste’ information from many users
    • Utilizing information to predict what similar
      users like

 Typical Industry
 • Ecommerce, Manufacturing, Retail
                    Copyright 2010 Cloudera Inc. All rights reserved   17
4. Ad Targeting




              Copyright 2010 Cloudera Inc. All rights reserved   18
4. Ad Targeting
 Solution with Hadoop

 • Data analysis can be conducted in parallel, reducing
   processing times from days to hours
 • With Hadoop, as data volumes grow the only
   expansion cost is hardware
 • Add more nodes without a degradation in
   performance

 Typical Industry
 • Advertising
                    Copyright 2010 Cloudera Inc. All rights reserved   19
5. Point of Sale Transaction Analysis




              Copyright 2010 Cloudera Inc. All rights reserved   20
5. Point of Sale Transaction Analysis
 Solution with Hadoop
 • Batch processing framework
    • Allow execution in in parallel over large datasets
 • Pattern recognition
    • Optimizing over multiple data sources
    • Utilizing information to predict demand


 Typical Industry
 • Retail

                    Copyright 2010 Cloudera Inc. All rights reserved   21
6. Analyzing Network Data to Predict Failure




              Copyright 2010 Cloudera Inc. All rights reserved   22
6. Analyzing Network Data to Predict Failure
 Solution with Hadoop
 • Take the computation to the data
    • Expand the range of indexing techniques from simple
       scans to more complex data mining
 • Better understand how the network reacts to
   fluctuations
    • How previously thought discrete anomalies may, in
       fact, be interconnected
 • Identify leading indicators of component failure
 Typical Industry
 • Utilities, Telecommunications,
   Data Centers
                    Copyright 2010 Cloudera Inc. All rights reserved   23
7. Threat Analysis




              Copyright 2010 Cloudera Inc. All rights reserved   24
7. Threat Analysis

 Solution with Hadoop

 • Parallel processing over huge datasets
 • Pattern recognition to identify anomalies i.e. threats

 Typical Industry
 • Security
 • Financial Services
 • General: spam fighting,
   click fraud
                    Copyright 2010 Cloudera Inc. All rights reserved   25
8. Trade Surveillance




              Copyright 2010 Cloudera Inc. All rights reserved   26
8. Trade Surveillance

 Solution with Hadoop

 • Batch processing framework
    • Allow execution in in parallel over large datasets
 • Pattern recognition
    • Detect trading anomalies and harmful behavior

 Typical Industry
 • Financial services
 • Regulatory bodies
                    Copyright 2010 Cloudera Inc. All rights reserved   27
9. Search Quality




              Copyright 2010 Cloudera Inc. All rights reserved   28
9. Search Quality
 Solution with Hadoop

 • Analyzing search attempts in conjunction with
   structured data
 • Pattern recognition
    • Browsing pattern of users performing searches in
      different categories

 Typical Industry
 • Web
 • Ecommerce

                    Copyright 2010 Cloudera Inc. All rights reserved   29
10. Data “Sandbox”




             Copyright 2010 Cloudera Inc. All rights reserved   30
10. Data “Sandbox”
 Solution with Hadoop

 • With Hadoop an organization can “dump” all this
   data into a HDFS cluster
 • Then use Hadoop to start trying out different
   analysis on the data
 • See patterns or relationships that allow the
   organization to derive additional value from data

 Typical Industry
 • Common across all industries
                    Copyright 2010 Cloudera Inc. All rights reserved   31
Topics

•   Introduction
•   10 Common Hadoop-able Problems
•   Summary
•   Questions




                Copyright 2010 Cloudera Inc. All rights reserved   32
Summary – 10 Common Hadoop-able Problems

 1. Modeling true risk                         6. Threat analysis
 2. Customer churn                             7. Analyzing network
    analysis                                      data to predict failure
 3. Recommendation                             8. Trade surveillance
    engine
                                               9. Search quality
 4. Ad targeting
                                               10. Data “sandbox”
 5. PoS transaction
    analysis

               Copyright 2010 Cloudera Inc. All rights reserved             33
Who is Cloudera?

• Enterprise software & services company providing the industry’s
  leading Hadoop-based data management platform
   • Founding team came from large Web companies



• Products: Cloudera Enterprise & Cloudera’s Distribution for Hadoop
   • All necessary packages, matched, tested and supported
   • Tools to support production use of Hadoop
   • The leading distribution for the enterprise


• Contributors and committers
   • Fixing, patching and adding features

                                                                    34
Hear More Examples @ Hadoop World 2010
http://www.cloudera.com/company/press-center/hadoop-world-nyc/


 •   2nd annual event focused on practical
     applications of Hadoop

 •   Date: October 12th 2010

 •   Location: Hilton New York                                               Confirmed speakers from

 •   Keynote from Tim O’Reilly – founder
     O’Reilly Media

 •   Pre and post conference training
     available for Hadoop and related projects

 •   36 business and technical focused sessions


                         Copyright 2010 Cloudera Inc. All Rights Reserved.                             35
Questions?




             Copyright 2010 Cloudera Inc. All Rights Reserved.   36

More Related Content

PPTX
Module 01 - Understanding Big Data and Hadoop 1.x,2.x
PDF
Predictive Analysis for Diabetes using Tableau
PPT
Wireless usb ppt
PPTX
Google Glass
PPTX
Human Brain Project and Blue Brain Project
PPTX
Voicexml ppt
PPT
Wireless usb
PDF
Practical Problem Solving with Apache Hadoop & Pig
Module 01 - Understanding Big Data and Hadoop 1.x,2.x
Predictive Analysis for Diabetes using Tableau
Wireless usb ppt
Google Glass
Human Brain Project and Blue Brain Project
Voicexml ppt
Wireless usb
Practical Problem Solving with Apache Hadoop & Pig

Viewers also liked (20)

PPTX
Gartner Data and Analytics Summit: Bringing Self-Service BI & SQL Analytics ...
PPTX
A day in the life of hadoop administrator!
PDF
Troubleshooting Hadoop: Distributed Debugging
PPTX
Hadoop World 2011: Hadoop Troubleshooting 101 - Kate Ting - Cloudera
PPTX
Part 1: Lambda Architectures: Simplified by Apache Kudu
PPTX
The Impala Cookbook
PDF
Aide d2 2_6
PPTX
Apache Ambari: Simplified Hadoop Cluster Operation & Troubleshooting
PDF
HDFS Architecture
PPTX
Optimization-Ppt
PDF
Giip kb-hadoop sizing
PDF
Ernestas Sysojevas. Hadoop Essentials and Ecosystem
PPTX
Introduction to Hadoop - The Essentials
PPTX
Positive Psychology In 5 Slides
PDF
The 7 Pillars of Market Surveillance 2.0
PPTX
Hadoop Essentials -- The What, Why and How to Meet Agency Objectives
PDF
[Sneak Preview] Apache Spark: Preparing for the next wave of Reactive Big Data
PDF
SQL vs. NoSQL Databases
PDF
Future of Data Intensive Applicaitons
PPTX
Integrate Big Data into Your Organization with Informatica and Perficient
Gartner Data and Analytics Summit: Bringing Self-Service BI & SQL Analytics ...
A day in the life of hadoop administrator!
Troubleshooting Hadoop: Distributed Debugging
Hadoop World 2011: Hadoop Troubleshooting 101 - Kate Ting - Cloudera
Part 1: Lambda Architectures: Simplified by Apache Kudu
The Impala Cookbook
Aide d2 2_6
Apache Ambari: Simplified Hadoop Cluster Operation & Troubleshooting
HDFS Architecture
Optimization-Ppt
Giip kb-hadoop sizing
Ernestas Sysojevas. Hadoop Essentials and Ecosystem
Introduction to Hadoop - The Essentials
Positive Psychology In 5 Slides
The 7 Pillars of Market Surveillance 2.0
Hadoop Essentials -- The What, Why and How to Meet Agency Objectives
[Sneak Preview] Apache Spark: Preparing for the next wave of Reactive Big Data
SQL vs. NoSQL Databases
Future of Data Intensive Applicaitons
Integrate Big Data into Your Organization with Informatica and Perficient
Ad

Similar to 10 Common Hadoop-able Problems Webinar (20)

PDF
Webinar: Productionizing Hadoop: Lessons Learned - 20101208
PDF
Hadoop As The Platform For The Smartgrid At TVA
PDF
Hadoop summit cloudera keynote_v5
PPTX
Transform Your Business with Big Data and Hortonworks
PPTX
Simplifying Real-Time Architectures for IoT with Apache Kudu
PPTX
Transform You Business with Big Data and Hortonworks
PDF
Houston Hadoop Meetup Presentation by Vikram Oberoi of Cloudera
PPTX
Fighting cyber fraud with hadoop
PPTX
Cloudera Big Data Integration Speedpitch at TDWI Munich June 2017
PDF
Oracle Cloud : Big Data Use Cases and Architecture
PDF
Cw13 big data and apache hadoop by amr awadallah-cloudera
PDF
Intro to Big Data and Apache Hadoop by Dr. Amr Awadallah at CLOUD WEEKEND '13...
PPTX
Hadoop as Data Refinery - Steve Loughran
PPTX
Hadoop as data refinery
PPTX
201305 hadoop jpl-v3
PPTX
Big data - Online Training
PPTX
Building a Modern Analytic Database with Cloudera 5.8
PDF
Hadoop Data Reservoir Webinar
PPTX
Cloudera Analytics and Machine Learning Platform - Optimized for Cloud
PDF
Bi with apache hadoop(en)
Webinar: Productionizing Hadoop: Lessons Learned - 20101208
Hadoop As The Platform For The Smartgrid At TVA
Hadoop summit cloudera keynote_v5
Transform Your Business with Big Data and Hortonworks
Simplifying Real-Time Architectures for IoT with Apache Kudu
Transform You Business with Big Data and Hortonworks
Houston Hadoop Meetup Presentation by Vikram Oberoi of Cloudera
Fighting cyber fraud with hadoop
Cloudera Big Data Integration Speedpitch at TDWI Munich June 2017
Oracle Cloud : Big Data Use Cases and Architecture
Cw13 big data and apache hadoop by amr awadallah-cloudera
Intro to Big Data and Apache Hadoop by Dr. Amr Awadallah at CLOUD WEEKEND '13...
Hadoop as Data Refinery - Steve Loughran
Hadoop as data refinery
201305 hadoop jpl-v3
Big data - Online Training
Building a Modern Analytic Database with Cloudera 5.8
Hadoop Data Reservoir Webinar
Cloudera Analytics and Machine Learning Platform - Optimized for Cloud
Bi with apache hadoop(en)
Ad

More from Cloudera, Inc. (20)

PPTX
Partner Briefing_January 25 (FINAL).pptx
PPTX
Cloudera Data Impact Awards 2021 - Finalists
PPTX
2020 Cloudera Data Impact Awards Finalists
PPTX
Edc event vienna presentation 1 oct 2019
PPTX
Machine Learning with Limited Labeled Data 4/3/19
PPTX
Data Driven With the Cloudera Modern Data Warehouse 3.19.19
PPTX
Introducing Cloudera DataFlow (CDF) 2.13.19
PPTX
Introducing Cloudera Data Science Workbench for HDP 2.12.19
PPTX
Shortening the Sales Cycle with a Modern Data Warehouse 1.30.19
PPTX
Leveraging the cloud for analytics and machine learning 1.29.19
PPTX
Modernizing the Legacy Data Warehouse – What, Why, and How 1.23.19
PPTX
Leveraging the Cloud for Big Data Analytics 12.11.18
PPTX
Modern Data Warehouse Fundamentals Part 3
PPTX
Modern Data Warehouse Fundamentals Part 2
PPTX
Modern Data Warehouse Fundamentals Part 1
PPTX
Extending Cloudera SDX beyond the Platform
PPTX
Federated Learning: ML with Privacy on the Edge 11.15.18
PPTX
Analyst Webinar: Doing a 180 on Customer 360
PPTX
Build a modern platform for anti-money laundering 9.19.18
PPTX
Introducing the data science sandbox as a service 8.30.18
Partner Briefing_January 25 (FINAL).pptx
Cloudera Data Impact Awards 2021 - Finalists
2020 Cloudera Data Impact Awards Finalists
Edc event vienna presentation 1 oct 2019
Machine Learning with Limited Labeled Data 4/3/19
Data Driven With the Cloudera Modern Data Warehouse 3.19.19
Introducing Cloudera DataFlow (CDF) 2.13.19
Introducing Cloudera Data Science Workbench for HDP 2.12.19
Shortening the Sales Cycle with a Modern Data Warehouse 1.30.19
Leveraging the cloud for analytics and machine learning 1.29.19
Modernizing the Legacy Data Warehouse – What, Why, and How 1.23.19
Leveraging the Cloud for Big Data Analytics 12.11.18
Modern Data Warehouse Fundamentals Part 3
Modern Data Warehouse Fundamentals Part 2
Modern Data Warehouse Fundamentals Part 1
Extending Cloudera SDX beyond the Platform
Federated Learning: ML with Privacy on the Edge 11.15.18
Analyst Webinar: Doing a 180 on Customer 360
Build a modern platform for anti-money laundering 9.19.18
Introducing the data science sandbox as a service 8.30.18

10 Common Hadoop-able Problems Webinar

  • 2. Topics • Introduction • 10 Common Hadoop-able Problems • Summary • Questions Copyright 2010 Cloudera Inc. All rights reserved 2
  • 3. Today’s speaker - Jeff Hammerbacher • hammer@cloudera.com • Studied Mathematics at Harvard • Worked as a Quant on Wall Street • Conceived, built, and led Data team at Facebook • Nearly 30 amazing engineers and data scientists • Several open source projects and research papers • Founder of Cloudera • Chief Scientist • Also, check out the book “Beautiful Data” Copyright 2010 Cloudera Inc. All rights reserved 3
  • 4. What is Hadoop? • A scalable fault-tolerant distributed system for data storage and processing (open source under the Apache license) • Scalable data processing engine • Hadoop Distributed File System (HDFS): self-healing high-bandwidth clustered storage • MapReduce: fault-tolerant distributed processing • Key value • Flexible -> store data without a schema and add it later as needed • Affordable -> cost / TB at a fraction of traditional options • Broadly adopted -> a large and active ecosystem • Proven at scale -> dozens of petabyte + implementations in production today Copyright 2010 Cloudera Inc. All Rights Reserved. 4
  • 5. Cloudera’s Distribution for Hadoop, version 3 The industry’s leading Hadoop distribution Hue Hue SDK Oozie Oozie Hive Pig/ Hive Flume, Sqoop HBase Zookeeper • Open source – 100% Apache licensed • Simplified – Component versions & dependencies managed for you • Integrated – All components & functions interoperate through standard API’s • Reliable – Patched with fixes from future releases to improve stability • Supported – Employs project founders and committers for >70% of components Copyright 2010 Cloudera Inc. All Rights Reserved. 5
  • 6. How does Cloudera know which problems are Hadoop-able? • Talking to 1000s of users • Supporting 100s of implementations • Experience putting Hadoop into production with customers across a range of industries Copyright 2010 Cloudera Inc. All rights reserved 6
  • 7. Summary – 10 Common Hadoop-able Problems 1. Modeling true risk 6. Analyzing network data to predict failure 2. Customer churn analysis 7. Threat analysis 3. Recommendation 8. Trade surveillance engine 9. Search quality 4. Ad targeting 10. Data “sandbox” 5. PoS transaction analysis Copyright 2010 Cloudera Inc. All rights reserved 7
  • 8. What is common across Hadoop-able problems? Nature of the data • Complex data • Multiple data sources • Lots of it Nature of the analysis • Batch processing • Parallel execution • Spread data over a cluster of servers and take the computation to the data Copyright 2010 Cloudera Inc. All rights reserved 8
  • 9. What Analysis is Possible With Hadoop? • Text mining • Collaborative filtering • Index building • Prediction models • Graph creation and • Sentiment analysis analysis • Risk assessment • Pattern recognition Copyright 2010 Cloudera Inc. All rights reserved 9
  • 10. Benefits of Analyzing With Hadoop • Previously impossible/impractical to do this analysis • Analysis conducted at lower cost • Analysis conducted in less time • Greater flexibility Copyright 2010 Cloudera Inc. All rights reserved 10
  • 11. Topics • Introduction • 10 Common Hadoop-able Problems • Summary • Questions Copyright 2010 Cloudera Inc. All rights reserved 11
  • 12. 1. Modeling True Risk Copyright 2010 Cloudera Inc. All rights reserved 12
  • 13. 1. Modeling True Risk Solution with Hadoop • Source, parse and aggregate disparate data sources to build comprehensive data picture • e.g. credit card records, call recordings, chat sessions, emails, banking activity • Structure and analyze • Sentiment analysis, graph creation, pattern recognition Typical Industry • Financial Services (Banks, Insurance) Copyright 2010 Cloudera Inc. All rights reserved 13
  • 14. 2. Customer Churn Analysis Copyright 2010 Cloudera Inc. All rights reserved 14
  • 15. 2. Customer Churn Analysis Solution with Hadoop • Rapidly test and build behavioral model of customer from disparate data sources • Structure and analyze with Hadoop • Traversing • Graph creation • Pattern recognition Typical Industry • Telecommunications, Financial Services Copyright 2010 Cloudera Inc. All rights reserved 15
  • 16. 3. Recommendation Engine Copyright 2010 Cloudera Inc. All rights reserved 16
  • 17. 3. Recommendation Engine Solution with Hadoop • Batch processing framework • Allow execution in in parallel over large datasets • Collaborative filtering • Collecting ‘taste’ information from many users • Utilizing information to predict what similar users like Typical Industry • Ecommerce, Manufacturing, Retail Copyright 2010 Cloudera Inc. All rights reserved 17
  • 18. 4. Ad Targeting Copyright 2010 Cloudera Inc. All rights reserved 18
  • 19. 4. Ad Targeting Solution with Hadoop • Data analysis can be conducted in parallel, reducing processing times from days to hours • With Hadoop, as data volumes grow the only expansion cost is hardware • Add more nodes without a degradation in performance Typical Industry • Advertising Copyright 2010 Cloudera Inc. All rights reserved 19
  • 20. 5. Point of Sale Transaction Analysis Copyright 2010 Cloudera Inc. All rights reserved 20
  • 21. 5. Point of Sale Transaction Analysis Solution with Hadoop • Batch processing framework • Allow execution in in parallel over large datasets • Pattern recognition • Optimizing over multiple data sources • Utilizing information to predict demand Typical Industry • Retail Copyright 2010 Cloudera Inc. All rights reserved 21
  • 22. 6. Analyzing Network Data to Predict Failure Copyright 2010 Cloudera Inc. All rights reserved 22
  • 23. 6. Analyzing Network Data to Predict Failure Solution with Hadoop • Take the computation to the data • Expand the range of indexing techniques from simple scans to more complex data mining • Better understand how the network reacts to fluctuations • How previously thought discrete anomalies may, in fact, be interconnected • Identify leading indicators of component failure Typical Industry • Utilities, Telecommunications, Data Centers Copyright 2010 Cloudera Inc. All rights reserved 23
  • 24. 7. Threat Analysis Copyright 2010 Cloudera Inc. All rights reserved 24
  • 25. 7. Threat Analysis Solution with Hadoop • Parallel processing over huge datasets • Pattern recognition to identify anomalies i.e. threats Typical Industry • Security • Financial Services • General: spam fighting, click fraud Copyright 2010 Cloudera Inc. All rights reserved 25
  • 26. 8. Trade Surveillance Copyright 2010 Cloudera Inc. All rights reserved 26
  • 27. 8. Trade Surveillance Solution with Hadoop • Batch processing framework • Allow execution in in parallel over large datasets • Pattern recognition • Detect trading anomalies and harmful behavior Typical Industry • Financial services • Regulatory bodies Copyright 2010 Cloudera Inc. All rights reserved 27
  • 28. 9. Search Quality Copyright 2010 Cloudera Inc. All rights reserved 28
  • 29. 9. Search Quality Solution with Hadoop • Analyzing search attempts in conjunction with structured data • Pattern recognition • Browsing pattern of users performing searches in different categories Typical Industry • Web • Ecommerce Copyright 2010 Cloudera Inc. All rights reserved 29
  • 30. 10. Data “Sandbox” Copyright 2010 Cloudera Inc. All rights reserved 30
  • 31. 10. Data “Sandbox” Solution with Hadoop • With Hadoop an organization can “dump” all this data into a HDFS cluster • Then use Hadoop to start trying out different analysis on the data • See patterns or relationships that allow the organization to derive additional value from data Typical Industry • Common across all industries Copyright 2010 Cloudera Inc. All rights reserved 31
  • 32. Topics • Introduction • 10 Common Hadoop-able Problems • Summary • Questions Copyright 2010 Cloudera Inc. All rights reserved 32
  • 33. Summary – 10 Common Hadoop-able Problems 1. Modeling true risk 6. Threat analysis 2. Customer churn 7. Analyzing network analysis data to predict failure 3. Recommendation 8. Trade surveillance engine 9. Search quality 4. Ad targeting 10. Data “sandbox” 5. PoS transaction analysis Copyright 2010 Cloudera Inc. All rights reserved 33
  • 34. Who is Cloudera? • Enterprise software & services company providing the industry’s leading Hadoop-based data management platform • Founding team came from large Web companies • Products: Cloudera Enterprise & Cloudera’s Distribution for Hadoop • All necessary packages, matched, tested and supported • Tools to support production use of Hadoop • The leading distribution for the enterprise • Contributors and committers • Fixing, patching and adding features 34
  • 35. Hear More Examples @ Hadoop World 2010 http://www.cloudera.com/company/press-center/hadoop-world-nyc/ • 2nd annual event focused on practical applications of Hadoop • Date: October 12th 2010 • Location: Hilton New York Confirmed speakers from • Keynote from Tim O’Reilly – founder O’Reilly Media • Pre and post conference training available for Hadoop and related projects • 36 business and technical focused sessions Copyright 2010 Cloudera Inc. All Rights Reserved. 35
  • 36. Questions? Copyright 2010 Cloudera Inc. All Rights Reserved. 36