请教下,Flink里面把流注册为表: tableEnv.registerDataStream("mytable", mystream ....) 这里的流 mystream 貌似必须是append only流,不能是retraction流。这是为什么?如果是retraction流,报错Table is not an append-only table. Use the toRetractStream() in order to handle add and retract messages.
各位大牛下午好,请问在编译Blink时,发生如下异常: 我的maven版本:3.2.5,请问该如何解决 Failed to execute goal net.alchim31.maven:scala-maven-plugin:3.2.2:compile (scala-compile-first) on project flink-table_2.11: wrap: org.apache.commons.exec.ExecuteException: Process exited with an error
提交了问题2019-02-21
大神们,你们一般hadoop设置几个副本啊?
提交了问题2019-02-21
编译完Blink源码,启动集群时报这个警告。哪位大佬知道在哪里设置?
提交了问题2019-02-21
Flink on Yarn 有两种模式 分离模式 和 客户端模式 ,我现在在做调研,没有大规模的使用,我想知道的是,这两种模式具体适用的场景是什么,对于我现在来说,两种模式我感觉区别不是很大,有人说 客户端模式的隔离性更好,但是我想知道这个这个在实际应用起来,所谓的隔离性影响大吗?或者说这两者有什么其他的较大的区别,有朋友了解吗?