# Hbase可视化工具web版 **Repository Path**: xjwld/hbase_view_page ## Basic Information - **Project Name**: Hbase可视化工具web版 - **Description**: Hbase可视化工具web版 可以使用jar包运行 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-03-14 - **Last Updated**: 2022-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hbase-admin #### 介绍 基于springboot2, AdminLTE的一个简单的hbase可视化管理工具。 #### 使用说明 1. 下载代码:git clone 使用idea打开 2. 修改zk的集群信息和端口号即可 位置在(21行): _**hbase-web/src/main/profiles/beta/application.properties**_ 3. 启动web的main方法 打开 http://localhost:8062 #### 界面 ![登录页面](https://images.gitee.com/uploads/images/2020/0907/002458_80c6119e_7503178.jpeg "login.jpg") ![表管理](https://images.gitee.com/uploads/images/2020/0907/002424_95595565_7503178.jpeg "tableAdmin.jpg") ![数据管理](https://images.gitee.com/uploads/images/2020/0907/002524_c59fb20a_7503178.jpeg "recordAdmin.jpg") # 如果启动报错,原因多半是没有配置HADOOP_HOME之类的信息。可以参考此文章: [https://blog.csdn.net/weixin_48835367/article/details/121650956](https://blog.csdn.net/weixin_48835367/article/details/121650956)