Answer Posted / Nirbhaya Singh
An RDD can be created using various methods, such as textFile(path), parallelize(iterable), and wholeTextFiles(path). For example: SparkContext.textFile("file.txt") creates an RDD from a text file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers