How can I determine the hostname of the machine holding a particular partition of an RDD?
I realize Spark does not intend to expose this information to casual users, but I'm trying to interface Spark with another system, and knowing the physical locations of the partitions would allow for more efficient transfers.