SlideShare ist ein Scribd-Unternehmen logo
1 von 72
Big Data with
    HBase and
    Hadoop at Adobe
    Cosmin Lehene
    Programatica, November, 2010




Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   1
Who am I


Cosmin Lehene

Adobe Services and Infrastructure Team = SaaS services
HBase and Hadoop contributor


clehene@adobe.com
@clehene


                                     h p://hstack.org
                                                                                         ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   2
                                                                                         2
Why I am here today


§     Riding the elephant since 2008


§     Analytics, BI, Machine Learning
§     Images, Videos, Flash, Web, etc.




                                                                                         ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   3
                                                                                         3
Opaque Data (logs, archives)


§     Web traffic
§     Business events
§     User interactions
§     Infrastructure data
          §  Database logs, web server logs, etc.

§     Etc.



                                                                                         ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   4
                                                                                         4
h p://commons.wikimedia.org/wiki/File:AWI-core-archive_hg.jpg                            ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   5
                                                                                         5
h p://www.google.com/images?q=data+visualization                                         6
                                                                                              ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   6
                                                                                              6
Can I


§     JOIN everything?
§     Increase user engagement?
§     Increase conversion rate?


§     Make $$$? J
§     Fast and cheap?


                                                                                         ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   7
                                                                                         7
Understand data and extract meaning
Real-time access to meaningful data




                                                                                         ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   8
                                                                                         8
Agenda




                                                                                         ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   9
                                                                                         9
noSQL 101
                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   10
                                                                                          1
Scaling RDBMS


§     Scale up
          §  More memory

          §  More CPU

          §  Faster disks, SAN, etc.




§     Problems
          §  Expensive

          §            ere’s a limit

                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   11
                                                                                          1
Scaling RDBMS


§     Scale horizontally
          §  Replication (reads)

          §  Sharding/ Horizontal Partitioning (writes)

                  §    Server 1: a-m, Server 2: m-z
          §  Denormalization




                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   12
                                                                                          1
Replication




                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   13
                                                                                          1
Sharding




                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   14
                                                                                          1
Sharding




                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   15
                                                                                          1
Sharding & Replication




                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   16
                                                                                          1
Scaling RDBMS problems


§     Hard to repartition/reshard
          §  Pre allocate shards 2, 3, 100

§     Query each shard
§     High operational costs
§     Eventual consistency




                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   17
                                                                                          1
Enter noSQL – the beginning


§     Google: BigTable
§     Amazon: Dynamo
§     Memcached




                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   18
                                                                                          1
Data Models


§     Key-value
§     Columnar/Tabular
§     Document oriented
§     Graph




                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   19
                                                                                          1
Architectures


§     Distributed hash tables
§     Consistent Hashing
§     Gossip
§     Vector clocks
§     Locality groups
§     Partitioning, replication
§     etc.
                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   20
                                                                                          2
Properties


§     Scalability
§     Failover
§     Durability
§     Consistency
§     Availability
§     Partition Tolerance
§     Etc.
                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   21
                                                                                          2
Cartesian Product




                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   22
                                                                                          2
What do all these have in common




§     Different data models
                             noSQL
§     Different architectures
§     Different properties
                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   23
Hadoop




                              h p://hadoop.apache.org

§     HDFS (distributed fs)
§     Map-reduce (distributed processing)



                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   24
                                                                                          2
Adobe Media Player

    Increase video
    consumption




Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   25
AMP

 §     Recommendations
 §     Related content
 §     Related users




                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   26
                                                                                          2
Video logs

 §     X watched movie A (comedy)
 §     Y watched movie B (drama)
 §     Z watched movie C (thriller)
 §     Z watched movie A (comedy)
 §     X watched movie D (technology)
 §     Y watched movie C (thriller)


                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   27
                                                                                          2
Which users are alike?

 §     Compare every 2 users?
 §     5M vectors
 §     120 dimensions
 §     Distance is not enough – needed groups




                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   28
                                                                                          2
How?




                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   29
                                                                                          2
Custer projections


                                                                                          §  1 month

                                                                                          §  6GB

                                                                                          §  700k Users

                                                                                          §  114 genres

                                                                                          §  7 nodes

                                                                                          §  5 hours

                                                                                          §  27 clusters
                                                                                                            ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   30
                                                                                                            3
Game Constellations

                                                   §     Processing Shockwave logs




                                                                                            ®	





  Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   31
Lessons learned


 Need:
           §  Fine grain access

           §  Incremental updates

           §  Deal with changes in the original dataset

           §  Real-time data serving




                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   32
                                                                                          3
®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   33
                                                                                          3
h p://hbase.apache.org

 §     Sparse, distributed, persistent multidimensional
        sorted map
 §     Column oriented store
 §     Autosharding
 §     Data locality

                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   34
                                                                                          3
Data Model

  table: row: family: column: value: version
  	
  domain.com/x.swf	
                 swf:	
                          sfw:size = 1876 bytes | 1876 bytes	
                          swf:fps = 30	
                          swf:avm = 3	

                 html: 	
                          embed = dynamic	

                 status:	
                          last_crawl = 2010/11/26 | last_crawl = 2010/11/25	

  domain.com/y.swf	
  domain.com/z.swf	                                                                        ®	





 Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   35
                                                                                           3
API


§     Get
§     Put
§     Delete
§     Scan




                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   36
Flash

    How is ash used




Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   37
How is ash used in the “wild”?

 §     AVM popularity
 §     Frame rates
 §     Video formats
 §     SWF size
 §     Flex data structures
 §     …


                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   38
                                                                                          3
How




                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   39
                                                                                          3
How




                                                                                          max 1000


                                                                                                     ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   40
                                                                                                     4
e hard way

 §     Hadoop
 §     Nutch
 §     HBase




                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   41
                                                                                          4
Work ow

 §     Crawl:
           §    Nutch (seed: top-1m.csv Alexa)
           §    Detect ash embed, javascript
 §     Browse:
           §    Hadoop + FF + FP (chromeless)
           §    Dump stack traces, memory, swf bytes, etc.
 §     Process:
           §    Parse stack traces, rank, etc.
 §     Export:
           §    Hbase: swf table
           §    Md5, swf bytecode, memory, load time, etc.                               ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   42
                                                                                          4
®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   43
                                                                                          4
®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   44
                                                                                          4
®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   45
                                                                                          4
Bene ts

 §     Security xes
 §     Optimization
 §     Prioritize based on real usage
 §     Testing




                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   46
                                                                                          4
SaasBase – Hbase++ as a service

 §     Data storage (HBase + HDFS)
           §  Domains, tables,

           §  API: create, put, get, scan




 §     Analytics (HBase + Hadoop + query engine)
           §  Reports, dimensions, metrics

           §  API: query



                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   47
                                                                                          4
photoshop.com

    Image analytics




Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   48
®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   49
                                                                                          4
photoshop.com




 §     1B assets (images, videos, other)
           §  120M with EXIF metadata

 §     1.5 petabytes
 §     Home grown distributed storage




                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   50
                                                                                          5
Intelligence

 §     Targeting users:
           §    Professionals or Amateurs?
           §    Where are pictures taken?



 §     Targeting partners:
           §    Popular cameras



 §     Tracking campaigns
           §    New accounts
                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   51
                                                                                          5
5
                                                                                          2	

Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   52
®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   53
                                                                                          5
®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   54
                                                                                          5
®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   55
                                                                                          5
Stats

 §     7 Machines (16 cores, 24 x 10K RPM SATA, 32GB
        RAM, 1Gbps)


 §     Map 700M records
 §     2hrs, 41mins
 §     Map output: 1.9B records (~80GB)



                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   56
                                                                                          5
Lessons

 §     SUM, COUNT, AVG, MIN, MAX, GROUP BY,
        HAVING, etc.
 §     Rollup, drilldown, segmentation
 -----------------------------------------------------------


 It’s all about Dimensions & Metrics



                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   57
                                                                                          5
Recap



 §     Hadoop + Mahout + PIG (User clusters)
 §     HBase + Hadoop + Nutch+ MySQL (Flash analytics)
 §     HBase + Hadoop (EXIF Explorer, image analytics)




                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   58
                                                                                          5
Business Catalyst

    Analytics




Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   59
BC




 §     End to end platform for online businesses
 §     E-commerce, Blogging, CRM, email marketing
 §     Analytics: web traffic, affiliates, sales, etc.




                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   60
                                                                                          6
®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   61
                                                                                          6
