SlideShare ist ein Scribd-Unternehmen logo
1 von 22
Productionizing Hadoop : Lessons Learned Eric Sammer - Solution Architect - Cloudera email: esammer@cloudera.com twitter: @esammer, @cloudera
Starting Out 2 Copyright 2010 Cloudera Inc. All rights reserved (You) “Let’s build a Hadoop cluster!” http://www.iccs.inf.ed.ac.uk/~miles/code.html
Starting Out 3 Copyright 2010 Cloudera Inc. All rights reserved (You) http://www.iccs.inf.ed.ac.uk/~miles/code.html
Where you want to be 4 Copyright 2010 Cloudera Inc. All rights reserved (You) Yahoo! Hadoop Cluster (2007)
What is Hadoop? A scalable fault-tolerant distributed system  for data storage and processing (open source under the Apache license) Core Hadoop has two main components 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. 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 ,[object Object]
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 components6 Copyright 2010 Cloudera Inc. All Rights Reserved.
Overview Proper planning Data Ingestion ETL and Data Processing Infrastructure Authentication, Authorization, and Sharing Monitoring 7 Copyright 2010 Cloudera Inc. All rights reserved
The production data platform Data storage ETL / data processing / analysis infrastructure Data ingestion infrastructure Integration with tools Data security and access control Health and performance monitoring 8 Copyright 2010 Cloudera Inc. All rights reserved
Proper planning Know your use cases! Log transformation, aggregation Text mining, IR Analytics Machine learning Critical to proper configuration Hadoop Network OS Resource utilization, deep job insight will tell you more 9 Copyright 2010 Cloudera Inc. All rights reserved
HDFS Concerns Name node availability HA is tricky Consider where Hadoop lives in the system Manual recovery can be simple, fast, effective Backup Strategy Name node metadata – hourly, ~2 day retention User data Log shipping style strategies DistCp “Fan out” to multiple clusters on ingestion 10 Copyright 2010 Cloudera Inc. All rights reserved
Data Ingestion Many data sources Streaming data sources (log files, mostly) RDBMS EDW Files (usually exports from 3rd party) Common place we see DIY You probably shouldn’t Sqoop, Flume, Oozie (but I’m biased) No matter what - fault tolerant, performant, monitored 11 Copyright 2010 Cloudera Inc. All rights reserved
ETL and Data Processing Non-interactive jobs Establish a common directory structure for processes Need tools to handle complex chains of jobs Workflow tools support Job dependencies, error handling Tracking Invocation based on time or events Most common mistake: depending on jobs always completing successfully or within a window of time. Monitor for SLA rather than pray Defensive coding practices apply just as they do everywhere else! 12 Copyright 2010 Cloudera Inc. All rights reserved
Metadata Management Tool independent metadata about… Data sets we know about and their location (on HDFS) Schemata Authorization (currently HDFS permissions only) Partitioning Format and compression Guarantees (consistency, timeliness, permits duplicates) Currently still DIY in many ways, tool-dependent Most people rely on prayer and hard coding (H)OWL is interesting 13 Copyright 2010 Cloudera Inc. All rights reserved
Authentication and authorization Authentication Don’t talk to strangers Should integrate with existing IT infrastructure Yahoo! security (Kerberos) patches now part of CDH3b3 Authorization Not everyone can access everything Ex. Production data sets are read-only to quants / analysts. Analysts have home or group directories for derived data sets. Mostly enforced via HDFS permissions; directory structure and organization is critical Not as fine grained as column level access in EDW, RDBMS HUE as a gateway to the cluster 14 Copyright 2010 Cloudera Inc. All rights reserved
Resource Sharing Prefer one large cluster to many small clusters (unless maybe you’re Facebook) “Stop hogging the cluster!” Cluster resources Disk space (HDFS size quotas) Number of files (HDFS file count quotas) Simultaneous jobs Tasks – guaranteed capacity, full utilization, SLA enforcement Monitor and track resource utilization across all groups 15 Copyright 2010 Cloudera Inc. All rights reserved
Monitoring Critical for keeping things running Cluster health Duh. Traditional monitoring tools: Nagios, Hyperic, Zenoss Host checks, service checks When to alert? It’s tricky. Cluster performance Overall utilization in aggregate 30,000ft view of utilization and performance; macro level 16 Copyright 2010 Cloudera Inc. All rights reserved
Monitoring Hadoop aware cluster monitoring Traditional tools don’t cut it; Hadoop monitoring is inherently Hadoop specific Analogous to RDBMS monitoring tools Job level “monitoring” More like analysis “What resources does this job use?” “How does this run compare to last run?” “How can I make this run faster, more resource efficient?” Two views we care about Job perspective Resource perspective (task slots, scheduler pool) 17 Copyright 2010 Cloudera Inc. All rights reserved
Wrapping it up Hadoop proper is awesome, but is only part of the picture Much of Professional Services time is filling in the blanks There’s still a way to go Metadata management Operational tools and support Improvements to Hadoop core to improve stability, security, manageability Adoption and feedback drive progress CDH provides the infrastructure for a complete system 18 Copyright 2010 Cloudera Inc. All rights reserved

