Slides
1 HBase Introduction
2 HBase - HBase is...
3 HBase - What is not true about HBase:...
4 HBase Architecture
5 HBase - What is true about Hbase...
6 HBase - How does HBase master keep track of region servers?...
7 HBase Architecture - Regions
8 HBase - Every row in a Hbase table must have a row...
9 HBase - If we have stored four records in HBase with the...
10 HBase - A subset of rows is called a region?...
11 HBase - Each region is defined by:...
12 HBase - As the data grows, the number of regions increase...
13 HBase - Every region server can contain only one region?...
14 HBase - Data in table is ordered by row key?...
15 HBase - Data Model
16 HBase - To solve a given problem, you need to decide which...
17 HBase - In HBase, a table is...
18 HBase - In HBase, what is not true about a row?...
19 HBase - Which of the following keyword is not a characteristic of HBase?...
20 HBase Design Guidelines
21 HBase - In HBase, what is not true about a column family?...
22 HBase - What is true about Column Qualifier or Column?...
23 HBase - You can store any kind of data in a cell?...
24 HBase - Can there be multiple rows having same row key?...
25 HBase - Data Model Example
26 HBase - In the example, row key contained the...
27 HBase - We can keep on adding as many columns as we...
28 HBase Hands On with Hue
29 HBase Hands-On with console
30 HBase - Data Location
31 HBase - Bloom Filter
32 HBase - A Bloom filter is...
33 HBase - Can Bloom Filter validate if an element exists in a...
34 HBase REST
35 HBase - Resources