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


While processing data from hdfs, does it execute code near data?



While processing data from hdfs, does it execute code near data?..

Answer / Arpit

No, HDFS (Hadoop Distributed File System) doesn't execute code near the data. Instead, it processes data by splitting it into smaller chunks called splits, and each split is processed by a different worker node within the Hadoop cluster. The processing involves MapReduce tasks, where the map and reduce functions are executed remotely on different nodes as needed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache HDFS Hadoop Distributed File System Interview Questions

How NameNode tackle Datanode failures in HDFS?

1 Answers  


Can multiple clients write into an HDFS file concurrently?

1 Answers  


What is Secondary NameNode in Hadoop HDFS?

1 Answers  


What is the difference between NAS and HDFS?

1 Answers  


how does hdfs ensure data integrity of data blocks stored in hadoop hdfs?

1 Answers  


What is the procedure to create users in HDFS and how to allocate Quota to them?

1 Answers  


How data or file is read in HDFS?

1 Answers  


Is the hdfs block size reduced to achieve faster query results?

1 Answers  


Can you explain about the indexing process in hdfs?

1 Answers  


What is a rack awareness algorithm and why is it used in hadoop?

1 Answers  


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

1 Answers  


How will you perform the inter cluster data copying work in hdfs?

1 Answers  


Categories