12.06.2015 Views

HBASE SCHEMA DESIGN - ApacheCon

HBASE SCHEMA DESIGN - ApacheCon

HBASE SCHEMA DESIGN - ApacheCon

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

HBase Tables and Regions<br />

• Table is made up of any number if regions<br />

• Region is specified by its startKey and endKey<br />

• Empty table: (Table, NULL, NULL)<br />

• Two-region table: (Table, NULL, “com.cloudera.www”)<br />

and (Table, “com.cloudera.www”, NULL)<br />

• Each region may live on a different node and is<br />

made up of several HDFS files and blocks, each<br />

of which is replicated by Hadoop

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!