SlideShare ist ein Scribd-Unternehmen logo
1 von 14
A Soft Introduction
What is Hbase 
 Non-relational, distributed database 
 Column‐Oriented 
 Multi‐Dimensional 
 High Availability 
 High Performance 
 open source
Implementation 
 HBase modeled with an HBase master node 
orchestrating a cluster of one or more regionserver 
slaves. 
 The HBase master is responsible for bootstrapping a 
virgin install, for assigning regions to registered region 
servers, and for recovering region server failures. The 
master node is lightly loaded.
Installation 
 Download a stable release from an Apache Download 
Mirror and unpack it on your local filesystem. 
 you first need to tell HBase where Java is located on 
your system. i.e JAVA_HOME environment variable 
 you can set the Java installation that HBase uses by 
editing HBase’s conf/hbaseenv.sh, and specifying the 
JAVA_HOME
Continue 
 Add the HBase binary directory to your command-line 
path. For example: 
% exportHBASE_HOME=/home/hbase/hbase-x.y.z 
% export PATH=$PATH:$HBASE_HOME/bin 
 To get the list of HBase options, type: % hbase 
 To start a temporary instance of HBase 
% start-hbase.sh 
 launch the HBase shell by typing: % hbase shell 
type:
Difference Between Hadoop/HDFS 
and Hbase 
 HDFS is a distributed file system that is well suited for 
the storage of large files. 
 HBase, on the other hand, is built on top of HDFS and 
provides fast record lookups (and updates) for large 
tables. 
 HDFS has based on GFS file system. 
 Hbase is Distributed – uses HDFS for storage ,Column 
– Oriented , Multi Dimensional( Versions) , Storage 
System
Hbase is NOT 
 A sql Database – No Joins, 
datatypes , no (damn) sql 
 No Schema 
 No DBA needed 
no query engine, no
Programming with HBase 
 HBase shell 
 Scan, List, Create, Get, Put, Delete 
 Java API 
 Get, Put, Delete, Scan,
 
 Non-Java Clients 
 Thrift 
 REST 
 HBase MapReduce API 
 hbase.mapreduce.TableMapper; 
 hbase.mapreduce.TableReducer; 
 High Level Interface 
 Pig, Hive
Storage Model 
 Column – oriented database (column families) 
 Table consists of Rows, each which has a 
primary 
key(row key) 
 Each Row may have any number of columns 
 Table schema only defines Column familes(column 
family can have any number of columns) 
 Each cell value has a timestamp
Hbase shell 
 hbase(main):003:0> create 'test', 'cf' 
 0 row(s) in 1.2200 seconds 
 hbase(main):004:0> put 'test', 'row1', 'cf:a', 'value1' 
 0 row(s) in 0.0560 seconds 
 0 hbase(main):005:0> put 'test', 'row2', 'cf:b', 'value2' 
 0 row(s) in 0.0370 seconds 
 hbase(main):006:0> put 'test', 'row3', 'cf:c', 'value3' 
 0 row(s) in 0.0450 seconds
Hbase vs RDBMS 
RDBMS Hbase 
 Data layout: Row-oriented Column family oriented 
 Query language SQL Get/put/scan/etc * 
 Security 
 Max data size 
 Read/write 
Authentication/Authorization Work in Progress 
TBs 
1000s queries/second 
Hundrends of PBs 
Millions of queries /second
Use Cases 
 Facebook Analytics 
 Real-time counters of URLs shared, preferred links 
 Twitter 
 25 TB of message every month 
 Mozilla 
 Store crashes report, 2.5 million per day.
Hbase

Weitere Àhnliche Inhalte

Was ist angesagt?

WordPress Café: Using WordPress as a Framework
WordPress Café: Using WordPress as a FrameworkWordPress Café: Using WordPress as a Framework
WordPress Café: Using WordPress as a FrameworkExove
 
Designing CakePHP plugins for consuming APIs
Designing CakePHP plugins for consuming APIsDesigning CakePHP plugins for consuming APIs
Designing CakePHP plugins for consuming APIsNeil Crookes
 
