SlideShare ist ein Scribd-Unternehmen logo
1 von 23
Downloaden Sie, um offline zu lesen
The Hadoop Community


Jeff Hammerbacher
Manager, Data
May 28 - 29, 2008
Who is Using Hadoop?
▪   Mentioned previously: Yahoo!, Powerset, Quantcast, Last.fm, Autodesk
▪   A9.com
    ▪   Build Amazon’s product search indices
    ▪   Session analytics
▪   FIM
    ▪   Log analysis and machine learning
▪   Wikia Search
    ▪   125 nodes
▪   Veoh, NetSeer, Krugle, Rapleaf, Joost, New York Times
▪   For more, check out http://wiki.apache.org/hadoop/PoweredBy
Hadoop in the ASF
▪   Began life as subproject of Lucene
▪   Now a top level project: http://hadoop.apache.org
    ▪   HBase now a subproject of Hadoop
    ▪   Pig and Mahout are related projects
    ▪   Zookeeper and virtual cluster management project in Apache soon
▪   Apache Software Foundation provides organizational and legal support
    ▪   Membership in ASF is by invitation only
    ▪   ASF Members elect a Board of Directors
    ▪   Each top level project has a Project Management Committee (PMC)
    ▪   Each PMC has a VP who is an officer of the ASF appointed by the Board
    ▪   The VP of the Hadoop PMC is Owen O’Malley of Yahoo
The Hadoop PMC
                   Name                       Organization
Andrzej Bialecki             Getopt

Doug Cutting                 Yahoo!

Dhruba Borthakur             Facebook

Enis Soztutar                Agmlab

Jim Kellerman                Powerset

Nigel Daley                  Yahoo!

Owen O’Malley                Yahoo!

Michael Stack                Powerset

Christophe Taton             INRIA

Tom White                    Independent Consultant
Apache Infrastructure for Hadoop
▪   Web site: Apache Forrest
▪   Wiki: MoinMoin
▪   Version Control: Subversion
▪   API Documentation: JavaDoc
▪   Bug Tracking: JIRA
▪   Continuous Build Server: Hudson
▪   IRC Channel: #hadoop on irc.freenode.org
▪   And of course, the mailing lists:
    ▪   core-user@hadoop.apache.org
    ▪   core-dev@hadoop.apache.org
Contributing to Hadoop
▪   Get comfortable with available documentation on the website
▪   Read through the wiki
▪   Browse the mailing list archives
▪   Dig into the JIRA!
    ▪   Open source bug tracking software from Atlassian
    ▪   “Issues”: Bugs, feature requests, documentation requests
    ▪   Issues categorized by “component” and “version”
    ▪   “Workflow”: Issue as FSM; each state is a “status”
▪   http://www.atlassian.com/software/jira/docs/latest/introduction.html
Contributing to Hadoop
More About JIRA
▪   Every Issue has a unique, numbered Key
    ▪   Type
    ▪   Status
    ▪   Priority
    ▪   Assignee
    ▪   Reporter
    ▪   Votes
    ▪   Watchers
Contributing to Hadoop
More About Ticket Classification
▪   Status: Open, In Progress, Reopened, Resolved, Closed, or Patch Available
▪   Priorities: Blocker, Critical, Major, Minor, Trivial
▪   Type: Bug, Improvement, New Feature, Task
▪   Voting on an issue means you actively want to see it fixed
▪   Watching an issue means you can passively track progress
Contributing to Hadoop
More About JIRA
▪   Title, Created Time, Updated Time, Component, Affect/Fix Version, Links/
    Sub-Tasks, Description, Comments
Contributing to Hadoop
Filters and the Issue Navigator
▪   You can view related Issues via the Issue Navigator
    ▪   “Filter” determines what is shown in the Navigator
    ▪   Common Filters on the right-hand side of main login
        ▪   Outstanding, Assigned to Me, Reported by Me, Resolved Recently, Added
            Recently, Updated Recently, Most Important
        ▪   “Most Important” Filter just sorts by Issue Priority
        ▪   I’d recommend the “... Recently” and “Most Important” Filters first
    ▪   Can also click “Find Issues” on top nav to build your own Filters
The JIRA Issue Navigator
The JIRA Issue Navigator
    Creating a New Filter
Contributing to Hadoop
JIRA Reports and Release Notes
▪   Reports add a visualization component to Filters
    ▪   Most can be applied to any saved filter
    ▪   Some Reports have a chart configured
▪   Common Reports:
    ▪   Road Map
    ▪   Open Issues
    ▪   Popular Issues (based on number of Votes)
▪   To keep up with what’s new, the Release Notes are quite useful
Future Directions for Hadoop
HDFS
▪   For 0.18
    ▪   HADOOP-1700: Append to Files in HDFS
        ▪   Numerous blocking issues; hope to have code freeze by early June
        ▪   8 Voters, 21 Watchers
    ▪   HADOOP-3022: Fast Cluster Restart
    ▪   HADOOP-1702: Reduce buffer copies when data is written to DFS
    ▪   HADOOP-3164: Use FileChannel.transferTo() when data is read from DN
    ▪   HADOOP-3058: Hadoop DFS to report more replication metrics
    ▪   HADOOP-3246: FTP client over HDFS
Future Directions for Hadoop
HDFS
▪   Scalability
    ▪   Separate DFS into multiple volumes and have a NN per volume
    ▪   Manage volume metadata in Zookeeper
▪   Availability
    ▪   Mirroring
    ▪   Have Zookeeper manage metadata
▪   Backup and Recovery
    ▪   Synchronized global snapshot via ZFS or LVM
▪   http://wiki.apache.org/hadoop/HdfsFutures
Future Directions for Hadoop
MapReduce
▪   For 0.18
    ▪   HADOOP-544: Replace the job, tip and task ids with objects
    ▪   HADOOP-3245: Provide ability to persist running jobs
    ▪   HADOOP-3130: Shuffling takes too long to get the last map output
    ▪   HADOOP-3221: Need a quot;LineBasedTextInputFormatquot;
    ▪   HADOOP-3149: Supporting multiple outputs for M/R jobs
    ▪   HADOOP-2182: Input Split details for maps should be logged
    ▪   HADOOP-3226: Run combiner when merging spills from map output
    ▪   HADOOP-3227: Implement a binary input/output format for Streaming
Future Directions for Hadoop
MapReduce
▪   Scheduling
    ▪   Factor job and task scheduling out of code to allow for testing
        different policies (HADOOP-3412)
    ▪   Augment JobTracker to be a resource manager and job scheduler
▪   Speculative Execution Policies
    ▪   Separate logic for Mapper and Reducer
    ▪   Break Reducer into more granular tasks
▪   Allow for execution across many different data sources
    ▪   for example, MySQL
Future Directions for Hadoop
Other Interesting Tickets
▪   HADOOP-4: Tool to mount dfs on linux
▪   HADOOP-249: Improving Map -> Reduce performance and Task JVM reuse
▪   HADOOP-2510: Map-Reduce 2.0
▪   HADOOP-2864: Improve the Scalability and Robustness of IPC
▪   HADOOP-2884: Refactor Hadoop package structure and source tree
▪   HADOOP-3366: Shuffle/Merge improvements
▪   HADOOP-3421: Requirements for a Resource Manager for Hadoop
▪   HADOOP-3444: Implementing a Resource Manager (V1) for Hadoop
Contributing to Hadoop
Patch Submission
▪   http://wiki.apache.org/hadoop/HowToContribute
▪   Basically run “svn diff” on your checkout of trunk and write output to a
    “.patch” file, then attach it to the issue
▪   Hudson will pick up patch and apply to trunk
▪   Make sure to have tests and JavaDoc comments
▪   Performance regressions tested via DFSIO and GridMix benchmarks
Contributing to Hadoop
Project Ideas
▪   http://wiki.apache.org/hadoop/ProjectSuggestions
    ▪   Testing, Tools, and Research
▪   Security
▪   Tools
    ▪   Performance monitoring and benchmarking
    ▪   Anomaly detection
    ▪   General system management
Contributing to Hadoop
Project Ideas continued
▪   Performance
    ▪   Speculative execution policies
    ▪   Resource-aware task scheduling (instead of slot-based)
    ▪   Better failure detection algorithms
▪   Linear Algebra, Statistics, and Machine Learning
    ▪   SAS/R for massive data sets
    ▪   Vector and Matrix algebra libraries
    ▪   Common statistical functions: point estimation, hypothesis testing
    ▪   Model training and validation libraries
(c) 2008 Facebook, Inc. or its licensors.  quot;Facebookquot; is a registered trademark of Facebook, Inc.. All rights reserved. 1.0

Weitere ähnliche Inhalte

Was ist angesagt?

Apache Hadoop 1.1
Apache Hadoop 1.1Apache Hadoop 1.1
Apache Hadoop 1.1Sperasoft
 
