Created
May 3, 2017 09:19
-
-
Save axdotl/15c0489169d01b960c20eb118a9ca719 to your computer and use it in GitHub Desktop.
[Argus] HBase schema creation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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