What is the problem with HDFS and streaming data like logs



What is the problem with HDFS and streaming data like logs..

Answer / Udit Jain

HDFS was not designed for handling real-time or streaming data efficiently. It has high latency due to the need to write data in blocks, which can cause delays when dealing with small, frequent writes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Hadoop Interview Questions

Mention what is the use of Context Object?

1 Answers  


How blocks are distributed among all data nodes for a particular chunk of data?

1 Answers  


What is a heartbeat in HDFS?

1 Answers  


What is the default block size in hdfs?

1 Answers  


What are watches?

1 Answers  


What is a Combiner?

1 Answers  


Explain how do ‘map’ and ‘reduce’ works?

1 Answers  


What is HDFS - Hadoop Distributed File System?

1 Answers  


how would you modify that solution to only count the number of unique words in all the documents?

1 Answers  


What is Writable & WritableComparable interface?

1 Answers  


Is hadoop obsolete?

1 Answers  


Explain the difference between NameNode

1 Answers  


Categories