Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
create table 'hbase_table'
grant '@goo', 'RW', 'hbase_table' 

However, since HDFS does not provide true ACL's the mapping for GRANT commands can be something like:

...