Flink实验问题

参数问题

描述:


image.png

解决:仔细查看上下函数的输入输出的参数个数,和函数的参数设置

测试全局变量和并行度,集群模式的关系

未完成

  1. bolt内不加static,3并行度,单机模式
    测试bolt中全局变量i,在execute中执行打印i,然后i++

    结果:
    image.png

    分析:每个bolt实例维护自己的全局变量i。
  2. bolt内加static,3并行度,单机模式
    测试bolt中全局变量i,在execute中执行打印i,然后i++

    结果:
    image.png

分析:每个bolt实例共同维护享受static全局变量i。
原因:同一个机器在同一个jvm中,只有一个static。

  1. bolt内加static,3并行度,集群模式
    测试bolt中全局变量i,在execute中执行打印i,然后i++

    结果:
    image.png

分析:每个bolt实例维护自己的全局变量i。
原因:不同一个机器在不同一个jvm中,各自都有static。

  1. testtopology加static的public变量,3并行度,本地模式
    测试bolt中使用该testtopology.i,在execute中执行打印i,然后i++

    结果:
    image.png

分析:每个bolt实例共同维护享受static全局变量i。
原因:同一个机器在同一个jvm中,只有一个static。

  1. testtopology加static的public变量,3并行度,集群模式
    测试bolt中使用该testtopology.i,在execute中执行打印i,然后i++

    结果:
    image.png

    分析:每个bolt实例维护自己的全局变量i。
    原因:不同一个机器在不同一个jvm中,各自都有static。

全局状态

链接:https://stackoverflow.com/questions/33755697/flink-sharing-state-in-coflatmapfunction

Is the CoFlatMapFunction intended to be executed in parallel?
If yes, you need some way to deterministically assign which record goes to which parallel instance. In some way the CoFlatMapFunction does a parallel (partitions) join between the model and the result of the session windows, so you need some form of key that selects which partition the elements go to. Does that make sense?
If not, try to set it to parallelism 1 explicitly.
Greetings, Stephan
A global state that all can access read-only is doable via broadcast().
A global state that is available to all for read and update is currently not available. Consistent operations on that would be quite costly, require some form of distributed communication/consensus.
Instead, I would encourage you to go with the following:

  1. If you can partition the state, use a keyBy().mapWithState() - That localizes state operations and makes it very fast.
  2. If your state is not organized by key, your state is probably very small, and you may be able to use a non-parallel operation.
  3. If some operation updates the state and another one accesses it, you can often implement that with iterations and a CoFlatMapFunction (one side is the original input, the other the feedback input).
    All approaches in the end localize state access and modifications, which is a good pattern to follow, if possible.
    Greetings, Stephan

链接:http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Issue-with-sharing-state-in-CoFlatMapFunction-td3529.html
flink讨论多并行度,全局变量

窗口函数的bug:

image.png

解决:因为keyby输出的key类型为tuple,需要自己重新定义。


image.png

1.4.1使用read kafka的时候bug

KafkaFetcher09/010/011 uses wrong user code classloader
链接:https://issues.apache.org/jira/browse/FLINK-8741
在1.4.2中修复
解决:使用新版本

1.4.1能自动添加hadoop到依赖,1.7.0的启动脚本中取消了

image.png

解决:手动设置hadoop的依赖在/etc/profile中加入export HADOOP_CLASSPATH=hadoop classpath``。

Hadoop is not in the classpath/dependencies.

如果要使用filesyetem sate backen必须要用带hadoop依赖的flink

you're right that if you want to access HDFS from the user code only it should be possible to use the Hadoop free Flink version and bundle the Hadoop dependencies with your user code. However, if you want to use Flink's file system state backend as you did, then you have to start the Flink cluster with the Hadoop dependency in its classpath. The reason is that the FsStateBackend is part of the Flink distribution and will be
loaded using the system class loader. One thing you could try out is to use the RocksDB state backend instead. Since the RocksDBStateBackend is loaded dynamically, I think it should use the Hadoop dependencies when trying to load the filesystem.

解决:安装具有依赖的hadoop版本。成功

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 216,193评论 6 498
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 92,306评论 3 392
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 162,130评论 0 353
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 58,110评论 1 292
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 67,118评论 6 388
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 51,085评论 1 295
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 40,007评论 3 417
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 38,844评论 0 273
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 45,283评论 1 310
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 37,508评论 2 332
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 39,667评论 1 348
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 35,395评论 5 343
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 40,985评论 3 325
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 31,630评论 0 21
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 32,797评论 1 268
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 47,653评论 2 368
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 44,553评论 2 352

推荐阅读更多精彩内容