Does spark streaming have a partitionbykey functionality? I would like to partition my dstreams such that the data for the same key is in the same partition.
I.e. data for key 1 is in partition 1, and key 2 is in partition 2 etc.
Does spark streaming have a partitionbykey functionality? I would like to partition my dstreams such that the data for the same key is in the same partition.
I.e. data for key 1 is in partition 1, and key 2 is in partition 2 etc.