Commonly used HBase Table Management Shell Commands
Hbase is installed on the top of the Hadoop and it uses the Hadoop file system only. Just like other Bigdata framework such as Hive, Pig etc, Hbase provides jruby interactive shell. You can also use the Java API to interact with Hbase. In this article, we will check some commonly used HBase table management shell commands and explanation on how to use them. Commonly used HBase Table Management Shell Commands In HBase, jruby interactive shell mode is used to interact with HBase for table operations, table management, and data modeling.…