Answer Posted / Avaneesh Kumar Srivastava
RDD (Resilient Distributed Datasets) is the fundamental data structure in Apache Spark, providing a fault-tolerant collection of elements partitioned across nodes in a cluster. RDDs can be used for various operations like transformations, actions, and aggregations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers