Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between map and flatmap?



What is the difference between map and flatmap?..

Answer / Neeraj Gupta

{"In Apache Spark, map() applies a function to each element of an RDD or DataFrame, creating a new collection with the transformed elements. FlatMap(), on the other hand, splits each input element into zero or more output elements (similar to map()) and then concatenates them all together, creating a single collection instead of a collection per input element. This can be useful for processing streams or breaking down complex data structures."}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

What is catalyst framework in spark?

1 Answers  


Is spark a language?

1 Answers  


Define Partitions?

1 Answers  


Explain distnct(),union(),intersection() and substract() transformation in Spark?

1 Answers  


What operations RDD support?

1 Answers  


What is the difference between DSM and RDD?

1 Answers  


What does map transformation do? Provide an example.

1 Answers  


Does spark use java?

1 Answers  


Explain Machine Learning library in Spark?

1 Answers  


Describe Accumulator in detail in Apache Spark?

1 Answers  


What is Apache Spark and what are the benefits of Spark over MapReduce?

1 Answers  


Explain various level of persistence in Apache Spark?

1 Answers  


Categories