Hadoop Ecosystem | Big Data Analytics Tools | Hadoop Tutorial | Edureka
Hadoop Ecosystem | Big Data Analytics Tools | Hadoop Tutorial | Edureka Hadoop Ecosystem | Big Data Analytics Tools | Hadoop Tutorial | Edureka
Hadoop Ecosystem | Big Data Analytics Tools | Hadoop Tutorial | Edureka Edureka!
 
YARN - Strata 2014
YARN - Strata 2014YARN - Strata 2014
YARN - Strata 2014Hortonworks
 
Hadoop Operations Powered By ... Hadoop (Hadoop Summit 2014 Amsterdam)
Hadoop Operations Powered By ... Hadoop (Hadoop Summit 2014 Amsterdam)Hadoop Operations Powered By ... Hadoop (Hadoop Summit 2014 Amsterdam)
Hadoop Operations Powered By ... Hadoop (Hadoop Summit 2014 Amsterdam)Adam Kawa
 
Querying Linked Data with SPARQL (2010)
Querying Linked Data with SPARQL (2010)Querying Linked Data with SPARQL (2010)
Querying Linked Data with SPARQL (2010)Olaf Hartig
 
Hadoop Summit 2015: Hive at Yahoo: Letters from the Trenches
Hadoop Summit 2015: Hive at Yahoo: Letters from the TrenchesHadoop Summit 2015: Hive at Yahoo: Letters from the Trenches
Hadoop Summit 2015: Hive at Yahoo: Letters from the TrenchesMithun Radhakrishnan
 
Data Engineering with Spring, Hadoop and Hive
Data Engineering with Spring, Hadoop and Hive	Data Engineering with Spring, Hadoop and Hive
Data Engineering with Spring, Hadoop and Hive Alex Silva
 
How to develop Big Data Pipelines for Hadoop, by Costin Leau
How to develop Big Data Pipelines for Hadoop, by Costin LeauHow to develop Big Data Pipelines for Hadoop, by Costin Leau
How to develop Big Data Pipelines for Hadoop, by Costin LeauCodemotion
 
Hadoop, Hbase and Hive- Bay area Hadoop User Group
Hadoop, Hbase and Hive- Bay area Hadoop User GroupHadoop, Hbase and Hive- Bay area Hadoop User Group
Hadoop, Hbase and Hive- Bay area Hadoop User GroupHadoop User Group
 
A day in the life of hadoop administrator!
A day in the life of hadoop administrator!A day in the life of hadoop administrator!
A day in the life of hadoop administrator!Edureka!
 
Spring for Apache Hadoop
Spring for Apache HadoopSpring for Apache Hadoop
Spring for Apache Hadoopzenyk
 
Apache Accumulo and Cloudera
Apache Accumulo and ClouderaApache Accumulo and Cloudera
Apache Accumulo and ClouderaJoey Echeverria
 
Cloudera Impala: A Modern SQL Engine for Hadoop
Cloudera Impala: A Modern SQL Engine for HadoopCloudera Impala: A Modern SQL Engine for Hadoop
Cloudera Impala: A Modern SQL Engine for HadoopCloudera, Inc.
 
Moving Data Between Exadata and Hadoop
Moving Data Between Exadata and HadoopMoving Data Between Exadata and Hadoop
Moving Data Between Exadata and HadoopEnkitec
 
A Day in the Life of a Hadoop Administrator
A Day in the Life of a Hadoop AdministratorA Day in the Life of a Hadoop Administrator
A Day in the Life of a Hadoop AdministratorEdureka!
 
Debugging Hive with Hadoop-in-the-Cloud by David Chaiken of Altiscale
Debugging Hive with Hadoop-in-the-Cloud by David Chaiken of AltiscaleDebugging Hive with Hadoop-in-the-Cloud by David Chaiken of Altiscale
Debugging Hive with Hadoop-in-the-Cloud by David Chaiken of AltiscaleData Con LA
 
XML Parsing with Map Reduce
XML Parsing with Map ReduceXML Parsing with Map Reduce
XML Parsing with Map ReduceEdureka!
 

Was ist angesagt? (20)

Apache Hadoop 1.1
Apache Hadoop 1.1Apache Hadoop 1.1
Apache Hadoop 1.1
 
Hadoop Ecosystem | Big Data Analytics Tools | Hadoop Tutorial | Edureka
Hadoop Ecosystem | Big Data Analytics Tools | Hadoop Tutorial | Edureka Hadoop Ecosystem | Big Data Analytics Tools | Hadoop Tutorial | Edureka
Hadoop Ecosystem | Big Data Analytics Tools | Hadoop Tutorial | Edureka
 
Pivotal hawq internals
Pivotal hawq internalsPivotal hawq internals
Pivotal hawq internals
 
YARN - Strata 2014
YARN - Strata 2014YARN - Strata 2014
YARN - Strata 2014
 
Hadoop Operations Powered By ... Hadoop (Hadoop Summit 2014 Amsterdam)
Hadoop Operations Powered By ... Hadoop (Hadoop Summit 2014 Amsterdam)Hadoop Operations Powered By ... Hadoop (Hadoop Summit 2014 Amsterdam)
Hadoop Operations Powered By ... Hadoop (Hadoop Summit 2014 Amsterdam)
 
Querying Linked Data with SPARQL (2010)
Querying Linked Data with SPARQL (2010)Querying Linked Data with SPARQL (2010)
Querying Linked Data with SPARQL (2010)
 
Hadoop Summit 2015: Hive at Yahoo: Letters from the Trenches
Hadoop Summit 2015: Hive at Yahoo: Letters from the TrenchesHadoop Summit 2015: Hive at Yahoo: Letters from the Trenches
Hadoop Summit 2015: Hive at Yahoo: Letters from the Trenches
 
Data Engineering with Spring, Hadoop and Hive
Data Engineering with Spring, Hadoop and Hive	Data Engineering with Spring, Hadoop and Hive
Data Engineering with Spring, Hadoop and Hive
 
How to develop Big Data Pipelines for Hadoop, by Costin Leau
How to develop Big Data Pipelines for Hadoop, by Costin LeauHow to develop Big Data Pipelines for Hadoop, by Costin Leau
How to develop Big Data Pipelines for Hadoop, by Costin Leau
 
Hadoop, Hbase and Hive- Bay area Hadoop User Group
Hadoop, Hbase and Hive- Bay area Hadoop User GroupHadoop, Hbase and Hive- Bay area Hadoop User Group
Hadoop, Hbase and Hive- Bay area Hadoop User Group
 
A day in the life of hadoop administrator!
A day in the life of hadoop administrator!A day in the life of hadoop administrator!
A day in the life of hadoop administrator!
 
Spring for Apache Hadoop
Spring for Apache HadoopSpring for Apache Hadoop
Spring for Apache Hadoop
 
Hadoop 24/7
Hadoop 24/7Hadoop 24/7
Hadoop 24/7
 
Mar 2012 HUG: Hive with HBase
Mar 2012 HUG: Hive with HBaseMar 2012 HUG: Hive with HBase
Mar 2012 HUG: Hive with HBase
 
Apache Accumulo and Cloudera
Apache Accumulo and ClouderaApache Accumulo and Cloudera
Apache Accumulo and Cloudera
 
Cloudera Impala: A Modern SQL Engine for Hadoop
Cloudera Impala: A Modern SQL Engine for HadoopCloudera Impala: A Modern SQL Engine for Hadoop
Cloudera Impala: A Modern SQL Engine for Hadoop
 
Moving Data Between Exadata and Hadoop
Moving Data Between Exadata and HadoopMoving Data Between Exadata and Hadoop
Moving Data Between Exadata and Hadoop
 
A Day in the Life of a Hadoop Administrator
A Day in the Life of a Hadoop AdministratorA Day in the Life of a Hadoop Administrator
A Day in the Life of a Hadoop Administrator
 
Debugging Hive with Hadoop-in-the-Cloud by David Chaiken of Altiscale
Debugging Hive with Hadoop-in-the-Cloud by David Chaiken of AltiscaleDebugging Hive with Hadoop-in-the-Cloud by David Chaiken of Altiscale
Debugging Hive with Hadoop-in-the-Cloud by David Chaiken of Altiscale
 
XML Parsing with Map Reduce
XML Parsing with Map ReduceXML Parsing with Map Reduce
XML Parsing with Map Reduce
 

Andere mochten auch

Open Source
Open SourceOpen Source
Open Sourcedcxv cvc
 
Noble Digital Library Presentation
Noble Digital Library PresentationNoble Digital Library Presentation
Noble Digital Library Presentationbethj_willis
 
Padrenuestro06 Siempreasi
Padrenuestro06 SiempreasiPadrenuestro06 Siempreasi
Padrenuestro06 Siempreasiguest463dbf
 
