Answer Posted / Shashank Agarwal
In Apache Spark, there are multiple ways to create an RDD. The primary methods include: text file (using TextFile), sequence (using ParallelCollection), parallelizing collections from Scala or Java, and programmatically creating RDDs using transformations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers