In Hadoop, ____ is a technique used to optimize data transformation by processing only relevant data.

  • Data Filtering
  • Data Pruning
  • Data Sampling
  • Data Skewing
Data Pruning is a technique in Hadoop used to optimize data transformation by processing only relevant data. It involves eliminating unnecessary data early in the processing pipeline, reducing the amount of data that needs to be processed and improving overall job performance.
Add your answer
Loading...

Leave a comment

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