Revista Travelsmart Junjul2008
Revista Travelsmart Junjul2008Revista Travelsmart Junjul2008
Revista Travelsmart Junjul2008HOTELESONLINE
 

Andere mochten auch (8)

Open Source
Open SourceOpen Source
Open Source
 
Noble Digital Library Presentation
Noble Digital Library PresentationNoble Digital Library Presentation
Noble Digital Library Presentation
 
040407 Sales Meeting
040407 Sales Meeting040407 Sales Meeting
040407 Sales Meeting
 
Padrenuestro06 Siempreasi
Padrenuestro06 SiempreasiPadrenuestro06 Siempreasi
Padrenuestro06 Siempreasi
 
Barcelona....
Barcelona....Barcelona....
Barcelona....
 
Revista Travelsmart Junjul2008
Revista Travelsmart Junjul2008Revista Travelsmart Junjul2008
Revista Travelsmart Junjul2008
 
Cnie
CnieCnie
Cnie
 
011508 Sales Meeting
011508 Sales Meeting011508 Sales Meeting
011508 Sales Meeting
 

Ähnlich wie 20080529dublinpt1

Big Data Lesson 2 Jean-Antoine Moreau
Big Data Lesson 2 Jean-Antoine MoreauBig Data Lesson 2 Jean-Antoine Moreau
Big Data Lesson 2 Jean-Antoine MoreauJean-Antoine Moreau
 
NameNode Analytics - Querying HDFS Namespace in Real Time
NameNode Analytics - Querying HDFS Namespace in Real TimeNameNode Analytics - Querying HDFS Namespace in Real Time
NameNode Analytics - Querying HDFS Namespace in Real TimePlamen Jeliazkov
 
Hadoop @ Yahoo! - Internet Scale Data Processing
Hadoop @ Yahoo! - Internet Scale Data ProcessingHadoop @ Yahoo! - Internet Scale Data Processing
Hadoop @ Yahoo! - Internet Scale Data ProcessingYahoo Developer Network
 
Hadoop Administration pdf
Hadoop Administration pdfHadoop Administration pdf
Hadoop Administration pdfEdureka!
 
Eric Baldeschwieler Keynote from Storage Developers Conference
Eric Baldeschwieler Keynote from Storage Developers ConferenceEric Baldeschwieler Keynote from Storage Developers Conference
Eric Baldeschwieler Keynote from Storage Developers ConferenceHortonworks
 
Architecting the Future of Big Data and Search
Architecting the Future of Big Data and SearchArchitecting the Future of Big Data and Search
Architecting the Future of Big Data and SearchHortonworks
 
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)Edureka!
 
Hadoop operations-2014-strata-new-york-v5
Hadoop operations-2014-strata-new-york-v5Hadoop operations-2014-strata-new-york-v5
Hadoop operations-2014-strata-new-york-v5Chris Nauroth
 
Big data-hadoop-training-course-content-content
Big data-hadoop-training-course-content-contentBig data-hadoop-training-course-content-content
Big data-hadoop-training-course-content-contentTraining Institute
 
Rock Solid Deployment of Web Applications
Rock Solid Deployment of Web ApplicationsRock Solid Deployment of Web Applications
Rock Solid Deployment of Web ApplicationsPablo Godel
 
Hadoop World 2011: Building Web Analytics Processing on Hadoop at CBS Interac...
Hadoop World 2011: Building Web Analytics Processing on Hadoop at CBS Interac...Hadoop World 2011: Building Web Analytics Processing on Hadoop at CBS Interac...
Hadoop World 2011: Building Web Analytics Processing on Hadoop at CBS Interac...Cloudera, Inc.
 
Facebook Hadoop Data & Applications
Facebook Hadoop Data & ApplicationsFacebook Hadoop Data & Applications
Facebook Hadoop Data & Applicationsdzhou
 
Zeronights 2015 - Big problems with big data - Hadoop interfaces security
Zeronights 2015 - Big problems with big data - Hadoop interfaces securityZeronights 2015 - Big problems with big data - Hadoop interfaces security
Zeronights 2015 - Big problems with big data - Hadoop interfaces securityJakub Kałużny
 

Ähnlich wie 20080529dublinpt1 (20)

20080528dublinpt2
20080528dublinpt220080528dublinpt2
20080528dublinpt2
 
03 pig intro
03 pig intro03 pig intro
03 pig intro
 
Big Data Lesson 2 Jean-Antoine Moreau
Big Data Lesson 2 Jean-Antoine MoreauBig Data Lesson 2 Jean-Antoine Moreau
Big Data Lesson 2 Jean-Antoine Moreau
 
