Answer Posted / Km Neelam Saini
Lazy Evaluation in Apache Spark means that transformations on RDDs are not executed until an action (such as count, collect, save) is triggered. This allows for efficient resource utilization and enables chaining multiple operations without immediately executing them.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers