How can we broadcast the contents of a file in the gateway node/local into the RDD partitions?
I am learning about PySpark and RDD. I was doing an exercise which involves broadcasting the contents of a file in the gateway node. I have a few questions.