What advanced technique does Apache Spark employ for efficient data transformation in Hadoop?

  • Batch Processing
  • Data Serialization
  • In-Memory Processing
  • MapReduce
Apache Spark employs in-memory processing for efficient data transformation. It keeps intermediate data in memory, reducing the need to write to disk and significantly speeding up processing compared to traditional batch processing.
Add your answer
Loading...

Leave a comment

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