0 votes
in Spark Sql by
What are the three ways to create RDD in Spark?

1 Answer

0 votes
by
The three ways to create RDD in Spark is:

By using parallelized collection

By loading an external dataset

From an existing RDD

Related questions

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