Caching for Cash: Caching
Caching for Cash: CachingCaching for Cash: Caching
Caching for Cash: CachingScott MacVicar
 
Caching for Cash: Benchmarking and Profiling
Caching for Cash: Benchmarking and ProfilingCaching for Cash: Benchmarking and Profiling
Caching for Cash: Benchmarking and ProfilingScott MacVicar
 
Improving your Drupal 8 development workflow DrupalCampLA
Improving your Drupal 8 development workflow DrupalCampLAImproving your Drupal 8 development workflow DrupalCampLA
Improving your Drupal 8 development workflow DrupalCampLAJesus Manuel Olivas
 
Weblogic domain
Weblogic domainWeblogic domain
Weblogic domainAditya Bhuyan
 
An introduction to Laravel Passport
An introduction to Laravel PassportAn introduction to Laravel Passport
An introduction to Laravel PassportMichael Peacock
 
Ch7(publishing my sql data on the web)
Ch7(publishing my sql data on the web)Ch7(publishing my sql data on the web)
Ch7(publishing my sql data on the web)Chhom Karath
 
Getting Started with WP-CLI, a tool to automate your life
Getting Started with WP-CLI, a tool to automate your lifeGetting Started with WP-CLI, a tool to automate your life
Getting Started with WP-CLI, a tool to automate your lifeAJ Morris
 
How to replace rails asset pipeline with webpack?
How to replace rails asset pipeline with webpack?How to replace rails asset pipeline with webpack?
How to replace rails asset pipeline with webpack?Tomasz Bak
 
Drupal, varnish, esi - Toulouse November 2
Drupal, varnish, esi - Toulouse November 2Drupal, varnish, esi - Toulouse November 2
Drupal, varnish, esi - Toulouse November 2Marcus Deglos
 
Asynchronous Interfaces
Asynchronous InterfacesAsynchronous Interfaces
Asynchronous Interfacesmaccman
 
Cms drupal installation & configuration anil mishra
Cms drupal installation & configuration   anil mishraCms drupal installation & configuration   anil mishra
Cms drupal installation & configuration anil mishraAnil Mishra
 
Drupal Camp Melbourne
Drupal Camp MelbourneDrupal Camp Melbourne
Drupal Camp MelbourneHasitha Guruge
 
My most complex ARM template - Story from the trenches
My most complex ARM template - Story from the trenchesMy most complex ARM template - Story from the trenches
My most complex ARM template - Story from the trenchesNills Franssens
 

Was ist angesagt? (20)

Apache
ApacheApache
Apache
 
Apache
ApacheApache
Apache
 
WordPress Café: Using WordPress as a Framework
WordPress Café: Using WordPress as a FrameworkWordPress Café: Using WordPress as a Framework
WordPress Café: Using WordPress as a Framework
 
Designing CakePHP plugins for consuming APIs
Designing CakePHP plugins for consuming APIsDesigning CakePHP plugins for consuming APIs
Designing CakePHP plugins for consuming APIs
 
Phinx talk
Phinx talkPhinx talk
Phinx talk
 
Caching for Cash: Caching
Caching for Cash: CachingCaching for Cash: Caching
Caching for Cash: Caching
 
Caching for Cash: Benchmarking and Profiling
Caching for Cash: Benchmarking and ProfilingCaching for Cash: Benchmarking and Profiling
Caching for Cash: Benchmarking and Profiling
 
Improving your Drupal 8 development workflow DrupalCampLA
Improving your Drupal 8 development workflow DrupalCampLAImproving your Drupal 8 development workflow DrupalCampLA
Improving your Drupal 8 development workflow DrupalCampLA
 
Weblogic domain
Weblogic domainWeblogic domain
Weblogic domain
 
An introduction to Laravel Passport
An introduction to Laravel PassportAn introduction to Laravel Passport
An introduction to Laravel Passport
 
Ch7(publishing my sql data on the web)
Ch7(publishing my sql data on the web)Ch7(publishing my sql data on the web)
Ch7(publishing my sql data on the web)
 
