A partitioner determined how the data is distributed across the nodes in the cluster. It is nothing but a hash function that generates a hash token value to a partition key. After that the token is used to assign (Choose the correct one), my guess is number 1. Can you please confirm ?
- The node on which the partition will reside
- The row that the partition will be stored on
- The table in which the data will be stored.