Weitere ähnliche Inhalte

Was ist angesagt?

field_guide_to_hadoop_pentaho
field_guide_to_hadoop_pentahofield_guide_to_hadoop_pentaho
field_guide_to_hadoop_pentaho
Martin Ferguson
 

Was ist angesagt? (20)

Hadoop Adminstration with Latest Release (2.0)
Hadoop Adminstration with Latest Release (2.0)Hadoop Adminstration with Latest Release (2.0)
Hadoop Adminstration with Latest Release (2.0)
 
Hadoop Platforms - Introduction, Importance, Providers
Hadoop Platforms - Introduction, Importance, ProvidersHadoop Platforms - Introduction, Importance, Providers
Hadoop Platforms - Introduction, Importance, Providers
 
Comparison - RDBMS vs Hadoop vs Apache
Comparison - RDBMS vs Hadoop vs ApacheComparison - RDBMS vs Hadoop vs Apache
Comparison - RDBMS vs Hadoop vs Apache
 
Hadoop
HadoopHadoop
Hadoop
 
Analyst Report : The Enterprise Use of Hadoop
Analyst Report : The Enterprise Use of Hadoop Analyst Report : The Enterprise Use of Hadoop
Analyst Report : The Enterprise Use of Hadoop
 
Understanding Big Data And Hadoop
Understanding Big Data And HadoopUnderstanding Big Data And Hadoop
Understanding Big Data And Hadoop
 
Hadoop File system (HDFS)
Hadoop File system (HDFS)Hadoop File system (HDFS)
Hadoop File system (HDFS)
 
2.introduction to hdfs
2.introduction to hdfs2.introduction to hdfs
2.introduction to hdfs
 
HDFS Issues
HDFS IssuesHDFS Issues
HDFS Issues
 
Hadoop Architecture and HDFS
Hadoop Architecture and HDFSHadoop Architecture and HDFS
Hadoop Architecture and HDFS
 
Top 5 Hadoop Admin Tasks
Top 5 Hadoop Admin TasksTop 5 Hadoop Admin Tasks
Top 5 Hadoop Admin Tasks
 
field_guide_to_hadoop_pentaho
field_guide_to_hadoop_pentahofield_guide_to_hadoop_pentaho
field_guide_to_hadoop_pentaho
 
Solution Use Case Demo: The Power of Relationships in Your Big Data
Solution Use Case Demo: The Power of Relationships in Your Big DataSolution Use Case Demo: The Power of Relationships in Your Big Data
Solution Use Case Demo: The Power of Relationships in Your Big Data
 
Introduction to Hadoop Administration
Introduction to Hadoop AdministrationIntroduction to Hadoop Administration
Introduction to Hadoop Administration
 
Hadoop distributed file system
Hadoop distributed file systemHadoop distributed file system
Hadoop distributed file system
 
Cloud File System with GFS and HDFS
Cloud File System with GFS and HDFS  Cloud File System with GFS and HDFS
Cloud File System with GFS and HDFS
 
Hadoop distributed file system
Hadoop distributed file systemHadoop distributed file system
Hadoop distributed file system
 
Ceph Days 2014 Paul Evans Slide Deck
Ceph Days 2014 Paul Evans Slide DeckCeph Days 2014 Paul Evans Slide Deck
Ceph Days 2014 Paul Evans Slide Deck
 
Big Data and Hadoop
Big Data and HadoopBig Data and Hadoop
Big Data and Hadoop
 
Bigdata and Hadoop Introduction
Bigdata and Hadoop IntroductionBigdata and Hadoop Introduction
Bigdata and Hadoop Introduction
 

Ähnlich wie Hadoop World 2010: Productionizing Hadoop: Lessons Learned

Hadoop and h base in the real world
Hadoop and h base in the real worldHadoop and h base in the real world
Hadoop and h base in the real world
Joey Echeverria
 
Hadoop cluster configuration
Hadoop cluster configurationHadoop cluster configuration
Hadoop cluster configuration
prabakaranbrick
 

Ähnlich wie Hadoop World 2010: Productionizing Hadoop: Lessons Learned (20)

How Hadoop Revolutionized Data Warehousing at Yahoo and Facebook
How Hadoop Revolutionized Data Warehousing at Yahoo and FacebookHow Hadoop Revolutionized Data Warehousing at Yahoo and Facebook
How Hadoop Revolutionized Data Warehousing at Yahoo and Facebook
 
