Skip to content

Instantly share code, notes, and snippets.

@axdotl
axdotl / gist:15c0489169d01b960c20eb118a9ca719
Created May 3, 2017 09:19
[Argus] HBase schema creation
/opt/hbase/bin/hbase shell
create 'metric-schema', {NAME => 'f', BLOOMFILTER => 'ROW', VERSIONS => '1', DATA_BLOCK_ENCODING => 'FAST_DIFF'}
create 'scope-schema', {NAME => 'f', BLOOMFILTER => 'ROW', VERSIONS => '1', DATA_BLOCK_ENCODING => 'FAST_DIFF'}