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


List out the difference between textFile and wholeTextFile in Apache Spark?



List out the difference between textFile and wholeTextFile in Apache Spark?..

Answer / Joginder

textFile: It is used to read large text files that are splittable, i.e., files which can be split into smaller pieces for processing parallelly. Each line of the file becomes a separate record.nwholeTextFiles: It is used to read large un-splittable text files as a single document instead of splitting them into multiple lines. This method avoids the overhead of splitting and reading small chunks, improving performance on certain use cases.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

What is the use of rdd in spark?

1 Answers  


Why do we use persist () on links rdd?

1 Answers  


What is setmaster in spark?

1 Answers  


Define a worker node?

1 Answers  


What is spark rdd?

1 Answers  


Can you use Spark to access and analyse data stored in Cassandra databases?

1 Answers  


What is mlib in apache spark?

1 Answers  


Can you define yarn?

1 Answers  


Does spark require hdfs?

1 Answers  


How does apache spark engine work?

1 Answers  


Can we install spark on windows?

1 Answers  


Explain various level of persistence in Apache Spark?

1 Answers  


Categories