95.7k views
4 votes
Dealing with late, out-of-order data in DataFlow: WATERMARKS.
a) True
b) False

User TPS
by
7.7k points

1 Answer

4 votes

Final answer:

Watermarks are used in DataFlow systems to deal with late and out-of-order data.

Step-by-step explanation:

The statement 'Dealing with late, out-of-order data in DataFlow: WATERMARKS' is True.

Watermarks are a mechanism used in DataFlow systems to deal with late and out-of-order data. They are timestamps that are attached to each element in the DataFlow pipeline, indicating when the data was generated or observed. These watermarks help in ordering and processing the data correctly. So, the statement is true.

User Coredump
by
7.9k points