Hi, Is it possible to assign specific partitions to specific nodes? I want to upload files to HDFS, find out on which nodes the file resides and then push their path into a topic and partition it by nodes. This way I can ensure that the consumer (Spark Streaming) will consume both the message and file locally.
Can this be achieved ? Thanks, Daniel