Skip to content

Instantly share code, notes, and snippets.

@axdotl
Created May 3, 2017 09:19
Show Gist options
  • Save axdotl/15c0489169d01b960c20eb118a9ca719 to your computer and use it in GitHub Desktop.
Save axdotl/15c0489169d01b960c20eb118a9ca719 to your computer and use it in GitHub Desktop.
[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'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment