摘要: This page summarizes the steps to install Hadoop 3.0.0 on your Windows environment. Reference page: https://wiki.apache.org/hadoop/Hadoop2OnWindows ht 阅读全文
posted @ 2021-08-05 13:27 民宿 阅读(302) 评论(0) 推荐(0)
摘要: 使用Flink版本1.10.1 启动命令 flink run -m yarn-cluster -yd -ynm DTSLauncher -yjm 1024m -ytm 2048m -yn 3 -ys 1 -c com.br.dts.stream.launcher.DTSLauncher /data/ 阅读全文
posted @ 2021-08-05 11:39 民宿 阅读(1677) 评论(0) 推荐(0)
摘要: ./bin/flink run -m yarn-cluster ./examples/batch/WordCount.jar -d,--detached:设置在后台运行。 -yjm,--jobManagerMemory<arg>:设置 JobManager 的内存,单位是 MB。 -ytm,--ta 阅读全文
posted @ 2021-08-05 10:33 民宿 阅读(518) 评论(0) 推荐(0)