HBase – Exists

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

Existence of Table using HBase Shell You can verify the existence of a table using the exists command. The following example shows how to use this command. hbase(main):024:0> exists 'emp' Table emp…

Continue ReadingHBase – Exists