vmware操作centos、hadoop、flink
Linux上安装Hadoop集群(CentOS7+hadoop-2.8.0)https://blog.csdn.net/pucao_cug/article/details/71698903本地主机如何访问虚拟机centos的web服务器、关闭防火墙https://blog.csdn.net/liujingqiu/article/details/89310632
·
Linux上安装Hadoop集群(CentOS7+hadoop-2.8.0)
- https://blog.csdn.net/pucao_cug/article/details/71698903
本地主机如何访问虚拟机centos的web服务器、关闭防火墙
- https://blog.csdn.net/liujingqiu/article/details/89310632
安装flink
下载解压即可(国内镜像)
- https://mirrors.cloud.tencent.com/apache/flink/flink-1.12.5/
flink-1.12.5-bin-scala_2.11.tgz
flink集群运行
# nc 可以通过 yum install nc -y 安装
nc -l 9000
# 自带demo可以运行,计词窗口
./bin/flink run examples/streaming/SocketWindowWordCount.jar --port 9000
yarn 运行
# nc 可以通过 yum install nc -y 安装
nc -l 9000
# 自带demo可以运行,计词窗口
./bin/flink run -m yarn-cluster -yjm 1024 -ytm 1024 ./examples/streaming/SocketWindowWordCount.jar --port 9000
更多推荐
已为社区贡献8条内容
所有评论(0)