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 are transformations in spark?



What are transformations in spark?..

Answer / Mitesh Shandilaya

Transformations in Apache Spark are operations that create a new Dataset or RDD from an existing one. Transformations do not trigger computation; instead, they return a new object containing the desired transformation. Once a series of transformations has been specified, the user can call the action method to actually execute the transformation and get the results.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

What is Spark MLlib?

1 Answers  


How does pipe operation writes the result to standard output in Apache Spark?

1 Answers  


Different Running Modes of Apache Spark

1 Answers  


In a given spark program, how will you identify whether a given operation is Transformation or Action ?

1 Answers  


Is spark secure?

1 Answers  


What is a tuple in spark?

1 Answers  


What are the file formats supported by spark?

1 Answers  


What is difference between spark and kafka?

1 Answers  


Is spark based on hadoop?

1 Answers  


What is the difference between persist() and cache()?

1 Answers  


Can rdd be shared between sparkcontexts?

1 Answers  


Define Partition and Partitioner in Apache Spark?

1 Answers  


Categories