20080611accel
20080611accel20080611accel
20080611accel
 
NameNode Analytics - Querying HDFS Namespace in Real Time
NameNode Analytics - Querying HDFS Namespace in Real TimeNameNode Analytics - Querying HDFS Namespace in Real Time
NameNode Analytics - Querying HDFS Namespace in Real Time
 
Hadoop @ Yahoo! - Internet Scale Data Processing
Hadoop @ Yahoo! - Internet Scale Data ProcessingHadoop @ Yahoo! - Internet Scale Data Processing
Hadoop @ Yahoo! - Internet Scale Data Processing
 
Hadoop Administration pdf
Hadoop Administration pdfHadoop Administration pdf
Hadoop Administration pdf
 
Eric Baldeschwieler Keynote from Storage Developers Conference
Eric Baldeschwieler Keynote from Storage Developers ConferenceEric Baldeschwieler Keynote from Storage Developers Conference
Eric Baldeschwieler Keynote from Storage Developers Conference
 
20081022cca
20081022cca20081022cca
20081022cca
 
Architecting the Future of Big Data and Search
Architecting the Future of Big Data and SearchArchitecting the Future of Big Data and Search
Architecting the Future of Big Data and Search
 
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 operations-2014-strata-new-york-v5
Hadoop operations-2014-strata-new-york-v5Hadoop operations-2014-strata-new-york-v5
Hadoop operations-2014-strata-new-york-v5
 
Hadoop bootcamp getting started
Hadoop bootcamp getting startedHadoop bootcamp getting started
Hadoop bootcamp getting started
 
Big data-hadoop-training-course-content-content
Big data-hadoop-training-course-content-contentBig data-hadoop-training-course-content-content
Big data-hadoop-training-course-content-content
 
NYC_2016_slides
NYC_2016_slidesNYC_2016_slides
NYC_2016_slides
 
Rock Solid Deployment of Web Applications
Rock Solid Deployment of Web ApplicationsRock Solid Deployment of Web Applications
Rock Solid Deployment of Web Applications
 
Hadoop World 2011: Building Web Analytics Processing on Hadoop at CBS Interac...
Hadoop World 2011: Building Web Analytics Processing on Hadoop at CBS Interac...Hadoop World 2011: Building Web Analytics Processing on Hadoop at CBS Interac...
Hadoop World 2011: Building Web Analytics Processing on Hadoop at CBS Interac...
 
Facebook Hadoop Data & Applications
Facebook Hadoop Data & ApplicationsFacebook Hadoop Data & Applications
Facebook Hadoop Data & Applications
 
Zeronights 2015 - Big problems with big data - Hadoop interfaces security
Zeronights 2015 - Big problems with big data - Hadoop interfaces securityZeronights 2015 - Big problems with big data - Hadoop interfaces security
Zeronights 2015 - Big problems with big data - Hadoop interfaces security
 
Hadoop pycon2011uk
Hadoop pycon2011ukHadoop pycon2011uk
Hadoop pycon2011uk
 

Mehr von Jeff Hammerbacher (20)

20120223keystone
20120223keystone20120223keystone
20120223keystone
 
20100714accel
20100714accel20100714accel
20100714accel
 
20100608sigmod
20100608sigmod20100608sigmod
20100608sigmod
 
20100513brown
20100513brown20100513brown
20100513brown
 
20100423sage
20100423sage20100423sage
20100423sage
 
20100418sos
20100418sos20100418sos
20100418sos
 
20100301icde
20100301icde20100301icde
20100301icde
 
20100201hplabs
20100201hplabs20100201hplabs
20100201hplabs
 
20100128ebay
20100128ebay20100128ebay
20100128ebay
 
20091203gemini
20091203gemini20091203gemini
20091203gemini
 
20091203gemini
20091203gemini20091203gemini
20091203gemini
 
20091110startup2startup
20091110startup2startup20091110startup2startup
20091110startup2startup
 
20091030nasajpl
20091030nasajpl20091030nasajpl
20091030nasajpl
 
20091027genentech
20091027genentech20091027genentech
20091027genentech
 
Mårten Mickos's presentation "Open Source: Why Freedom Makes a Better Busines...
Mårten Mickos's presentation "Open Source: Why Freedom Makes a Better Busines...Mårten Mickos's presentation "Open Source: Why Freedom Makes a Better Busines...
Mårten Mickos's presentation "Open Source: Why Freedom Makes a Better Busines...
 
20090622 Velocity
20090622 Velocity20090622 Velocity
20090622 Velocity
 
20090422 Www
20090422 Www20090422 Www
20090422 Www
 
20090309berkeley
20090309berkeley20090309berkeley
20090309berkeley
 
20081030linkedin
20081030linkedin20081030linkedin
20081030linkedin
 
20081009nychive
20081009nychive20081009nychive
20081009nychive
 

Kürzlich hochgeladen

Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 

Kürzlich hochgeladen (20)

Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 

20080529dublinpt1

  • 1.
  • 2. The Hadoop Community Jeff Hammerbacher Manager, Data May 28 - 29, 2008
  • 3. Who is Using Hadoop? ▪ Mentioned previously: Yahoo!, Powerset, Quantcast, Last.fm, Autodesk ▪ A9.com ▪ Build Amazon’s product search indices ▪ Session analytics ▪ FIM ▪ Log analysis and machine learning ▪ Wikia Search ▪ 125 nodes ▪ Veoh, NetSeer, Krugle, Rapleaf, Joost, New York Times ▪ For more, check out http://wiki.apache.org/hadoop/PoweredBy
  • 4. Hadoop in the ASF ▪ Began life as subproject of Lucene ▪ Now a top level project: http://hadoop.apache.org ▪ HBase now a subproject of Hadoop ▪ Pig and Mahout are related projects ▪ Zookeeper and virtual cluster management project in Apache soon ▪ Apache Software Foundation provides organizational and legal support ▪ Membership in ASF is by invitation only ▪ ASF Members elect a Board of Directors ▪ Each top level project has a Project Management Committee (PMC) ▪ Each PMC has a VP who is an officer of the ASF appointed by the Board ▪ The VP of the Hadoop PMC is Owen O’Malley of Yahoo
  • 5. The Hadoop PMC Name Organization Andrzej Bialecki Getopt Doug Cutting Yahoo! Dhruba Borthakur Facebook Enis Soztutar Agmlab Jim Kellerman Powerset Nigel Daley Yahoo! Owen O’Malley Yahoo! Michael Stack Powerset Christophe Taton INRIA Tom White Independent Consultant
  • 6. Apache Infrastructure for Hadoop ▪ Web site: Apache Forrest ▪ Wiki: MoinMoin ▪ Version Control: Subversion ▪ API Documentation: JavaDoc ▪ Bug Tracking: JIRA ▪ Continuous Build Server: Hudson ▪ IRC Channel: #hadoop on irc.freenode.org ▪ And of course, the mailing lists: ▪ core-user@hadoop.apache.org ▪ core-dev@hadoop.apache.org
  • 7. Contributing to Hadoop ▪ Get comfortable with available documentation on the website ▪ Read through the wiki ▪ Browse the mailing list archives ▪ Dig into the JIRA! ▪ Open source bug tracking software from Atlassian ▪ “Issues”: Bugs, feature requests, documentation requests ▪ Issues categorized by “component” and “version” ▪ “Workflow”: Issue as FSM; each state is a “status” ▪ http://www.atlassian.com/software/jira/docs/latest/introduction.html
  • 8. Contributing to Hadoop More About JIRA ▪ Every Issue has a unique, numbered Key ▪ Type ▪ Status ▪ Priority ▪ Assignee ▪ Reporter ▪ Votes ▪ Watchers
  • 9. Contributing to Hadoop More About Ticket Classification ▪ Status: Open, In Progress, Reopened, Resolved, Closed, or Patch Available ▪ Priorities: Blocker, Critical, Major, Minor, Trivial ▪ Type: Bug, Improvement, New Feature, Task ▪ Voting on an issue means you actively want to see it fixed ▪ Watching an issue means you can passively track progress
  • 10. Contributing to Hadoop More About JIRA ▪ Title, Created Time, Updated Time, Component, Affect/Fix Version, Links/ Sub-Tasks, Description, Comments
  • 11. Contributing to Hadoop Filters and the Issue Navigator ▪ You can view related Issues via the Issue Navigator ▪ “Filter” determines what is shown in the Navigator ▪ Common Filters on the right-hand side of main login ▪ Outstanding, Assigned to Me, Reported by Me, Resolved Recently, Added Recently, Updated Recently, Most Important ▪ “Most Important” Filter just sorts by Issue Priority ▪ I’d recommend the “... Recently” and “Most Important” Filters first ▪ Can also click “Find Issues” on top nav to build your own Filters
  • 12. The JIRA Issue Navigator
  • 13. The JIRA Issue Navigator Creating a New Filter
  • 14. Contributing to Hadoop JIRA Reports and Release Notes ▪ Reports add a visualization component to Filters ▪ Most can be applied to any saved filter ▪ Some Reports have a chart configured ▪ Common Reports: ▪ Road Map ▪ Open Issues ▪ Popular Issues (based on number of Votes) ▪ To keep up with what’s new, the Release Notes are quite useful
  • 15. Future Directions for Hadoop HDFS ▪ For 0.18 ▪ HADOOP-1700: Append to Files in HDFS ▪ Numerous blocking issues; hope to have code freeze by early June ▪ 8 Voters, 21 Watchers ▪ HADOOP-3022: Fast Cluster Restart ▪ HADOOP-1702: Reduce buffer copies when data is written to DFS ▪ HADOOP-3164: Use FileChannel.transferTo() when data is read from DN ▪ HADOOP-3058: Hadoop DFS to report more replication metrics ▪ HADOOP-3246: FTP client over HDFS
  • 16. Future Directions for Hadoop HDFS ▪ Scalability ▪ Separate DFS into multiple volumes and have a NN per volume ▪ Manage volume metadata in Zookeeper ▪ Availability ▪ Mirroring ▪ Have Zookeeper manage metadata ▪ Backup and Recovery ▪ Synchronized global snapshot via ZFS or LVM ▪ http://wiki.apache.org/hadoop/HdfsFutures
  • 17. Future Directions for Hadoop MapReduce ▪ For 0.18 ▪ HADOOP-544: Replace the job, tip and task ids with objects ▪ HADOOP-3245: Provide ability to persist running jobs ▪ HADOOP-3130: Shuffling takes too long to get the last map output ▪ HADOOP-3221: Need a quot;LineBasedTextInputFormatquot; ▪ HADOOP-3149: Supporting multiple outputs for M/R jobs ▪ HADOOP-2182: Input Split details for maps should be logged ▪ HADOOP-3226: Run combiner when merging spills from map output ▪ HADOOP-3227: Implement a binary input/output format for Streaming
  • 18. Future Directions for Hadoop MapReduce ▪ Scheduling ▪ Factor job and task scheduling out of code to allow for testing different policies (HADOOP-3412) ▪ Augment JobTracker to be a resource manager and job scheduler ▪ Speculative Execution Policies ▪ Separate logic for Mapper and Reducer ▪ Break Reducer into more granular tasks ▪ Allow for execution across many different data sources ▪ for example, MySQL
  • 19. Future Directions for Hadoop Other Interesting Tickets ▪ HADOOP-4: Tool to mount dfs on linux ▪ HADOOP-249: Improving Map -> Reduce performance and Task JVM reuse ▪ HADOOP-2510: Map-Reduce 2.0 ▪ HADOOP-2864: Improve the Scalability and Robustness of IPC ▪ HADOOP-2884: Refactor Hadoop package structure and source tree ▪ HADOOP-3366: Shuffle/Merge improvements ▪ HADOOP-3421: Requirements for a Resource Manager for Hadoop ▪ HADOOP-3444: Implementing a Resource Manager (V1) for Hadoop
  • 20. Contributing to Hadoop Patch Submission ▪ http://wiki.apache.org/hadoop/HowToContribute ▪ Basically run “svn diff” on your checkout of trunk and write output to a “.patch” file, then attach it to the issue ▪ Hudson will pick up patch and apply to trunk ▪ Make sure to have tests and JavaDoc comments ▪ Performance regressions tested via DFSIO and GridMix benchmarks
  • 21. Contributing to Hadoop Project Ideas ▪ http://wiki.apache.org/hadoop/ProjectSuggestions ▪ Testing, Tools, and Research ▪ Security ▪ Tools ▪ Performance monitoring and benchmarking ▪ Anomaly detection ▪ General system management
  • 22. Contributing to Hadoop Project Ideas continued ▪ Performance ▪ Speculative execution policies ▪ Resource-aware task scheduling (instead of slot-based) ▪ Better failure detection algorithms ▪ Linear Algebra, Statistics, and Machine Learning ▪ SAS/R for massive data sets ▪ Vector and Matrix algebra libraries ▪ Common statistical functions: point estimation, hypothesis testing ▪ Model training and validation libraries
  • 23. (c) 2008 Facebook, Inc. or its licensors.  quot;Facebookquot; is a registered trademark of Facebook, Inc.. All rights reserved. 1.0