Answer Posted / Bhaskar Gulati
Lazy evaluation in Apache Spark refers to a design pattern where operations on data are not executed immediately but are deferred until an action that requires a result is triggered. This approach allows for more efficient processing by reducing the overhead of calculating intermediate results and improving parallelization.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers