Getting Started with various Tools

30 / 43

HBase

Purpose: HBase is an open-source non-relational distributed database modeled after Google's Bigtable and written in Java. It is developed as part of Apache Software Foundation's Apache Hadoop project and runs on top of HDFS or Alluxio, providing Bigtable-like capabilities for Hadoop.

Home Page: https://hbase.apache.org/

Documentation: https://hbase.apache.org/book.html

Related resources to learn: https://cloudxlab.com/assessment/playlist-intro/12/hbase?course_id=1&playlist_id=12

How to get started:

  1. In the web console tab on the right side of the screen, type the following command at the prompt to get the HBase shell

    hbase shell
    
  2. Type the following command to exit HBase shell

    exit
    

No hints are availble for this assesment

Answer is not availble for this assesment

Loading comments...