yarn per????????????rocksDB??????????localdir--v1.10.1

2021-01-19 文章 x
flinkLocal DB files directory XXX does not exist and cannot be created

??????????????????allowedLateness??????????????????????????????????????????????????????

2020-11-29 文章 x
?? .keyBy.window(TumblingEventTimeWindows.of(Time.minutes(1))).allowedLateness(Time.hours(1)).aggregate(new AggregateFunction,new ProcessWindowFunctionBloomFilter)

??????kafka broker ????????????????????????????

2020-10-26 文章 x
kafka0.10.1.1??flink1.10.1 ??

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

2020-10-19 文章 x
??KeyedProcessFunctionProcessWindowFunction. ---- ??: "user-zh"

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

2020-10-19 文章 x
1224 ---- ??: "user-zh"

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

2020-10-19 文章 x
1224 -- ??: "user-zh"

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

2020-10-19 文章 x
??v1.10.1

?????? ????savepoint

2020-09-04 文章 x
---- ??: &q

?????? ????savepoint

2020-09-02 文章 x
er-zh" https://ci.apache.org/projects/flink/flink-docs-release-1.11/ops/cli.html ????~ x <35907...@qq.com ??2020??9??3?? 11:30?? /flink/flink-1.10.1/bin/flink cancel -s hdfs://nameservice1/user/flink_1.10.1/flink-savepoints f95e51fd12a83907b6ca8c52

????savepoint

2020-09-02 文章 x
/flink/flink-1.10.1/bin/flink cancel -s hdfs://nameservice1/user/flink_1.10.1/flink-savepoints f95e51fd12a83907b6ca8c52eb2614ae -yid application_1583831804206_1106301 Unrecognized option: -yid

?????? ProcessWindowFunction??????clear??????????????????-v1.10.1

2020-08-27 文章 x
??8?? .window(TumblingEventTimeWindows.of(Time.days(1), Time.hours(-8))) ---- ??: &q

?????? ProcessWindowFunction??????clear??????????????????-v1.10.1

2020-08-27 文章 x
10??1??.window(TumblingEventTimeWindows.of(Time.minutes(10))).trigger(ContinuousEventTimeTrigger.of(Time.minutes(1)))10 ----

??????????????????UV??????????????MapState??BloomFilter,??checkpoint????????????????????

2020-08-26 文章 x
UV??MapStateBloomFilter??,checkpoint??bloomMapState

ProcessWindowFunction??????clear??????????????????-v1.10.1

2020-08-25 文章 x
ProcessWindowFunction??clearenv.setStreamTimeCharacteristic(TimeCharacteristic.EventTime)?? .window(TumblingEventTimeWindows.of(Time.days(1)))

回复: 求助:FLINKSQL1.10实时统计累计UV

2020-07-07 文章 x
您说的这种方式,V1.10.1 不支持吧,我看参数只有一个String类型的 void sqlUpdate(String stmt); --原始邮件-- 发件人:"seeksst"https://ci.apache.org/projects/flink/flink-docs-master/dev/table/streaming/query_configuration.html#idle-state-retention-time gt; gt; x 35907418@qq.comamp;gt; 于2

?????? ??????FLINKSQL1.10????????????UV

2020-07-06 文章 x
ntion-time x <35907...@qq.comgt; ??2020??7??6?? 11:15?? gt; ??1.10.1??sinkwindow??count gt; distinct??window??count gt; distinct??windowgroupamp;nbsp;DATE

?????? ??????FLINKSQL1.10????????????UV

2020-07-05 文章 x
/dev/table/streaming/query_configuration.html#idle-state-retention-time x <35907...@qq.com ??2020??7??6?? 11:15?? ??1.10.1??sinkwindow??count distinct??window??count distinct???

?????? ??????FLINKSQL1.10????????????UV

2020-07-05 文章 x
LECT _1,MAX(_2) FROM $totaluvTabTmp GROUP BY _1 """) ---- ??:"Benchao Li"https://issues.apache.org/jira/browse/FLINK-17942 x <35907...@qq.com ??2020??7??3?? 4:34?? checkpoint???

?????? ??????FLINKSQL1.10????????????UV

2020-07-03 文章 x
apache.org/projects/flink/flink-docs-release-1.10/dev/table/streaming/query_configuration.html gt; [2] gt; gt; https://ci.apache.org/projects/flink/flink-docs-release-1.10/dev/table/config.html gt; gt; x <35907...@qq.comamp;gt; ??2020??6??17?? 11:14?? gt

?????? ??????FLINKSQL1.10????????????UV

2020-06-17 文章 x
LECT _1,MAX(_2) FROM $res GROUP BY _1 """) ---- ??:"Jark Wu"https://ci.apache.org/projects/flink/flink-docs-release-1.10/dev/table/streaming/query_configuration.html [2] https://ci.apache.org/projects/flink/flink-docs-release-1.10/dev/table/config.html x <35907...@qq.

?????? ??????FLINKSQL1.10????????????UV

2020-06-17 文章 x
---- ??:"Jark Wu"https://ci.apache.org/projects/flink/flink-docs-release-1.10/dev/table/streaming/query_configuration.html [2] https://ci.apache.org/projects/flink/flink-docs-release-1.10/dev/table/config.html

?????? ??????FLINKSQL1.10????????????UV

2020-06-16 文章 x
enchao Li"https://ci.apache.org/projects/flink/flink-docs-release-1.10/dev/table/streaming/query_configuration.html [2] https://ci.apache.org/projects/flink/flink-docs-release-1.10/dev/table/config.html x <35907...@qq.com ??2020??6??17?? 11:14??

??????FLINKSQL1.10????????????UV

2020-06-16 文章 x
??0??UV??UV?? CREATE VIEW uv_per_10min AS SELECT MAX(DATE_FORMAT(proctime, '-MM-dd HH:mm:00'))OVER w AS time_str, COUNT(DISTINCT user_id) OVER w AS uv FROM user_behavior WINDOW w AS (ORDER BY proctime