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



What are the transformations in spark?..

Answer / Awashesh Kumar Tiwari

Transformations in Apache Spark are operations that return a new RDD, allowing you to manipulate data without immediately executing it on the cluster. Examples include map(), filter(), flatMap(), and reduceByKey(). Transformations are lazy and need to be followed by an action (e.g., count(), collect()) for the computation to be executed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

What is executor memory in a spark application?

1 Answers  


What are the various libraries available on top of Apache Spark?

1 Answers  


Do we need scala for spark?

1 Answers  


What are the ways in which Apache Spark handles accumulated Metadata?

1 Answers  


What is stage and task in spark?

1 Answers  


Explain pipe() operation. How it writes the result to the standard output?

1 Answers  


How do we create rdds in spark?

1 Answers  


How you can use Akka with Spark?

1 Answers  


What is spark reducebykey?

1 Answers  


Which language is not supported by spark?

1 Answers  


List the advantage of Parquet files?

1 Answers  


What is meant by in-memory processing in Spark?

1 Answers  


Categories