In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/01 Report--
The main content of this article is to explain "what is the method of triggering calculation for the first time in Flink sliding window". Interested friends may wish to take a look. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn "what is the method of triggering calculation for the first time in Flink sliding window?"
For the sliding window in the time window, the initial data can easily determine the window to which it belongs and the time when the window is closed according to its own timestamp. For the sliding window in the count window, there is the following code:
/ / Open a count window to test SingleOutputStreamOperator avgTempResultStream = dataStream.keyBy ("id") .countWindow (10,2) .counting (new MyAvgTemp ())
If the window size is 10 and the step size is 2, the window to which each element belongs is
As shown in the figure, the first two elements, although there is no data before, are also treated as the last two elements of the window.
At this point, I believe that everyone on the "Flink sliding window first trigger calculation method is what" have a deeper understanding, might as well to the actual operation of it! Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.