Getting Started with WP-CLI, a tool to automate your life
Getting Started with WP-CLI, a tool to automate your lifeGetting Started with WP-CLI, a tool to automate your life
Getting Started with WP-CLI, a tool to automate your life
 
How to replace rails asset pipeline with webpack?
How to replace rails asset pipeline with webpack?How to replace rails asset pipeline with webpack?
How to replace rails asset pipeline with webpack?
 
Drupal, varnish, esi - Toulouse November 2
Drupal, varnish, esi - Toulouse November 2Drupal, varnish, esi - Toulouse November 2
Drupal, varnish, esi - Toulouse November 2
 
Asynchronous Interfaces
Asynchronous InterfacesAsynchronous Interfaces
Asynchronous Interfaces
 
Local Drupal MultiSite Set-up
Local Drupal MultiSite Set-upLocal Drupal MultiSite Set-up
Local Drupal MultiSite Set-up
 
Cms drupal installation & configuration anil mishra
Cms drupal installation & configuration   anil mishraCms drupal installation & configuration   anil mishra
Cms drupal installation & configuration anil mishra
 
Drupal Camp Melbourne
Drupal Camp MelbourneDrupal Camp Melbourne
Drupal Camp Melbourne
 
19.imagini in laravel5
19.imagini in laravel519.imagini in laravel5
19.imagini in laravel5
 
My most complex ARM template - Story from the trenches
My most complex ARM template - Story from the trenchesMy most complex ARM template - Story from the trenches
My most complex ARM template - Story from the trenches
 

Andere mochten auch

CONCEPTOS BÁSICOS EN INFORMÁTICA (ALFABETIZACIÓN DIGITAL)
CONCEPTOS BÁSICOS EN INFORMÁTICA (ALFABETIZACIÓN DIGITAL)CONCEPTOS BÁSICOS EN INFORMÁTICA (ALFABETIZACIÓN DIGITAL)
CONCEPTOS BÁSICOS EN INFORMÁTICA (ALFABETIZACIÓN DIGITAL)Walter Yesid Mejìa Chimà
 
User experience Basic (Swedish)
User experience Basic (Swedish)User experience Basic (Swedish)
User experience Basic (Swedish)FlorianFiechter
 
Jamaica Honeymoon Options
Jamaica Honeymoon OptionsJamaica Honeymoon Options
Jamaica Honeymoon Optionschglat
 
èˆˆć—ćœ‹äž­æ Ąé•·ćŒ”çŸŽçŽČèŸŠć­žç†ćż”
èˆˆć—ćœ‹äž­æ Ąé•·ćŒ”çŸŽçŽČèŸŠć­žç†ćż”èˆˆć—ćœ‹äž­æ Ąé•·ćŒ”çŸŽçŽČèŸŠć­žç†ćż”
èˆˆć—ćœ‹äž­æ Ąé•·ćŒ”çŸŽçŽČèŸŠć­žç†ćż”ć…†ç‚« 鍟
 
Lauren & Ryan
Lauren & RyanLauren & Ryan
Lauren & Ryanchglat
 
Laura Honeymoon Options
Laura Honeymoon OptionsLaura Honeymoon Options
Laura Honeymoon Optionschglat
 
ICA_2011_DEEPTI_CHITTAMURU
ICA_2011_DEEPTI_CHITTAMURUICA_2011_DEEPTI_CHITTAMURU
ICA_2011_DEEPTI_CHITTAMURUdchittamuru
 
Hayden Georgetown
Hayden GeorgetownHayden Georgetown
Hayden Georgetownchglat
 
Sugar Beach
Sugar BeachSugar Beach
Sugar Beachchglat
 
Hyatt Zilara Cancun
Hyatt Zilara CancunHyatt Zilara Cancun
Hyatt Zilara Cancunchglat
 
Secrets St.James/Wild Orchid Pictures
Secrets St.James/Wild Orchid PicturesSecrets St.James/Wild Orchid Pictures
Secrets St.James/Wild Orchid Pictureschglat
 
Iberostar Grand Bavaro
Iberostar Grand BavaroIberostar Grand Bavaro
Iberostar Grand Bavarochglat
 
2013 06 24 graduacion 4_eso
2013 06 24 graduacion 4_eso2013 06 24 graduacion 4_eso
2013 06 24 graduacion 4_esopabloacostarobles
 
Tenses and auxiliary verbs
Tenses and auxiliary verbsTenses and auxiliary verbs
Tenses and auxiliary verbsconstanzaarriaga
 
101 Projects
101 Projects101 Projects
101 ProjectsOut2Sol Co
 
Career Choice 02
Career Choice   02Career Choice   02
Career Choice 02abc112233
 
Jamaica
JamaicaJamaica
Jamaicachglat
 
Jeanette St. Lucia Options
Jeanette St. Lucia OptionsJeanette St. Lucia Options
Jeanette St. Lucia Optionschglat
 

Andere mochten auch (20)

CONCEPTOS BÁSICOS EN INFORMÁTICA (ALFABETIZACIÓN DIGITAL)
CONCEPTOS BÁSICOS EN INFORMÁTICA (ALFABETIZACIÓN DIGITAL)CONCEPTOS BÁSICOS EN INFORMÁTICA (ALFABETIZACIÓN DIGITAL)
CONCEPTOS BÁSICOS EN INFORMÁTICA (ALFABETIZACIÓN DIGITAL)
 
User experience Basic (Swedish)
User experience Basic (Swedish)User experience Basic (Swedish)
User experience Basic (Swedish)
 
Jamaica Honeymoon Options
Jamaica Honeymoon OptionsJamaica Honeymoon Options
Jamaica Honeymoon Options
 
èˆˆć—ćœ‹äž­æ Ąé•·ćŒ”çŸŽçŽČèŸŠć­žç†ćż”
èˆˆć—ćœ‹äž­æ Ąé•·ćŒ”çŸŽçŽČèŸŠć­žç†ćż”èˆˆć—ćœ‹äž­æ Ąé•·ćŒ”çŸŽçŽČèŸŠć­žç†ćż”
èˆˆć—ćœ‹äž­æ Ąé•·ćŒ”çŸŽçŽČèŸŠć­žç†ćż”
 
Lauren & Ryan
Lauren & RyanLauren & Ryan
Lauren & Ryan
 
Laura Honeymoon Options
Laura Honeymoon OptionsLaura Honeymoon Options
Laura Honeymoon Options
 
ICA_2011_DEEPTI_CHITTAMURU
ICA_2011_DEEPTI_CHITTAMURUICA_2011_DEEPTI_CHITTAMURU
ICA_2011_DEEPTI_CHITTAMURU
 
Hayden Georgetown
Hayden GeorgetownHayden Georgetown
Hayden Georgetown
 
Sugar Beach
Sugar BeachSugar Beach
Sugar Beach
 
Hyatt Zilara Cancun
Hyatt Zilara CancunHyatt Zilara Cancun
Hyatt Zilara Cancun
 
Secrets St.James/Wild Orchid Pictures
Secrets St.James/Wild Orchid PicturesSecrets St.James/Wild Orchid Pictures
Secrets St.James/Wild Orchid Pictures
 
Bullet boy
Bullet boyBullet boy
Bullet boy
 
facebook^^
facebook^^facebook^^
facebook^^
 
Iberostar Grand Bavaro
Iberostar Grand BavaroIberostar Grand Bavaro
Iberostar Grand Bavaro
 
2013 06 24 graduacion 4_eso
2013 06 24 graduacion 4_eso2013 06 24 graduacion 4_eso
2013 06 24 graduacion 4_eso
 
Tenses and auxiliary verbs
Tenses and auxiliary verbsTenses and auxiliary verbs
Tenses and auxiliary verbs
 
101 Projects
101 Projects101 Projects
101 Projects
 
Career Choice 02
Career Choice   02Career Choice   02
Career Choice 02
 
Jamaica
JamaicaJamaica
Jamaica
 
