Guest User

Untitled

a guest
May 16th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Execute following commands from hbase shell to setup a test table and visibility labels.
  2. HBase needs to be configured to enable visibility label, too.
  3.  
  4. ````
  5. create 't1', {NAME => 'f1'}
  6. add_labels [ 'admin', 'service', 'developer', 'test' ]
  7. grant 'nifi', 'RW', 't1'
  8. ````
Add Comment
Please, Sign In to add comment