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

1 Answer

0 votes
by
Resilient Distribution Datasets (RDD) is an operational element fault-tolerant collection which satisfies the properties like distributed, catchable, immutable, etc..,

There are two types of RDD:

Hadoop datasets

Parallelized Collections

Related questions

+1 vote
asked Mar 9, 2020 in Spark Sql by SakshiSharma
+1 vote
asked Sep 16, 2022 in Spark Preliminaries by sharadyadav1986
...