Limit the hbase shell to "read only" commands

Viewed 20

Is it possible to limit the hbase shell to allow just the "read only" commands?

The goal is to avoid inadvertent changes to the data. I am imagining something similar to the readonly connections of many SQL databases.

0 Answers
Related