List the various HDFS daemons in HDFS cluster?
Answer / Richa Gupta
The main HDFS daemons in a Hadoop cluster are: 1. NameNode: It manages the file system namespace, regulates access to files, and maintains the metadata for all files in the file system. 2. Secondary NameNode: It performs housekeeping tasks like checkpointing the NameNode's memory structure, which helps to recover from a crash or system failure. 3. DataNode: It stores the actual data blocks of the files in HDFS and handles read and write requests from clients. 4. JournalNode: It maintains the journal file that logs all changes made to the file system namespace.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you explain about the indexing process in hdfs?
Why HDFS stores data using commodity hardware despite the higher chance of failures in hadoop?
Define HDFS and talk about their respective components?
What is the difference between namenode, backup node and checkpoint namenode?
What are tools available to send the streaming data to hdfs?
How to transfer data from Hive to HDFS?
Can you explain heartbeat in hdfs?
how does hdfs ensure data integrity of data blocks stored in hadoop hdfs?
What is a task tracker?
Explain the key features of hdfs?
How can one copy a file into HDFS with a different block size to that of existing block size configuration?
Why does hive not store metadata information 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)