®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   62
                                                                                          6
Successtrophe

 §     Analytics is troublesome
           §  SQL database was slow for analytics

 §     Over 50 different reports
 §     Over 100,000 websites
 §     Billions of page views




                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   63
Requirements

 §     Fast incremental processing
 §     Custom reporting
 §     Filtering, segmentation, rollups, drilldowns
 §     Variable time ranges


 §  Fast


                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   64
                                                                                          6
Solution

 §     Continuous processing (every 10 minutes)
 §     Reports de nition: dimensions, metrics
 §     Real-time queries: directly from HBase




                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   65
                                                                                          6
Work ow

 §     Import Logs ->HBase
 §     Incrementally process/index last 24 hours
 §     Serve from HBase
           §  Index scans

           §  Runtime aggregation




                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   66
                                                                                          6
Stats

 §     1 datacenter, 10 months = 1 hour, 24 minutes
 §     > 3 Billion report items generated




                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   67
                                                                                          6
Lessons

 §     UNIQUE is harder
           §  E.g :Unique visitors, Visitor loyalty

 §     Space vs. time
 §     Sorting magic




                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   68
                                                                                          6
Not just web analytics


 X Analytics


 §     Feed in any le format (w3c, apache, tsv, etc.)
 §     Tag the dimensions and metrics
 §     Process (incremental)
 §     Query in real-time


                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   69
                                                                                          6
Nothing but the hstack

 §     structured data storage: HBase
 §          le storage HDFS
 §     data processing: Hadoop




                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   70
                                                                                          7
Conclusions

 §     Keep data
 §     Understand data
 §     Explore data
 §     Extract meaning




                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   71
                                                                                          7
h p://hstack.org
                                           h p://hbase.apache.org
                                      h p://hadoop.apache.org
                                      h p://mahout.apache.org
                                            h p://nutch.apache.org
                                                                                          ®	





Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential.   72
                                                                                          7

Weitere ähnliche Inhalte

Was ist angesagt?

Presto Summit 2018 - 04 - Netflix Containers
Presto Summit 2018 - 04 - Netflix ContainersPresto Summit 2018 - 04 - Netflix Containers
Presto Summit 2018 - 04 - Netflix Containerskbajda
 
Hadoop introduction , Why and What is Hadoop ?
Hadoop introduction , Why and What is  Hadoop ?Hadoop introduction , Why and What is  Hadoop ?
Hadoop introduction , Why and What is Hadoop ?sudhakara st
 
Hive spark-s3acommitter-hbase-nfs
Hive spark-s3acommitter-hbase-nfsHive spark-s3acommitter-hbase-nfs
Hive spark-s3acommitter-hbase-nfsYifeng Jiang
 
Stability Patterns for Microservices
Stability Patterns for MicroservicesStability Patterns for Microservices
Stability Patterns for Microservicespflueras
 
What it takes to run Hadoop at Scale: Yahoo! Perspectives
What it takes to run Hadoop at Scale: Yahoo! PerspectivesWhat it takes to run Hadoop at Scale: Yahoo! Perspectives
What it takes to run Hadoop at Scale: Yahoo! PerspectivesDataWorks Summit
 
Introduction to Apache Flink - Fast and reliable big data processing
Introduction to Apache Flink - Fast and reliable big data processingIntroduction to Apache Flink - Fast and reliable big data processing
Introduction to Apache Flink - Fast and reliable big data processingTill Rohrmann
 
Cassandra serving netflix @ scale
Cassandra serving netflix @ scaleCassandra serving netflix @ scale
Cassandra serving netflix @ scaleVinay Kumar Chella
 
Facebook Messages & HBase
Facebook Messages & HBaseFacebook Messages & HBase
Facebook Messages & HBase强 王
 
Migrating your clusters and workloads from Hadoop 2 to Hadoop 3
Migrating your clusters and workloads from Hadoop 2 to Hadoop 3Migrating your clusters and workloads from Hadoop 2 to Hadoop 3
Migrating your clusters and workloads from Hadoop 2 to Hadoop 3DataWorks Summit
 
Scaling Hadoop at LinkedIn
Scaling Hadoop at LinkedInScaling Hadoop at LinkedIn
Scaling Hadoop at LinkedInDataWorks Summit
 
From Pandas to Koalas: Reducing Time-To-Insight for Virgin Hyperloop's Data
From Pandas to Koalas: Reducing Time-To-Insight for Virgin Hyperloop's DataFrom Pandas to Koalas: Reducing Time-To-Insight for Virgin Hyperloop's Data
From Pandas to Koalas: Reducing Time-To-Insight for Virgin Hyperloop's DataDatabricks
 
Storing 16 Bytes at Scale
Storing 16 Bytes at ScaleStoring 16 Bytes at Scale
Storing 16 Bytes at ScaleFabian Reinartz
 
Hadoop Operations - Best Practices from the Field
Hadoop Operations - Best Practices from the FieldHadoop Operations - Best Practices from the Field
Hadoop Operations - Best Practices from the FieldDataWorks Summit
 
Apache HBase Improvements and Practices at Xiaomi
Apache HBase Improvements and Practices at XiaomiApache HBase Improvements and Practices at Xiaomi
Apache HBase Improvements and Practices at XiaomiHBaseCon
 
Introduction to Apache Kudu
Introduction to Apache KuduIntroduction to Apache Kudu
Introduction to Apache KuduJeff Holoman
 
HBase at Bloomberg: High Availability Needs for the Financial Industry
HBase at Bloomberg: High Availability Needs for the Financial IndustryHBase at Bloomberg: High Availability Needs for the Financial Industry
HBase at Bloomberg: High Availability Needs for the Financial IndustryHBaseCon
 
Understanding of Apache kafka metrics for monitoring
Understanding of Apache kafka metrics for monitoring Understanding of Apache kafka metrics for monitoring
Understanding of Apache kafka metrics for monitoring SANG WON PARK
 

Was ist angesagt? (20)

Optimizing Hive Queries
Optimizing Hive QueriesOptimizing Hive Queries
Optimizing Hive Queries
 
Presto Summit 2018 - 04 - Netflix Containers
Presto Summit 2018 - 04 - Netflix ContainersPresto Summit 2018 - 04 - Netflix Containers
Presto Summit 2018 - 04 - Netflix Containers
 
Hadoop introduction , Why and What is Hadoop ?
Hadoop introduction , Why and What is  Hadoop ?Hadoop introduction , Why and What is  Hadoop ?
Hadoop introduction , Why and What is Hadoop ?
 
Hive spark-s3acommitter-hbase-nfs
Hive spark-s3acommitter-hbase-nfsHive spark-s3acommitter-hbase-nfs
Hive spark-s3acommitter-hbase-nfs
 
Stability Patterns for Microservices
Stability Patterns for MicroservicesStability Patterns for Microservices
Stability Patterns for Microservices
 
What it takes to run Hadoop at Scale: Yahoo! Perspectives
What it takes to run Hadoop at Scale: Yahoo! PerspectivesWhat it takes to run Hadoop at Scale: Yahoo! Perspectives
What it takes to run Hadoop at Scale: Yahoo! Perspectives
 
Introduction to Apache Flink - Fast and reliable big data processing
Introduction to Apache Flink - Fast and reliable big data processingIntroduction to Apache Flink - Fast and reliable big data processing
Introduction to Apache Flink - Fast and reliable big data processing
 
Cassandra serving netflix @ scale
Cassandra serving netflix @ scaleCassandra serving netflix @ scale
Cassandra serving netflix @ scale
 
Facebook Messages & HBase
Facebook Messages & HBaseFacebook Messages & HBase
Facebook Messages & HBase
 
Migrating your clusters and workloads from Hadoop 2 to Hadoop 3
Migrating your clusters and workloads from Hadoop 2 to Hadoop 3Migrating your clusters and workloads from Hadoop 2 to Hadoop 3
Migrating your clusters and workloads from Hadoop 2 to Hadoop 3
 
Scaling Hadoop at LinkedIn
Scaling Hadoop at LinkedInScaling Hadoop at LinkedIn
Scaling Hadoop at LinkedIn
 
From Pandas to Koalas: Reducing Time-To-Insight for Virgin Hyperloop's Data
From Pandas to Koalas: Reducing Time-To-Insight for Virgin Hyperloop's DataFrom Pandas to Koalas: Reducing Time-To-Insight for Virgin Hyperloop's Data
From Pandas to Koalas: Reducing Time-To-Insight for Virgin Hyperloop's Data
 
