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 is the benifit of Distributed cache, why can we just have the file in HDFS and have the application read it?



What is the benifit of Distributed cache, why can we just have the file in HDFS and have the applica..

Answer / Vikalp Chauhan

The Distributed Cache feature in Hadoop allows applications to put additional files into the distributed cache on each node where the job runs. This feature can be useful when you need files that are not part of your input or output data, but are needed by the application for processing. Instead of reading these files from HDFS every time, they are cached on the nodes, reducing network traffic and improving performance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache HDFS Hadoop Distributed File System Interview Questions

How does a client read/write data in HDFS?

1 Answers  


What are the difference between of the “HDFS Block” and “Input Split”?

1 Answers  


How to keep files in HDFS?

1 Answers  


Explain how HDFS communicates with Linux native file system?

1 Answers  


Why HDFS stores data using commodity hardware despite the higher chance of failures?

1 Answers  


What do you mean by metadata in HDFS?

1 Answers  


Define hadoop archives? What is the command for archiving a group of files in hdfs.

1 Answers  


Why HDFS stores data using commodity hardware despite the higher chance of failures in hadoop?

1 Answers  


What is active and passive NameNode in HDFS?

1 Answers  


Why is block size set to 128 MB in HDFS?

1 Answers  


How does data transfer happen from hdfs to hive?

1 Answers  


How to Delete directory from HDFS?

1 Answers  


Categories