Pinpoint APM监控平台搭建

1 系统环境

2 部署过程

将需要的资源上传服务器,并确保已经安装Java环境

2.1 安装Hbase

1.解压hbase tar包

tar -zxvf hbase-1.2.6-bin.tar.gz

2.修改hbase-env.sh的JAVA_HOME环境变量地址

export JAVA_HOME=/opt/apps/jdk/jdk1.8.0_131/

3.修改hbase-site.xml配置文件

<configuration>
  <property>
    <name>hbase.rootdir</name>
    <value>file:///opt/apps/pinpoint/hbase-1.2.6/data</value>
  </property>
</configuration>

4.启动hbase

./start-hbase.sh

5.查看Hbase是否启动成功

jps
root@VM-0-15-ubuntu:/opt/apps/pinpoint/hbase-1.2.6/bin# jps
7652 HMaster
2277 Elasticsearch
14839 Main
7994 Jps

存在Hmaster进程说明启动成功

6.初始化Hbase的pinpoint库

./hbase shell /opt/apps/pinpoint/hbase-create.hbase
root@VM-0-15-ubuntu:/opt/apps/pinpoint/hbase-1.2.6/bin# ./hbase shell /opt/apps/pinpoint/hbase-create.hbase
2018-04-27 11:29:35,228 WARN  [main] util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
0 
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值