|
|
@@ -0,0 +1,69 @@
|
|
|
+## 服务器
|
|
|
+
|
|
|
+192.168.0.2
|
|
|
+
|
|
|
+192.168.0.3 bsw-ubuntu
|
|
|
+
|
|
|
+192.168.0.10 centos7-0
|
|
|
+
|
|
|
+192.168.0.11 centos7-1
|
|
|
+
|
|
|
+192.168.0.12 centos7-2
|
|
|
+
|
|
|
+192.168.0.13 centos7-3
|
|
|
+
|
|
|
+## 服务
|
|
|
+
|
|
|
+### 配置中心、注册中心
|
|
|
+
|
|
|
+#### consul
|
|
|
+
|
|
|
+web-ui ip:8500
|
|
|
+
|
|
|
+主机:
|
|
|
+
|
|
|
+bsw-ubuntu
|
|
|
+
|
|
|
+centos7-0
|
|
|
+
|
|
|
+centos7-1
|
|
|
+
|
|
|
+启动方式: #bash:service consul start
|
|
|
+
|
|
|
+### Hadoop 2.7.7
|
|
|
+
|
|
|
+web-ui: http://centos7-3:50070/
|
|
|
+
|
|
|
+主机:
|
|
|
+
|
|
|
+centos7-0
|
|
|
+
|
|
|
+centos7-2
|
|
|
+
|
|
|
+centos7-3 (master)
|
|
|
+
|
|
|
+启动:
|
|
|
+
|
|
|
+登录 centos7-3 hadoop 用户
|
|
|
+
|
|
|
+hadoop-2.7.7/sbin/start-all.sh
|
|
|
+
|
|
|
+### Hbase 1.4.13
|
|
|
+
|
|
|
+主机:
|
|
|
+
|
|
|
+centos7-0
|
|
|
+
|
|
|
+centos7-2
|
|
|
+
|
|
|
+centos7-3 (master)
|
|
|
+
|
|
|
+启动:
|
|
|
+
|
|
|
+登录 centos7-3 hadoop 用户
|
|
|
+
|
|
|
+hbase-1.4.13/bin/start-hbase.sh
|
|
|
+
|
|
|
+开启thrift2协议
|
|
|
+
|
|
|
+hbase-1.4.13/bin/hbase-daemon.sh start thrift2
|