随笔分类 - flink
整理流处理过程中使用心得
flink: 容器化部署集群
摘要:在正式开发中,flink一般有采用容器部署。下文将分别介绍docker-compose部署和基于k8s部署。 镜像制作 直接采用官网镜像部署是可以运行的,但是无法在web ui页面中看到jobmanager和tastmanager的运行日志,因此需要对官方镜像进行修改。本节下述内容主要参考了博客ht
阅读全文
flink:在虚机上部署flink集群
摘要:flink:在centos7虚机上部署flink集群
阅读全文
flink异常:java.lang.RuntimeException: Error while creating the channel
摘要:flink异常:java.lang.RuntimeException: Error while creating the channel
阅读全文
flink技巧:加载配置文件
摘要:创建properties文件 在resources目录下创建application.properties文件,可以在内部自由写入配置信息 # redis service.redis.host=191.11.91.83 service.redis.port=6379 service.redis.pas
阅读全文
flink异常:Could not forward element to next operator
摘要:flink异常:Could not forward element to next operator
阅读全文
flink异常:A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.
摘要:flink异常:A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.
阅读全文
浙公网安备 33010602011771号