Apache Airflow
Apache AirflowApache Airflow
Apache Airflow
 
Storing 16 Bytes at Scale
Storing 16 Bytes at ScaleStoring 16 Bytes at Scale
Storing 16 Bytes at Scale
 
Hadoop Operations - Best Practices from the Field
Hadoop Operations - Best Practices from the FieldHadoop Operations - Best Practices from the Field
Hadoop Operations - Best Practices from the Field
 
Apache HBase Improvements and Practices at Xiaomi
Apache HBase Improvements and Practices at XiaomiApache HBase Improvements and Practices at Xiaomi
Apache HBase Improvements and Practices at Xiaomi
 
Apache Spark Architecture
Apache Spark ArchitectureApache Spark Architecture
Apache Spark Architecture
 
Introduction to Apache Kudu
Introduction to Apache KuduIntroduction to Apache Kudu
Introduction to Apache Kudu
 
HBase at Bloomberg: High Availability Needs for the Financial Industry
HBase at Bloomberg: High Availability Needs for the Financial IndustryHBase at Bloomberg: High Availability Needs for the Financial Industry
HBase at Bloomberg: High Availability Needs for the Financial Industry
 
Understanding of Apache kafka metrics for monitoring
Understanding of Apache kafka metrics for monitoring Understanding of Apache kafka metrics for monitoring
Understanding of Apache kafka metrics for monitoring
 

Ähnlich wie HBase and Hadoop at Adobe

董龙飞 - 新一代企业应用
董龙飞 - 新一代企业应用董龙飞 - 新一代企业应用
董龙飞 - 新一代企业应用d0nn9n
 
JAX2010 Flex Java technical session: interactive dashboard
JAX2010 Flex Java technical session: interactive dashboardJAX2010 Flex Java technical session: interactive dashboard
JAX2010 Flex Java technical session: interactive dashboardMichael Chaize
 
Adobe flash platform java
Adobe flash platform javaAdobe flash platform java
Adobe flash platform javaCh'ti JUG
 
Adobe flash platform java
Adobe flash platform javaAdobe flash platform java
Adobe flash platform javaMichael Chaize
 
NLJUG: Content Management, Standards, Opensource & JCP
NLJUG: Content Management, Standards, Opensource & JCPNLJUG: Content Management, Standards, Opensource & JCP
NLJUG: Content Management, Standards, Opensource & JCPDavid Nuescheler
 
Flash performance tuning (EN)
Flash performance tuning (EN)Flash performance tuning (EN)
Flash performance tuning (EN)Andy Hall
 
Oop2012 keynote Design Driven Development
Oop2012 keynote Design Driven DevelopmentOop2012 keynote Design Driven Development
Oop2012 keynote Design Driven DevelopmentMichael Chaize
 
Innovation and the Adobe Flash Platform
Innovation and the Adobe Flash PlatformInnovation and the Adobe Flash Platform
Innovation and the Adobe Flash PlatformMichael Chaize
 
Flex and the city in London - Keynote
Flex and the city in London - KeynoteFlex and the city in London - Keynote
Flex and the city in London - KeynoteMichael Chaize
 
Flex, Adobe AIR, and PHP: the beginning of a beautiful friendship
Flex, Adobe AIR, and PHP: the beginning of a beautiful friendshipFlex, Adobe AIR, and PHP: the beginning of a beautiful friendship
Flex, Adobe AIR, and PHP: the beginning of a beautiful friendshipelliando dias
 
AJUBY Open Source Application Builder
AJUBY Open Source Application BuilderAJUBY Open Source Application Builder
AJUBY Open Source Application Builderajuby
 
eLearning Suite 6 Workflow
eLearning Suite 6 WorkfloweLearning Suite 6 Workflow
eLearning Suite 6 WorkflowKirsten Rourke
 
Process in the Age of Digital Innovation
Process in the Age of Digital InnovationProcess in the Age of Digital Innovation
Process in the Age of Digital InnovationCharles Duncan jr.
 
Xebia adobe flash mobile applications
Xebia adobe flash mobile applicationsXebia adobe flash mobile applications
Xebia adobe flash mobile applicationsMichael Chaize
 
