使用hd用户登陆
完成基础环境搭建
https://blog.csdn.net/zhou920786312/article/details/118212302
https://gitee.com/DanShenGuiZu/learnDemo/tree/master/pinpoint-learn/demo1
基础环境搭建 包含 jdk1.8安装
# 下载地址:http://archive.apache.org/dist/hbase/1.4.9/
hbase-1.4.9-bin.tar.gz
# 下载地址:https://github.com/pinpoint-apm/pinpoint/tree/master/hbase/scripts
hbase-create.hbase
pinpoint收集来的测试数据,主要是存在Hbase数据库
参考
HBase--基础--01--单机安装
执行pinpoint提供的Hbase初始化语句
/data/hbase-1.4.9/bin/hbase shell /data/hbase-create.hbase
进入数据库,查看初始化表
#进入数据库
/data/hbase-1.4.9/bin/hbase shell
#查看初始化表
list
登录web,查看初始化数据是否成功;
http://192.168.187.171:16010/master-status
/data/hbase-1.4.9/bin/hbase zkcli
/data/hbase-1.4.9/bin/hbase shell