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...


How does lazy evaluation work in spark?



How does lazy evaluation work in spark?..

Answer / Kiran Chhabra

In Apache Spark, transformations are executed lazily. This means that the operations you perform on an RDD or DataFrame (e.g., map, filter) are not executed immediately but rather only when an action is called (e.g., count, saveAsTextFile).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

What rdd stands for?

1 Answers  


Name some internal daemons used in spark?

1 Answers  


What are the types of Transformation in Spark RDD Operations?

1 Answers  


Do I need to install hadoop for spark?

1 Answers  


Can you explain benefits of spark over mapreduce?

1 Answers  


How will you connect Apache Spark with Apache Mesos?

1 Answers  


Explain the terms Spark Partitions and Partitioners?

1 Answers  


Explain apache spark streaming? How is the processing of streaming data achieved in apache spark?

1 Answers  


What is sc parallelize?

1 Answers  


What are the features of spark rdd?

1 Answers  


Explain schemardd?

1 Answers  


What is spark code?

1 Answers  


Categories