Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GUI Tool for HBase Management [closed]

Tags:

hbase

Are there any good GUI tools available for HBase? Like MySQL has workbench and Yog.

like image 814
Kris Avatar asked Feb 14 '12 05:02

Kris


People also ask

What is HBase tool?

HBase is a column-oriented, non-relational database. This means that data is stored in individual columns, and indexed by a unique row key. This architecture allows for rapid retrieval of individual rows and columns and efficient scans over individual columns within a table.

How do I start HBase master service?

Start the cluster by running the start-hbase.sh command on node-1. ZooKeeper starts first, followed by the Master, then the RegionServers, and finally the backup Masters. Run the jps command on each node to verify that the correct processes are running on each server.

Is HBase open-source?

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 (Hadoop Distributed File System) or Alluxio, providing Bigtable-like capabilities for Hadoop.


1 Answers

If you're on windows there's Toad for Cloud

like image 123
Arnon Rotem-Gal-Oz Avatar answered Sep 23 '22 11:09

Arnon Rotem-Gal-Oz