All Projects → kakao → Hbase Region Inspector

kakao / Hbase Region Inspector

Licence: apache-2.0
A visual dashboard of HBase region statistics

Programming Languages

clojure
4091 projects

Labels

Projects that are alternatives of or similar to Hbase Region Inspector

Node Thrift2 Hbase
An HBase thrift wrapper for Node.js
Stars: ✭ 18 (-82.18%)
Mutual labels:  hbase
Connection Pool Client
💥 A simple multi-purpose connection pool client (Kafka & Hbase & Redis & RMDB & Socket & Http)
Stars: ✭ 40 (-60.4%)
Mutual labels:  hbase
Wifi
基于wifi抓取信息的大数据查询分析系统
Stars: ✭ 93 (-7.92%)
Mutual labels:  hbase
Bigdata Interview
🎯 🌟[大数据面试题]分享自己在网络上收集的大数据相关的面试题以及自己的答案总结.目前包含Hadoop/Hive/Spark/Flink/Hbase/Kafka/Zookeeper框架的面试题知识总结
Stars: ✭ 857 (+748.51%)
Mutual labels:  hbase
Weblogsanalysissystem
A big data platform for analyzing web access logs
Stars: ✭ 37 (-63.37%)
Mutual labels:  hbase
Cloud Note
基于分布式的云笔记(参考某道云笔记),数据存储在redis与hbase中
Stars: ✭ 71 (-29.7%)
Mutual labels:  hbase
Bigdataguide
大数据学习,从零开始学习大数据,包含大数据学习各阶段学习视频、面试资料
Stars: ✭ 817 (+708.91%)
Mutual labels:  hbase
Bigdata Notes
大数据入门指南 ⭐
Stars: ✭ 10,991 (+10782.18%)
Mutual labels:  hbase
Nagios Plugins
450+ AWS, Hadoop, Cloud, Kafka, Docker, Elasticsearch, RabbitMQ, Redis, HBase, Solr, Cassandra, ZooKeeper, HDFS, Yarn, Hive, Presto, Drill, Impala, Consul, Spark, Jenkins, Travis CI, Git, MySQL, Linux, DNS, Whois, SSL Certs, Yum Security Updates, Kubernetes, Cloudera etc...
Stars: ✭ 1,000 (+890.1%)
Mutual labels:  hbase
Myblog
有深度的Java技术博客
Stars: ✭ 1,251 (+1138.61%)
Mutual labels:  hbase
Heracles
High performance HBase / Spark SQL engine
Stars: ✭ 27 (-73.27%)
Mutual labels:  hbase
Learning Spark
零基础学习spark,大数据学习
Stars: ✭ 37 (-63.37%)
Mutual labels:  hbase
Ali Open Source
阿里开源产品大集合,技术社群讨论,优质技术问答,技术分享PPT,视频,在这里一站式全面了解学习阿里开源产品~
Stars: ✭ 79 (-21.78%)
Mutual labels:  hbase
Dockerfiles
50+ DockerHub public images for Docker & Kubernetes - Hadoop, Kafka, ZooKeeper, HBase, Cassandra, Solr, SolrCloud, Presto, Apache Drill, Nifi, Spark, Consul, Riak, TeamCity and DevOps tools built on the major Linux distros: Alpine, CentOS, Debian, Fedora, Ubuntu
Stars: ✭ 847 (+738.61%)
Mutual labels:  hbase
Repository
个人学习知识库涉及到数据仓库建模、实时计算、大数据、Java、算法等。
Stars: ✭ 92 (-8.91%)
Mutual labels:  hbase
Szt Bigdata
深圳地铁大数据客流分析系统🚇🚄🌟
Stars: ✭ 826 (+717.82%)
Mutual labels:  hbase
Atsd
Axibase Time Series Database Documentation
Stars: ✭ 68 (-32.67%)
Mutual labels:  hbase
Springboot Templates
springboot和dubbo、netty的集成,redis mongodb的nosql模板, kafka rocketmq rabbit的MQ模板, solr solrcloud elasticsearch查询引擎
Stars: ✭ 100 (-0.99%)
Mutual labels:  hbase
Antsdb
AntsDB is a low latency, high concurrency, MySQL compliant SQL layer for HBase
Stars: ✭ 99 (-1.98%)
Mutual labels:  hbase
Hadoop cookbook
Cookbook to install Hadoop 2.0+ using Chef
Stars: ✭ 82 (-18.81%)
Mutual labels:  hbase

hbase-region-inspector

A visual dashboard of HBase region statistics.

Usage

Download the executable binary that matches the version of your HBase cluster, add execute permission, and start it with the following command-line arguments.

usage: hbase-region-inspector [OPTIONS] ┌ QUORUM[/ZKPORT] ┐ PORT [INTERVAL]
                                        └ CONFIG_FILE     ┘
  Options
    --admin       Enable drag-and-drop interface
    --no-system   Hide system tables
    --help        Show this message

Accessing secured cluster

To access a secured HBase cluster, you have to prepare the following configuration files:

  • The main properties file
  • JAAS login configuration
  • Kerberos configuration (usually /etc/krb5.conf)
  • Kerberos keytab (optional, but recommended)

You can find the examples in conf-examples.

Environment variables

  • DEBUG - Enable debug logs when set

Development

Prerequisites

# Using Homebrew on Mac OS X
brew install npm leiningen

Setting up REPL on tmux panes

# For HBase 0.98 and above
./hacking

# HBase 0.94 (CDH4)
./hacking cdh4

Build

# For HBase 0.98 and above
make

# HBase 0.94 (CDH4)
make profile=cdh4

License

This software is licensed under the Apache 2 license, quoted below.

Copyright 2015 Kakao Corp. http://www.kakaocorp.com

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].