Crunch's ____ mechanism helps in optimizing the execution of MapReduce jobs in Hadoop.

  • Caching
  • Compression
  • Dynamic Partitioning
  • Lazy Evaluation
Crunch's Lazy Evaluation mechanism is designed to optimize the execution of MapReduce jobs in Hadoop. It delays the execution of certain operations until necessary, reducing redundant computations and improving performance.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *