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


Explain textFile Vs wholeTextFile in Spark?



Explain textFile Vs wholeTextFile in Spark?..

Answer / Nishant Pratap Singh

textFile reads a text file line by line, while wholeTextFiles loads the entire content of all files in a given directory into memory as a single string for each file. This makes textFile faster for reading small files but less efficient for large ones due to multiple passes over the data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

What is pipelined rdd?

1 Answers  


What is spark catalyst?

1 Answers  


Explain how can spark be connected to apache mesos?

1 Answers  


Is spark better than mapreduce?

1 Answers  


What language is apache spark?

1 Answers  


What is rdd map?

1 Answers  


What is application master in spark?

1 Answers  


What is the use of checkpoints in spark?

1 Answers  


Name the Spark Library which allows reliable file sharing at memory speed across different cluster frameworks.

1 Answers  


What is a spark rdd?

1 Answers  


Explain the RDD properties?

1 Answers  


What is sparkContext?

1 Answers  


Categories