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 |
How NameNode tackle Datanode failures in HDFS?
Can multiple clients write into an HDFS file concurrently?
What is Secondary NameNode in Hadoop HDFS?
What is the difference between NAS and HDFS?
how does hdfs ensure data integrity of data blocks stored in hadoop hdfs?
What is the procedure to create users in HDFS and how to allocate Quota to them?
How data or file is read in HDFS?
Is the hdfs block size reduced to achieve faster query results?
Can you explain about the indexing process in hdfs?
What is a rack awareness algorithm and why is it used in hadoop?
Define hadoop archives? What is the command for archiving a group of files in hdfs.
How will you perform the inter cluster data copying work in hdfs?
Apache Hadoop (394)
MapReduce (354)
Apache Hive (345)
Apache Pig (225)
Apache Spark (991)
Apache HBase (164)
Apache Flume (95)
Apache Impala (72)
Apache Cassandra (392)
Apache Mahout (35)
Apache Sqoop (82)
Apache ZooKeeper (65)
Apache Ambari (93)
Apache HCatalog (34)
Apache HDFS Hadoop Distributed File System (214)
Apache Kafka (189)
Apache Avro (26)
Apache Presto (15)
Apache Tajo (26)
Hadoop General (407)