Answer Posted / Jaikant Kumar
Lazy evaluation in Spark means that transformations are not executed until an action is called. This allows Spark to optimize the data processing pipeline by grouping together multiple transformations before actually computing the result, leading to improved performance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers