While processing data from hdfs, does it execute code near data?
Answer Posted / 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 View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category