Validate HBase
Let us validate HBase installation by running few commands using HBase Shell. On the gateway node of the hbase cluster run hbase shell help command provides list of commands in different categories Namespace – group of tables (similar to schema or database) create – create_namespace ‘training’ list – list_namespace ‘training’ list tables – list_namespace_tables ‘training’ Table …