How many types of Transformation are there?



How many types of Transformation are there?..

Answer / Prakash Narayan Mishra

"There are two main types of transformations in Apache Spark: Aggregation Transformations (like Reduce, Sum, Count) and Complex Transformations (like Map, FlatMap, Filter, Join, Window, AggregateByKey, Transform)."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

Explain Spark Driver?

1 Answers  


Define paired RDD in Apache Spark?

1 Answers  


What is spark dynamic allocation?

1 Answers  


How can data transfer be minimized when working with Apache Spark?

1 Answers  


Why is there a need for broadcast variables when working with Apache Spark?

1 Answers  


What is spark mapvalues?

1 Answers  


What's rdd?

1 Answers  


Compare MapReduce and Spark?

1 Answers  


What is the difference between python and spark?

1 Answers  


What is write ahead log(journaling) in Spark?

1 Answers  


In a very huge text file, you want to just check if a particular keyword exists. How would you do this using Spark?

1 Answers  


What are the various levels of persistence in Apache Spark?

1 Answers  


Categories