You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By Spark Streaming limitation, data is separated as partitions and then processed simultaneously.
As a result, training data is not ordered by time.
We should think about the way to mitigate this situation.
The text was updated successfully, but these errors were encountered:
By Spark Streaming limitation, data is separated as partitions and then processed simultaneously.
As a result, training data is not ordered by time.
We should think about the way to mitigate this situation.
The text was updated successfully, but these errors were encountered: