Explain the concept of resilient distributed dataset (rdd).
Answer Posted / Kamlesh Singh
"Resilient Distributed Dataset (RDD) is a fundamental data structure in Apache Spark that represents a collection of data items partitioned across nodes in a cluster. RDDs are fault-tolerant, meaning they can recover from node failures without losing any data."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers