HBase

HBase – Security

  • Post author:
  • Post category:HBase
  • Post comments:1 Comment

We can grant and revoke permissions to users in HBase. There are three commands for security purpose: grant, revoke, and user_permission. grant The grant command grants specific rights such as read, write,…

Continue ReadingHBase – Security

HBase – Scan

  • Post author:
  • Post category:HBase
  • Post comments:1 Comment

Scaning using HBase Shell The scan command is used to view the data in HTable. Using the scan command, you can get the table data. Its syntax is as follows: scan ‘<table…

Continue ReadingHBase – Scan