Hadoop and HBase in the Real World
Hadoop and HBase in the Real WorldHadoop and HBase in the Real World
Hadoop and HBase in the Real World
 
Hadoop and h base in the real world
Hadoop and h base in the real worldHadoop and h base in the real world
Hadoop and h base in the real world
 
paper
paperpaper
paper
 
Big data overview by Edgars
Big data overview by EdgarsBig data overview by Edgars
Big data overview by Edgars
 
Hadoop hdfs
Hadoop hdfsHadoop hdfs
Hadoop hdfs
 
Overview of big data & hadoop version 1 - Tony Nguyen
Overview of big data & hadoop   version 1 - Tony NguyenOverview of big data & hadoop   version 1 - Tony Nguyen
Overview of big data & hadoop version 1 - Tony Nguyen
 
Overview of Big data, Hadoop and Microsoft BI - version1
Overview of Big data, Hadoop and Microsoft BI - version1Overview of Big data, Hadoop and Microsoft BI - version1
Overview of Big data, Hadoop and Microsoft BI - version1
 
Hadoop in action
Hadoop in actionHadoop in action
Hadoop in action
 
Seminar ppt
Seminar pptSeminar ppt
Seminar ppt
 
CCD-410 Cloudera Study Material
CCD-410 Cloudera Study MaterialCCD-410 Cloudera Study Material
CCD-410 Cloudera Study Material
 
Hadoop project design and a usecase
Hadoop project design and  a usecaseHadoop project design and  a usecase
Hadoop project design and a usecase
 
Bigdata and Hadoop Bootcamp
Bigdata and Hadoop BootcampBigdata and Hadoop Bootcamp
Bigdata and Hadoop Bootcamp
 
Big data or big deal
Big data or big dealBig data or big deal
Big data or big deal
 
Oracle Unified Information Architeture + Analytics by Example
Oracle Unified Information Architeture + Analytics by ExampleOracle Unified Information Architeture + Analytics by Example
Oracle Unified Information Architeture + Analytics by Example
 
Hadoop cluster configuration
Hadoop cluster configurationHadoop cluster configuration
Hadoop cluster configuration
 
Hadoop architecture-tutorial
Hadoop  architecture-tutorialHadoop  architecture-tutorial
Hadoop architecture-tutorial
 
Hadoop Ecosystem at a Glance
Hadoop Ecosystem at a GlanceHadoop Ecosystem at a Glance
Hadoop Ecosystem at a Glance
 
OPERATING SYSTEM .pptx
OPERATING SYSTEM .pptxOPERATING SYSTEM .pptx
OPERATING SYSTEM .pptx
 
Hadoop and BigData - July 2016
Hadoop and BigData - July 2016Hadoop and BigData - July 2016
Hadoop and BigData - July 2016
 

Mehr von Cloudera, Inc.

Mehr von Cloudera, Inc. (20)

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

Kürzlich hochgeladen

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Kürzlich hochgeladen (20)

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 

