Sridhar Viswanathan
Sridhar Viswanathan

Reputation: 1

Does Spark Continuous Processing support Stateful Operations like FlatMapGroupswithState

Does Spark Continuous Processing support Stateful Operations like FlatMapGroupswithState getting error like Continuous processing does not support AppendColumns operations.

Upvotes: 0

Views: 204

Answers (1)

Paulo Castro
Paulo Castro

Reputation: 11

No. According to this part of the documentation "aggregations are not yet supported" in continuous mode, this includes group aggregations.

Upvotes: 1

Related Questions