What do you understand by the partitions in spark?

devquora
devquora

Posted On: Feb 22, 2018

 

Partitions are done in order to simplify the data as they are the logical distribution of entire data. It is similar to the split in MapReduce. In order to enhance the processing speed, this logical distribution is carried out. Each and every association in Apache Spark is a partitioned RDD.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Apache Spark Interview Questions

    What is Apache Spark?

    Apache Spark is basically a processing framework which is extremely fast and convenient to use...

    Apache Spark Interview Questions

    Can you mention some features of spark?

    On a general note, the most essential features of Apache Spark are-..

    Apache Spark Interview Questions

    Can you define RDD?

    The acronym for Resale in Distributed Datasheets is RDD...