Answer Posted / Pradeep Singh
Resilient Distributed Datasets (RDD) is a fundamental data structure in Apache Spark, used for distributing data across a cluster. It provides fault tolerance by automatically recovering from node failures, and can be transformed into various types of structured data. RDDs allow developers to work with distributed datasets using high-level transformations and actions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers