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.

Related questions

0 votes
asked Mar 9, 2020 in Spark Sql by SakshiSharma
0 votes
asked Mar 7, 2020 in Spark Sql by rahuljain1
...