1.

How many types of RDD are there in Spark?

Answer»

There are two types of RDD OPERATIONS in Spark. They are:

  • Transformation: It is a type of FUNCTION in which a new RDD is created from an existing RDD.
  • Action: This is a type of function which is used when the user wants to WORK with an actual DATASET.


Discussion

No Comment Found