Define streaming?



Define streaming?..

Answer / Priyanshu Kaushik

"Streaming" is a real-time data processing feature in Apache Hadoop. It allows users to input data streams (such as live data feeds) into MapReduce jobs, enabling them to process large volumes of data in real time without the need for preprocessing or storage.nThe Hadoop Streaming API facilitates this by allowing users to write their custom mappers and reducers using scripts written in various programming languages such as Python, Perl, and Java.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Hadoop Interview Questions

Define a job tracker?

1 Answers  


Define a metadata?

1 Answers  


What if a namenode has no data?

1 Answers  


Can Hadoop be compared to NOSQL database like Cassandra?

1 Answers  


What are active and passive "NameNodes"?

1 Answers  


what is the default replication factor in HDFS?

1 Answers  


What is HDFS Federation?

1 Answers  


What are the Basics of Hadoop?

1 Answers  


Explain what happens in textinformat ?

1 Answers  


Is client the end user in HDFS?

1 Answers  


What happens to a NameNode that has no data?

1 Answers  


Explain InputFormat?

1 Answers  


Categories