Adobe Gaming Solutions by Tom Krcha
Adobe Gaming Solutions by Tom KrchaAdobe Gaming Solutions by Tom Krcha
Adobe Gaming Solutions by Tom Krchamochimedia
 
Xplatform mobile development
Xplatform mobile developmentXplatform mobile development
Xplatform mobile developmentMichael Chaize
 

Ähnlich wie HBase and Hadoop at Adobe (20)

董龙飞 - 新一代企业应用
董龙飞 - 新一代企业应用董龙飞 - 新一代企业应用
董龙飞 - 新一代企业应用
 
JAX2010 Flex Java technical session: interactive dashboard
JAX2010 Flex Java technical session: interactive dashboardJAX2010 Flex Java technical session: interactive dashboard
JAX2010 Flex Java technical session: interactive dashboard
 
Adobe flash platform java
Adobe flash platform javaAdobe flash platform java
Adobe flash platform java
 
Adobe flash platform java
Adobe flash platform javaAdobe flash platform java
Adobe flash platform java
 
NLJUG: Content Management, Standards, Opensource & JCP
NLJUG: Content Management, Standards, Opensource & JCPNLJUG: Content Management, Standards, Opensource & JCP
NLJUG: Content Management, Standards, Opensource & JCP
 
Flash performance tuning (EN)
Flash performance tuning (EN)Flash performance tuning (EN)
Flash performance tuning (EN)
 
Oop2012 keynote Design Driven Development
Oop2012 keynote Design Driven DevelopmentOop2012 keynote Design Driven Development
Oop2012 keynote Design Driven Development
 
Innovation and the Adobe Flash Platform
Innovation and the Adobe Flash PlatformInnovation and the Adobe Flash Platform
Innovation and the Adobe Flash Platform
 
Flex and the city in London - Keynote
Flex and the city in London - KeynoteFlex and the city in London - Keynote
Flex and the city in London - Keynote
 
Flex, Adobe AIR, and PHP: the beginning of a beautiful friendship
Flex, Adobe AIR, and PHP: the beginning of a beautiful friendshipFlex, Adobe AIR, and PHP: the beginning of a beautiful friendship
Flex, Adobe AIR, and PHP: the beginning of a beautiful friendship
 
Hello Gumbo
Hello GumboHello Gumbo
Hello Gumbo
 
Jax2001 adobe keynote
Jax2001 adobe keynoteJax2001 adobe keynote
Jax2001 adobe keynote
 
As2 vs as3
As2 vs as3As2 vs as3
As2 vs as3
 
MMT 28: Adobe »Edge to the Flash«
MMT 28: Adobe »Edge to the Flash«MMT 28: Adobe »Edge to the Flash«
MMT 28: Adobe »Edge to the Flash«
 
AJUBY Open Source Application Builder
AJUBY Open Source Application BuilderAJUBY Open Source Application Builder
AJUBY Open Source Application Builder
 
eLearning Suite 6 Workflow
eLearning Suite 6 WorkfloweLearning Suite 6 Workflow
eLearning Suite 6 Workflow
 
Process in the Age of Digital Innovation
Process in the Age of Digital InnovationProcess in the Age of Digital Innovation
Process in the Age of Digital Innovation
 
Xebia adobe flash mobile applications
Xebia adobe flash mobile applicationsXebia adobe flash mobile applications
Xebia adobe flash mobile applications
 
Adobe Gaming Solutions by Tom Krcha
Adobe Gaming Solutions by Tom KrchaAdobe Gaming Solutions by Tom Krcha
Adobe Gaming Solutions by Tom Krcha
 
Xplatform mobile development
Xplatform mobile developmentXplatform mobile development
Xplatform mobile development
 

Kürzlich hochgeladen

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
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
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
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
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
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
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
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 

Kürzlich hochgeladen (20)

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
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
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
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
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
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
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
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
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
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 

