Answer Posted / Roshi Gupta
RDD Lazy Evaluation means that actions (transformations) are not executed until an action with a side effect is called. This allows for efficient processing as Spark can optimize and schedule the actions in parallel, only when necessary.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers