1 / 60

HBase

HBase. Mr. Sriram Email: hadoopsrirama@gmail.com. Objectives. Understand NoSQL Databases and Hbase Analyse difference between Hbase & RDBMS Understand Hbase Components & Storage Architecture Analyze Hbase Read & Write Perform Hbase Cluster Deployment. Understand Hbase Attributes

fridaj
Download Presentation

HBase

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. HBase Mr. Sriram Email: hadoopsrirama@gmail.com

  2. Objectives Understand NoSQL Databases and Hbase Analyse difference between Hbase & RDBMS Understand Hbase Components & Storage Architecture Analyze Hbase Read & Write Perform Hbase Cluster Deployment Understand Hbase Attributes Understand Data Model and Physical Storage in Hbase Execute Basic Commands on Hbase Shell Analyse Data Loading Techniques in Hbase Implement Hbase API Perform Advance Hbase Actions

  3. Understand NoSQL Databases and Hbase Analyse difference between Hbase & RDBMS Understand Hbase Components & Storage Architecture Analyze Hbase Read & Write Perform Hbase Cluster Deployment Understand Hbase Attributes Understand Data Model and Physical Storage in Hbase Execute Basic Commands on Hbase Shell Analyse Data Loading Techniques in Hbase Implement Hbase API Perform Advance Hbase Actions HBase Concepts

  4. Common Problems in the Real Word Huge Data Fast Random Access Structured Data Variable Schema Need Compression Need of Distribution (Sharing)

  5. How Traditional System will resolve this?

  6. Characteristics of Probable Solution Distributed Database Sorted Data Sparse Data Store Automatic Sharding

  7. NoSQL Landscape

  8. CAP Theorem

  9. HBase Definition

  10. History of HBase

  11. Hbase Vs. RDBMS

  12. When to use Hbase?

  13. When not to use Hbase?

  14. Facebook – Messaging System

  15. More Hbase Implementation

  16. Three Major Components

  17. Data Distribution

  18. Hbase Components

  19. Hbase Components

  20. Hbase Storage Architecture

  21. Hbase Storage Architecture

  22. Hbase Storage Simpler

  23. Hbase Read and Write

  24. Hbase Read and Write

  25. Hbase Region

  26. Hbase Region Server

  27. Cluster Deployment

  28. Hbase Client

  29. Compactions

  30. Running Modes in HBase

  31. Hbase Ports

  32. Hbase Ports

  33. Hbase Tools & Utilities

  34. Hbase Tools & Utilities

  35. Simplifying Hbase – Actually it is a simple Map

  36. Simplifying Hbase –Map is Sorted

  37. Simplifying Hbase –Data Co-ordinates

  38. Simplifying Hbase –Multi Dimensional Column

  39. Simplifying Hbase –Time Stamps as Versions

  40. Data Model

  41. Data Model

  42. Data Model

  43. Physical Storage

  44. How does it look like?

  45. Hbase Shell

  46. Hbase Shell..

  47. Hbase API

  48. Hbase Client API

  49. Data Loading Techniques in HBase

  50. Loading Data in to HBase using Sqoop

More Related