Answer Posted / Prabal Bhatnagar
`sc.parallelize()` is a method provided by the Spark Context (SC) in Apache Spark. It is used to create RDDs from collections like lists or arrays, enabling parallel processing across a distributed cluster.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers