[root@localhost pinpoint]
[jusys@localhost pinpoint]$ sh hbase-1.2.5/bin/start-hbase.sh
[jusys@localhost ~]$ cd /data/pinpoint/hbase-1.2.5/bin/
[jusys@localhost bin]$ hbase shell < /opt/tools/software/hbase-create.hbase
2017-08-14 14:52:47,175 WARN [main] util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
HBase Shell; enter 'help<RETURN>' for list of supported commands.
Type "exit<RETURN>" to leave the HBase Shell
Version 1.2.5, rd7b05f79dee10e0ada614765bb354b93d615a157, Wed Mar 1 00:34:48 CST 2017
create 'AgentInfo', { NAME => 'Info', TTL => 31536000, DATA_BLOCK_ENCODING => 'PREFIX' }
0 row(s) in 1.4230 seconds
Hbase::Table - AgentInfo
...
list
TABLE
AgentEvent
AgentInfo
AgentLifeCycle
AgentStat
AgentStatV2
ApiMetaData
ApplicationIndex
ApplicationMapStatisticsCallee_Ver2
ApplicationMapStatisticsCaller_Ver2
ApplicationMapStatisticsSelf_Ver2
ApplicationTraceIndex
HostApplicationMap_Ver2
SqlMetaData_Ver2
StringMetaData
TraceV2
Traces
16 row(s) in 0.0190 seconds
["AgentEvent", "AgentInfo", "AgentLifeCycle", "AgentStat", "AgentStatV2", "ApiMetaData", "ApplicationIndex", "ApplicationMapStatisticsCallee_Ver2", "ApplicationMapStatistic
sCaller_Ver2", "ApplicationMapStatisticsSelf_Ver2", "ApplicationTraceIndex", "HostApplicationMap_Ver2", "SqlMetaData_Ver2", "StringMetaData", "TraceV2", "Traces"]
exit
[jusys@localhost pinpoint]$ sh pinpoint-collector/bin/startup.sh
[jusys@localhost pinpoint]$ sh pinpoint-web/bin/startup.sh