HBase and Hadoop at Adobe

  • 1. Big Data with HBase and Hadoop at Adobe Cosmin Lehene Programatica, November, 2010 Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 1
  • 2. Who am I Cosmin Lehene Adobe Services and Infrastructure Team = SaaS services HBase and Hadoop contributor clehene@adobe.com @clehene h p://hstack.org ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 2 2
  • 3. Why I am here today §  Riding the elephant since 2008 §  Analytics, BI, Machine Learning §  Images, Videos, Flash, Web, etc. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 3 3
  • 4. Opaque Data (logs, archives) §  Web traffic §  Business events §  User interactions §  Infrastructure data §  Database logs, web server logs, etc. §  Etc. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 4 4
  • 5. h p://commons.wikimedia.org/wiki/File:AWI-core-archive_hg.jpg ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 5 5
  • 6. h p://www.google.com/images?q=data+visualization 6 ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 6 6
  • 7. Can I §  JOIN everything? §  Increase user engagement? §  Increase conversion rate? §  Make $$$? J §  Fast and cheap? ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 7 7
  • 8. Understand data and extract meaning Real-time access to meaningful data ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 8 8
  • 9. Agenda ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 9 9
  • 10. noSQL 101 ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 10 1
  • 11. Scaling RDBMS §  Scale up §  More memory §  More CPU §  Faster disks, SAN, etc. §  Problems §  Expensive §  ere’s a limit ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 11 1
  • 12. Scaling RDBMS §  Scale horizontally §  Replication (reads) §  Sharding/ Horizontal Partitioning (writes) §  Server 1: a-m, Server 2: m-z §  Denormalization ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 12 1
  • 13. Replication ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 13 1
  • 14. Sharding ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 14 1
  • 15. Sharding ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 15 1
  • 16. Sharding & Replication ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 16 1
  • 17. Scaling RDBMS problems §  Hard to repartition/reshard §  Pre allocate shards 2, 3, 100 §  Query each shard §  High operational costs §  Eventual consistency ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 17 1
  • 18. Enter noSQL – the beginning §  Google: BigTable §  Amazon: Dynamo §  Memcached ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 18 1
  • 19. Data Models §  Key-value §  Columnar/Tabular §  Document oriented §  Graph ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 19 1
  • 20. Architectures §  Distributed hash tables §  Consistent Hashing §  Gossip §  Vector clocks §  Locality groups §  Partitioning, replication §  etc. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 20 2
  • 21. Properties §  Scalability §  Failover §  Durability §  Consistency §  Availability §  Partition Tolerance §  Etc. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 21 2
  • 22. Cartesian Product ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 22 2
  • 23. What do all these have in common §  Different data models noSQL §  Different architectures §  Different properties ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 23
  • 24. Hadoop h p://hadoop.apache.org §  HDFS (distributed fs) §  Map-reduce (distributed processing) ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 24 2
  • 25. Adobe Media Player Increase video consumption Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 25
  • 26. AMP §  Recommendations §  Related content §  Related users ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 26 2
  • 27. Video logs §  X watched movie A (comedy) §  Y watched movie B (drama) §  Z watched movie C (thriller) §  Z watched movie A (comedy) §  X watched movie D (technology) §  Y watched movie C (thriller) ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 27 2
  • 28. Which users are alike? §  Compare every 2 users? §  5M vectors §  120 dimensions §  Distance is not enough – needed groups ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 28 2
  • 29. How? ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 29 2
  • 30. Custer projections §  1 month §  6GB §  700k Users §  114 genres §  7 nodes §  5 hours §  27 clusters ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 30 3
  • 31. Game Constellations §  Processing Shockwave logs ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 31
  • 32. Lessons learned Need: §  Fine grain access §  Incremental updates §  Deal with changes in the original dataset §  Real-time data serving ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 32 3
  • 33. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 33 3
  • 34. h p://hbase.apache.org §  Sparse, distributed, persistent multidimensional sorted map §  Column oriented store §  Autosharding §  Data locality ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 34 3
  • 35. Data Model table: row: family: column: value: version domain.com/x.swf swf: sfw:size = 1876 bytes | 1876 bytes swf:fps = 30 swf:avm = 3 html: embed = dynamic status: last_crawl = 2010/11/26 | last_crawl = 2010/11/25 domain.com/y.swf domain.com/z.swf ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 35 3
  • 36. API §  Get §  Put §  Delete §  Scan ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 36
  • 37. Flash How is ash used Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 37
  • 38. How is ash used in the “wild”? §  AVM popularity §  Frame rates §  Video formats §  SWF size §  Flex data structures §  … ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 38 3
  • 39. How ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 39 3
  • 40. How max 1000 ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 40 4
  • 41. e hard way §  Hadoop §  Nutch §  HBase ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 41 4
  • 42. Work ow §  Crawl: §  Nutch (seed: top-1m.csv Alexa) §  Detect ash embed, javascript §  Browse: §  Hadoop + FF + FP (chromeless) §  Dump stack traces, memory, swf bytes, etc. §  Process: §  Parse stack traces, rank, etc. §  Export: §  Hbase: swf table §  Md5, swf bytecode, memory, load time, etc. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 42 4
  • 43. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 43 4
  • 44. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 44 4
  • 45. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 45 4
  • 46. Bene ts §  Security xes §  Optimization §  Prioritize based on real usage §  Testing ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 46 4
  • 47. SaasBase – Hbase++ as a service §  Data storage (HBase + HDFS) §  Domains, tables, §  API: create, put, get, scan §  Analytics (HBase + Hadoop + query engine) §  Reports, dimensions, metrics §  API: query ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 47 4
  • 48. photoshop.com Image analytics Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 48
  • 49. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 49 4
  • 50. photoshop.com §  1B assets (images, videos, other) §  120M with EXIF metadata §  1.5 petabytes §  Home grown distributed storage ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 50 5
  • 51. Intelligence §  Targeting users: §  Professionals or Amateurs? §  Where are pictures taken? §  Targeting partners: §  Popular cameras §  Tracking campaigns §  New accounts ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 51 5
  • 52. 5 2 Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 52
  • 53. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 53 5
  • 54. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 54 5
  • 55. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 55 5
  • 56. Stats §  7 Machines (16 cores, 24 x 10K RPM SATA, 32GB RAM, 1Gbps) §  Map 700M records §  2hrs, 41mins §  Map output: 1.9B records (~80GB) ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 56 5
  • 57. Lessons §  SUM, COUNT, AVG, MIN, MAX, GROUP BY, HAVING, etc. §  Rollup, drilldown, segmentation ----------------------------------------------------------- It’s all about Dimensions & Metrics ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 57 5
  • 58. Recap §  Hadoop + Mahout + PIG (User clusters) §  HBase + Hadoop + Nutch+ MySQL (Flash analytics) §  HBase + Hadoop (EXIF Explorer, image analytics) ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 58 5
  • 59. Business Catalyst Analytics Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 59
  • 60. BC §  End to end platform for online businesses §  E-commerce, Blogging, CRM, email marketing §  Analytics: web traffic, affiliates, sales, etc. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 60 6
  • 61. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 61 6
  • 62. ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 62 6
  • 63. Successtrophe §  Analytics is troublesome §  SQL database was slow for analytics §  Over 50 different reports §  Over 100,000 websites §  Billions of page views ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 63
  • 64. Requirements §  Fast incremental processing §  Custom reporting §  Filtering, segmentation, rollups, drilldowns §  Variable time ranges §  Fast ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 64 6
  • 65. Solution §  Continuous processing (every 10 minutes) §  Reports de nition: dimensions, metrics §  Real-time queries: directly from HBase ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 65 6
  • 66. Work ow §  Import Logs ->HBase §  Incrementally process/index last 24 hours §  Serve from HBase §  Index scans §  Runtime aggregation ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 66 6
  • 67. Stats §  1 datacenter, 10 months = 1 hour, 24 minutes §  > 3 Billion report items generated ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 67 6
  • 68. Lessons §  UNIQUE is harder §  E.g :Unique visitors, Visitor loyalty §  Space vs. time §  Sorting magic ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 68 6
  • 69. Not just web analytics X Analytics §  Feed in any le format (w3c, apache, tsv, etc.) §  Tag the dimensions and metrics §  Process (incremental) §  Query in real-time ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 69 6
  • 70. Nothing but the hstack §  structured data storage: HBase §  le storage HDFS §  data processing: Hadoop ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 70 7
  • 71. Conclusions §  Keep data §  Understand data §  Explore data §  Extract meaning ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 71 7
  • 72. h p://hstack.org h p://hbase.apache.org h p://hadoop.apache.org h p://mahout.apache.org h p://nutch.apache.org ® Copyright 2009 Adobe Systems Incorporated. All rights reserved. Adobe con dential. 72 7