Hadoop World 2010: Productionizing Hadoop: Lessons Learned

  • 1. Productionizing Hadoop : Lessons Learned Eric Sammer - Solution Architect - Cloudera email: esammer@cloudera.com twitter: @esammer, @cloudera
  • 2. Starting Out 2 Copyright 2010 Cloudera Inc. All rights reserved (You) “Let’s build a Hadoop cluster!” http://www.iccs.inf.ed.ac.uk/~miles/code.html
  • 3. Starting Out 3 Copyright 2010 Cloudera Inc. All rights reserved (You) http://www.iccs.inf.ed.ac.uk/~miles/code.html
  • 4. Where you want to be 4 Copyright 2010 Cloudera Inc. All rights reserved (You) Yahoo! Hadoop Cluster (2007)
  • 5. What is Hadoop? A scalable fault-tolerant distributed system for data storage and processing (open source under the Apache license) Core Hadoop has two main components 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. 5
  • 6.
  • 7. Simplified – Component versions & dependencies managed for you
  • 8. Integrated – All components & functions interoperate through standard API’s
  • 9. Reliable – Patched with fixes from future releases to improve stability
  • 10. Supported – Employs project founders and committers for >70% of components6 Copyright 2010 Cloudera Inc. All Rights Reserved.
  • 11. Overview Proper planning Data Ingestion ETL and Data Processing Infrastructure Authentication, Authorization, and Sharing Monitoring 7 Copyright 2010 Cloudera Inc. All rights reserved
  • 12. The production data platform Data storage ETL / data processing / analysis infrastructure Data ingestion infrastructure Integration with tools Data security and access control Health and performance monitoring 8 Copyright 2010 Cloudera Inc. All rights reserved
  • 13. Proper planning Know your use cases! Log transformation, aggregation Text mining, IR Analytics Machine learning Critical to proper configuration Hadoop Network OS Resource utilization, deep job insight will tell you more 9 Copyright 2010 Cloudera Inc. All rights reserved
  • 14. HDFS Concerns Name node availability HA is tricky Consider where Hadoop lives in the system Manual recovery can be simple, fast, effective Backup Strategy Name node metadata – hourly, ~2 day retention User data Log shipping style strategies DistCp “Fan out” to multiple clusters on ingestion 10 Copyright 2010 Cloudera Inc. All rights reserved
  • 15. Data Ingestion Many data sources Streaming data sources (log files, mostly) RDBMS EDW Files (usually exports from 3rd party) Common place we see DIY You probably shouldn’t Sqoop, Flume, Oozie (but I’m biased) No matter what - fault tolerant, performant, monitored 11 Copyright 2010 Cloudera Inc. All rights reserved
  • 16. ETL and Data Processing Non-interactive jobs Establish a common directory structure for processes Need tools to handle complex chains of jobs Workflow tools support Job dependencies, error handling Tracking Invocation based on time or events Most common mistake: depending on jobs always completing successfully or within a window of time. Monitor for SLA rather than pray Defensive coding practices apply just as they do everywhere else! 12 Copyright 2010 Cloudera Inc. All rights reserved
  • 17. Metadata Management Tool independent metadata about… Data sets we know about and their location (on HDFS) Schemata Authorization (currently HDFS permissions only) Partitioning Format and compression Guarantees (consistency, timeliness, permits duplicates) Currently still DIY in many ways, tool-dependent Most people rely on prayer and hard coding (H)OWL is interesting 13 Copyright 2010 Cloudera Inc. All rights reserved
  • 18. Authentication and authorization Authentication Don’t talk to strangers Should integrate with existing IT infrastructure Yahoo! security (Kerberos) patches now part of CDH3b3 Authorization Not everyone can access everything Ex. Production data sets are read-only to quants / analysts. Analysts have home or group directories for derived data sets. Mostly enforced via HDFS permissions; directory structure and organization is critical Not as fine grained as column level access in EDW, RDBMS HUE as a gateway to the cluster 14 Copyright 2010 Cloudera Inc. All rights reserved
  • 19. Resource Sharing Prefer one large cluster to many small clusters (unless maybe you’re Facebook) “Stop hogging the cluster!” Cluster resources Disk space (HDFS size quotas) Number of files (HDFS file count quotas) Simultaneous jobs Tasks – guaranteed capacity, full utilization, SLA enforcement Monitor and track resource utilization across all groups 15 Copyright 2010 Cloudera Inc. All rights reserved
  • 20. Monitoring Critical for keeping things running Cluster health Duh. Traditional monitoring tools: Nagios, Hyperic, Zenoss Host checks, service checks When to alert? It’s tricky. Cluster performance Overall utilization in aggregate 30,000ft view of utilization and performance; macro level 16 Copyright 2010 Cloudera Inc. All rights reserved
  • 21. Monitoring Hadoop aware cluster monitoring Traditional tools don’t cut it; Hadoop monitoring is inherently Hadoop specific Analogous to RDBMS monitoring tools Job level “monitoring” More like analysis “What resources does this job use?” “How does this run compare to last run?” “How can I make this run faster, more resource efficient?” Two views we care about Job perspective Resource perspective (task slots, scheduler pool) 17 Copyright 2010 Cloudera Inc. All rights reserved
  • 22. Wrapping it up Hadoop proper is awesome, but is only part of the picture Much of Professional Services time is filling in the blanks There’s still a way to go Metadata management Operational tools and support Improvements to Hadoop core to improve stability, security, manageability Adoption and feedback drive progress CDH provides the infrastructure for a complete system 18 Copyright 2010 Cloudera Inc. All rights reserved
  • 23. Cloudera Makes Hadoop Safe For the Enterprise Copyright 2010 Cloudera Inc. All Rights Reserved. 19 Software Services Training
  • 24.
  • 25. Improves Hadoop’s conformance to important IT policies and procedures
  • 26. Lowers the cost of management and administrationCopyright 2010 Cloudera Inc. All Rights Reserved. 20
  • 27. References / Resources Cloudera documentation - http://docs.cloudera.com Cloudera Groups – http://groups.cloudera.org Cloudera JIRA – http://issues.cloudera.org Hadoop the Definitive Guide esammer@cloudera.com irc.freenode.net #cloudera, #hadoop @esammer 21 Copyright 2010 Cloudera Inc. All rights reserved
  • 28. 22 Copyright 2010 Cloudera Inc. All rights reserved

Hinweis der Redaktion

  1. Many small and midsize companies – especially those for whom technology is not their primary product or concern – start out the same. Someone, probably you, decides they need to build a Hadoop cluster.
  2. …and so you do. And it looks like this. Not a bad thing, but not what you can reasonably go to production with. So how do you get from this…
  3. …to this?