Jeanette St. Lucia Options
Jeanette St. Lucia OptionsJeanette St. Lucia Options
Jeanette St. Lucia Options
 

Ähnlich wie Hbase

HBase.pptx
HBase.pptxHBase.pptx
HBase.pptxSadhik7
 
Hbase
HbaseHbase
HbaseVetri V
 
H base introduction & development
H base introduction & developmentH base introduction & development
H base introduction & developmentShashwat Shriparv
 
Introduction to Hbase
Introduction to Hbase Introduction to Hbase
Introduction to Hbase Rupak Roy
 
Chicago Data Summit: Apache HBase: An Introduction
Chicago Data Summit: Apache HBase: An IntroductionChicago Data Summit: Apache HBase: An Introduction
Chicago Data Summit: Apache HBase: An IntroductionCloudera, Inc.
 
Introduction to HBase
Introduction to HBaseIntroduction to HBase
Introduction to HBaseByeongweon Moon
 
03 h base-2-installation_andshell
03 h base-2-installation_andshell03 h base-2-installation_andshell
03 h base-2-installation_andshelldntth0601
 
Advance Hive, NoSQL Database (HBase) - Module 7
Advance Hive, NoSQL Database (HBase) - Module 7Advance Hive, NoSQL Database (HBase) - Module 7
Advance Hive, NoSQL Database (HBase) - Module 7Rohit Agrawal
 
Apache HBase - Just the Basics
Apache HBase - Just the BasicsApache HBase - Just the Basics
Apache HBase - Just the BasicsHBaseCon
 
Big Data: HBase and Big SQL self-study lab
Big Data:  HBase and Big SQL self-study lab Big Data:  HBase and Big SQL self-study lab
Big Data: HBase and Big SQL self-study lab Cynthia Saracco
 
Big Data: Big SQL and HBase
Big Data:  Big SQL and HBase Big Data:  Big SQL and HBase
Big Data: Big SQL and HBase Cynthia Saracco
 
Introduction To HBase
Introduction To HBaseIntroduction To HBase
Introduction To HBaseAnil Gupta
 
Introduction to HBase | Big Data Hadoop Spark Tutorial | CloudxLab
Introduction to HBase | Big Data Hadoop Spark Tutorial | CloudxLabIntroduction to HBase | Big Data Hadoop Spark Tutorial | CloudxLab
Introduction to HBase | Big Data Hadoop Spark Tutorial | CloudxLabCloudxLab
 
H base one page
H base one pageH base one page
H base one pageMilind Zodge
 

Ähnlich wie Hbase (20)

HBase.pptx
HBase.pptxHBase.pptx
HBase.pptx
 
Hbase
HbaseHbase
Hbase
 
Hadoop - Apache Hbase
Hadoop - Apache HbaseHadoop - Apache Hbase
Hadoop - Apache Hbase
 
Hbase
HbaseHbase
Hbase
 
H base introduction & development
H base introduction & developmentH base introduction & development
H base introduction & development
 
Introduction to Hbase
Introduction to Hbase Introduction to Hbase
Introduction to Hbase
 
HBase lon meetup
HBase lon meetupHBase lon meetup
HBase lon meetup
 
Hbase
HbaseHbase
Hbase
 
Chicago Data Summit: Apache HBase: An Introduction
Chicago Data Summit: Apache HBase: An IntroductionChicago Data Summit: Apache HBase: An Introduction
Chicago Data Summit: Apache HBase: An Introduction
 
Introduction to HBase
Introduction to HBaseIntroduction to HBase
Introduction to HBase
 
03 h base-2-installation_andshell
03 h base-2-installation_andshell03 h base-2-installation_andshell
03 h base-2-installation_andshell
 
Advance Hive, NoSQL Database (HBase) - Module 7
Advance Hive, NoSQL Database (HBase) - Module 7Advance Hive, NoSQL Database (HBase) - Module 7
Advance Hive, NoSQL Database (HBase) - Module 7
 
Apache HBase - Just the Basics
Apache HBase - Just the BasicsApache HBase - Just the Basics
Apache HBase - Just the Basics
 
Big Data: HBase and Big SQL self-study lab
Big Data:  HBase and Big SQL self-study lab Big Data:  HBase and Big SQL self-study lab
Big Data: HBase and Big SQL self-study lab
 
Big Data: Big SQL and HBase
Big Data:  Big SQL and HBase Big Data:  Big SQL and HBase
Big Data: Big SQL and HBase
 
Introduction To HBase
Introduction To HBaseIntroduction To HBase
Introduction To HBase
 
Hbase
HbaseHbase
Hbase
 
Introduction to HBase | Big Data Hadoop Spark Tutorial | CloudxLab
Introduction to HBase | Big Data Hadoop Spark Tutorial | CloudxLabIntroduction to HBase | Big Data Hadoop Spark Tutorial | CloudxLab
Introduction to HBase | Big Data Hadoop Spark Tutorial | CloudxLab
 
H base one page
H base one pageH base one page
H base one page
 
Apache h base
Apache h baseApache h base
Apache h base
 

Mehr von Chirag Ahuja

Deploy hadoop cluster
Deploy hadoop clusterDeploy hadoop cluster
Deploy hadoop clusterChirag Ahuja
 
Word count example in hadoop mapreduce using java
Word count example in hadoop mapreduce using javaWord count example in hadoop mapreduce using java
Word count example in hadoop mapreduce using javaChirag Ahuja
 
Big data introduction
Big data introductionBig data introduction
Big data introductionChirag Ahuja
 
Hive : WareHousing Over hadoop
Hive :  WareHousing Over hadoopHive :  WareHousing Over hadoop
Hive : WareHousing Over hadoopChirag Ahuja
 
Mapreduce advanced
Mapreduce advancedMapreduce advanced
Mapreduce advancedChirag Ahuja
 
MapReduce basic
MapReduce basicMapReduce basic
MapReduce basicChirag Ahuja
 
Hadoop introduction
Hadoop introductionHadoop introduction
Hadoop introductionChirag Ahuja
 

Mehr von Chirag Ahuja (10)

Deploy hadoop cluster
Deploy hadoop clusterDeploy hadoop cluster
Deploy hadoop cluster
 
Word count example in hadoop mapreduce using java
Word count example in hadoop mapreduce using javaWord count example in hadoop mapreduce using java
Word count example in hadoop mapreduce using java
 
Big data introduction
Big data introductionBig data introduction
Big data introduction
 
Flume
FlumeFlume
Flume
 
Pig
PigPig
Pig
 
Hive : WareHousing Over hadoop
Hive :  WareHousing Over hadoopHive :  WareHousing Over hadoop
Hive : WareHousing Over hadoop
 
Mapreduce advanced
Mapreduce advancedMapreduce advanced
Mapreduce advanced
 
MapReduce basic
MapReduce basicMapReduce basic
MapReduce basic
 
Hdfs
HdfsHdfs
Hdfs
 
Hadoop introduction
Hadoop introductionHadoop introduction
Hadoop introduction
 

KĂŒrzlich hochgeladen

Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...amitlee9823
 
Call Girls In Attibele ☎ 7737669865 đŸ„” Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 đŸ„” Book Your One night StandCall Girls In Attibele ☎ 7737669865 đŸ„” Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 đŸ„” Book Your One night Standamitlee9823
 
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...amitlee9823
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...amitlee9823
 
Call Girls In Hsr Layout ☎ 7737669865 đŸ„” Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 đŸ„” Book Your One night StandCall Girls In Hsr Layout ☎ 7737669865 đŸ„” Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 đŸ„” Book Your One night Standamitlee9823
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...amitlee9823
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxolyaivanovalion
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Valters Lauzums
 
BDSM⚡Call Girls in Mandawali Delhi >àŒ’8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >àŒ’8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >àŒ’8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >àŒ’8448380779 Escort ServiceDelhi Call girls
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAroojKhan71
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...amitlee9823
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...amitlee9823
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...amitlee9823
 
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...amitlee9823
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...amitlee9823
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% SecurePooja Nehwal
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxolyaivanovalion
 

KĂŒrzlich hochgeladen (20)

Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
 
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
 
Call Girls In Attibele ☎ 7737669865 đŸ„” Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 đŸ„” Book Your One night StandCall Girls In Attibele ☎ 7737669865 đŸ„” Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 đŸ„” Book Your One night Stand
 
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
Call Girls In Hsr Layout ☎ 7737669865 đŸ„” Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 đŸ„” Book Your One night StandCall Girls In Hsr Layout ☎ 7737669865 đŸ„” Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 đŸ„” Book Your One night Stand
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
 
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
BDSM⚡Call Girls in Mandawali Delhi >àŒ’8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >àŒ’8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >àŒ’8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >àŒ’8448380779 Escort Service
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptx
 

Hbase

  • 2. What is Hbase  Non-relational, distributed database  Column‐Oriented  Multi‐Dimensional  High Availability  High Performance  open source
  • 3. Implementation  HBase modeled with an HBase master node orchestrating a cluster of one or more regionserver slaves.  The HBase master is responsible for bootstrapping a virgin install, for assigning regions to registered region servers, and for recovering region server failures. The master node is lightly loaded.
  • 4.
  • 5. Installation  Download a stable release from an Apache Download Mirror and unpack it on your local filesystem.  you first need to tell HBase where Java is located on your system. i.e JAVA_HOME environment variable  you can set the Java installation that HBase uses by editing HBase’s conf/hbaseenv.sh, and specifying the JAVA_HOME
  • 6. Continue  Add the HBase binary directory to your command-line path. For example: % exportHBASE_HOME=/home/hbase/hbase-x.y.z % export PATH=$PATH:$HBASE_HOME/bin  To get the list of HBase options, type: % hbase  To start a temporary instance of HBase % start-hbase.sh  launch the HBase shell by typing: % hbase shell type:
  • 7. Difference Between Hadoop/HDFS and Hbase  HDFS is a distributed file system that is well suited for the storage of large files.  HBase, on the other hand, is built on top of HDFS and provides fast record lookups (and updates) for large tables.  HDFS has based on GFS file system.  Hbase is Distributed – uses HDFS for storage ,Column – Oriented , Multi Dimensional( Versions) , Storage System
  • 8. Hbase is NOT  A sql Database – No Joins, datatypes , no (damn) sql  No Schema  No DBA needed no query engine, no
  • 9. Programming with HBase  HBase shell  Scan, List, Create, Get, Put, Delete  Java API  Get, Put, Delete, Scan,
  Non-Java Clients  Thrift  REST  HBase MapReduce API  hbase.mapreduce.TableMapper;  hbase.mapreduce.TableReducer;  High Level Interface  Pig, Hive
  • 10. Storage Model  Column – oriented database (column families)  Table consists of Rows, each which has a primary key(row key)  Each Row may have any number of columns  Table schema only defines Column familes(column family can have any number of columns)  Each cell value has a timestamp
  • 11. Hbase shell  hbase(main):003:0> create 'test', 'cf'  0 row(s) in 1.2200 seconds  hbase(main):004:0> put 'test', 'row1', 'cf:a', 'value1'  0 row(s) in 0.0560 seconds  0 hbase(main):005:0> put 'test', 'row2', 'cf:b', 'value2'  0 row(s) in 0.0370 seconds  hbase(main):006:0> put 'test', 'row3', 'cf:c', 'value3'  0 row(s) in 0.0450 seconds
  • 12. Hbase vs RDBMS RDBMS Hbase  Data layout: Row-oriented Column family oriented  Query language SQL Get/put/scan/etc *  Security  Max data size  Read/write Authentication/Authorization Work in Progress TBs 1000s queries/second Hundrends of PBs Millions of queries /second
  • 13. Use Cases  Facebook Analytics  Real-time counters of URLs shared, preferred links  Twitter  25 TB of message every month  Mozilla  Store crashes report, 2.5 million per day.