flink keyby????

2021-08-30 文章 cs
flink??keybykey??tasktask??id

??????Re: CheckpointedFunction#snapshotState????????????????

2021-04-11 文章 cs
quable statecheckpoint??apistatetablekv ------ ??:Yun Tang

CheckpointedFunction#snapshotState????????????????

2021-04-06 文章 cs
class A extends KeyedProcessFunction

StreamFileSink????????????

2021-01-06 文章 cs
flink??1.10.1 3 ??kafka??hdfs ?? part-0-1 part-1-1 part-1-2 ...

回复: 1.11 kafka producer 只往一个partition里写

2020-08-18 文章 cs
我看了下,你应该用的是 flink-connector-kafka_2.12 这个依赖包吧 这个的确会出现你说的情况,发到一个分区。 建议使用flink-connector-kafka-{kafka版本} 例如flink-connector-kafka-0.8 --原始邮件-- 发件人:

?????? 1.11 kafka producer ????????partition????

2020-08-18 文章 cs
??flink1.11?? ---- ??: "user-zh"

回复:1.11 kafka producer 只往一个partition里写

2020-08-17 文章 cs
目前Kafka producer的partitioner使用的是org.apache.flink.streaming.connectors.kafka.partitioner.FlinkFixedPartitioner这个类 具体的分区方法是org.apache.flink.streaming.connectors.kafka.partitioner.FlinkFixedPartitioner#partition 由该方法可以得知你每个subtask发到哪个kafka的partition中。每个subtask的数据只会写到一个固定的partition里面。

?????? Flink SQL??????????????????????(??????)????????????

2020-07-08 文章 cs
join ---- ??:"godfrey he"

?????? ??????????

2020-06-28 文章 cs
??yarnyarn?? yarn??standalone??standalone??flink??, yarnspark??MR?? ---- ??:"LakeShen"

???????????????????????????? operator

2020-06-24 文章 cs
1. ??operatordisableChainingoperator?? 2. tm ---- ??:""

?????? flink???????????????? flink last checkpoint ???????????????????????????? state ??????????????

2020-06-24 文章 cs
??checkpoint?? StreamExecutionEnvironment.getCheckpointConfig().setFailOnCheckpointingErrors(true); /** * Sets the expected behaviour for tasks in case that they encounter an error in their checkpointing procedure. * If this is set to true, the task will fail

Streaming File Sink??????????

2020-03-16 文章 cs
Streaming File Sinkparquet avrobulk writefinal StreamExecutionEnvironment env = StreamExecutionEnvironment.getExecutionEnvironment(); env.setParallelism(1); env.enableCheckpointing(60 * 1000, CheckpointingMode.AT_LEAST_ONCE); env.setStateBackend(new FsStateBackend(new

?????? Re: flink??????????????

2020-01-01 文章 cs
??tm??gc??flink1.8 heap10.25GB??heap??1/33.41GB ??heap2442764288byte ??jvm ---- ??:"Xintong Song"

?????? flink??????????????

2019-12-31 文章 cs
?? ??tm-XX:NewSize tm15G -XX:NewSize=2442764288 tm20G ?? -XX:NewSize=2442764288 ?? ---- ??:"Xintong Song"

flink??????????????

2019-12-31 文章 cs
taskmanager15Gheap10G tm??1.cutoff(15GB * 0.25) 2.heap(heap15GB - cutoff) 3.offheap(offheap??15GB-heap) offheap??-XX:MaxDirectMemorySize?? MaxDirectMemorySize??

flink????????????????

2019-12-17 文章 cs
flink run -m yarn-cluster -yn 10 -ys 1 -p 10 -yn 20 -ys 2 -p 40

??????countWindow??????????

2019-12-12 文章 cs
??countWindowgloble window?? kafkakafkawindow?? ---- ??:"Jimmy Wong"

countWindow??????????

2019-12-12 文章 cs
??countWindow

flink????kafka??????

2019-12-05 文章 cs
Hi all,??flink??topicgroup idkakfaflink??group id