3.2. Creating HA Tables with the HBase Shell

Create HA tables using the HBase shell using the REGION_REPLICATION keyword, as shown in the following example:

CREATE 't1', 'f1', {REGION_REPLICATION => 2}

This example creates a table named t1 that is replicated to one secondary region server. To replicate t1 to two secondary region servers, specify {REGION_REPLICATION => 3}.


loading table of contents...