Since the data is replicated thrice in hdfs, does it mean that any calculation done on one node will also be replicated on the other two?
Answer / Ved Prakash Tiwari
No, calculations or computations are not replicated in HDFS. Data is replicated for fault tolerance and high availability, but actual computations occur on the node where they were initially scheduled.
| Is This Answer Correct ? | 0 Yes | 0 No |
Suppose there is file of size 514 mb stored in hdfs (hadoop 2.x) using default block size configuration and default replication factor. Then, how many blocks will be created in total and what will be the size of each block?
How one can format Hadoop HDFS?
Why is block size set to 128 MB in Hadoop HDFS?
What does heartbeat in hdfs means?
How does HDFS Index Data blocks? Explain.
Why HDFS performs replication, although it results in data redundancy in Hadoop?
What is the command for archiving a group of files in hdfs.
How to keep files in HDFS?
How data or file is read in HDFS?
Tell me two most commonly used commands in HDFS?
How data or a file is written into hdfs?
How do you do a file system check 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)