Answer Posted / Anubhuti Kushwaha
RDDs in Apache Spark are distributed across the nodes of a cluster, and they are not directly stored on disk. Instead, when an action is called that requires the results to be materialized, Spark decides which partitions of the RDD to store on disk based on its storage level configuration.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers