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 FlatMap Transformation in Apache Spark RDD?



What is the FlatMap Transformation in Apache Spark RDD?..

Answer / Sushma Mishra

The FlatMap transformation in Apache Spark RDD applies a user-defined function to each element of an RDD and returns a new RDD containing all the outputs produced by the function. The flatMap operation takes an iterator as input, splits it into smaller lists (each list is called a chunk), and applies the user-defined function to each list. The returned RDD contains all the items resulting from applying the function to individual elements and their corresponding chunks.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

What is lineage graph?

1 Answers  


Explain Spark Core?

1 Answers  


What is the role of Driver program in Spark Application?

1 Answers  


What is heap memory in spark?

1 Answers  


What is apache spark good for?

1 Answers  


What is sparksession and sparkcontext?

1 Answers  


Did edmond berger invent the spark plug?

1 Answers  


Does spark need yarn?

1 Answers  


How to identify that given operation is transformation/action in your program?

1 Answers  


List out the difference between textFile and wholeTextFile in Apache Spark?

1 Answers  


Can I install spark on windows?

1 Answers  


How is spark different from hadoop?

1 Answers  


Categories