Create series big-data envireoments with vagrant and shell
使用vagrant和shell脚本创建系列大数据运行环境。
一、vagrant基本使用 (vagrant-case)
1、单机(vagrant-case\standalone)
1)、最简单的例子 (sample-standalone)
2)、NAT-主从端口映射网络 (nat-standalone)
3)、私有网络 (host-only-standalone)
A、使用dhcp (dhcp-host-only-standalone)
B、静态IP (static-ip-host-only-standalone)
4)、公共网络 (bridge-standalone)
A、使用dhcp (dhcp-bridge-standalone)
B、静态IP (static-ip-bridge-standalone)
2、集群 (vagrant-case\cluster)
二、zookeeper-case
三、kafka-case
四、flink-case