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


When we create an rdd, does it bring the data and load it into the memory?



When we create an rdd, does it bring the data and load it into the memory?..

Answer / Apurav Garg

No, creating an RDD in Apache Spark does not automatically load all the data into memory. By default, only part of the data is loaded into memory as needed to perform transformations or actions. If more data is required during computation, additional data can be fetched from storage.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

What is spark driver application?

1 Answers  


Can you explain benefits of spark over mapreduce?

1 Answers  


What is data pipeline in spark?

1 Answers  


Define Partitions?

1 Answers  


What are the roles and responsibilities of worker nodes in the Apache Spark cluster? Is Worker Node in Spark is same as Slave Node?

1 Answers  


What is sc parallelize?

1 Answers  


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

1 Answers  


Define the term ‘sparse vector.’

1 Answers  


What are the ways to run spark over hadoop?

1 Answers  


How will you connect Apache Spark with Apache Mesos?

1 Answers  


Explain how can spark be connected to apache mesos?

1 Answers  


How do you parse data in xml? Which kind of class do you use with java to parse data?

1 Answers  


Categories