0 votes
in Spark Sql by
What is RDD in Spark?

1 Answer

0 votes
by

Resilient Distribution Datasets (RDD) is a fault-tolerant collection of partitioned data that run in parallel. RDD is immutable and distributed in nature.

...