What are the types of transformation in RDD in Apache Spark?
Answer Posted / Aniket Shukla
There are two main categories of transformations in RDD: parallel collections and higher-order functions. Parallel collections include operations like map(), filter(), and reduce(). Higher-order functions involve aggregation operations like fold(), combineByKey(), and groupByKey().
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers