What is Hadoop streaming?



What is Hadoop streaming?..

Answer / Shiva Chaudhary

Apache Hadoop Streaming is a method for using Unix-like operating systems as data sinks and sources with MapReduce jobs. It allows developers to write user-defined mapper and reducer programs in any language that can read standard input (stdin) and write standard output (stdout).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Hadoop Interview Questions

What problems have you faced when you are working on Hadoop code?

1 Answers  


What alternate way does HDFS provides to recover data in case a Namenode

1 Answers  


What do shuffling do?

1 Answers  


Why do we use HDFS for applications having large data sets and not when there are lot of small files?

1 Answers  


what should be the ideal replication factor in hadoop?

1 Answers  


What is partioner in hadoop? Where does it run,mapper or reducer?

1 Answers  


Why are the number of splits equal to the number of maps?

1 Answers  


Explain the difference between gen1 and gen2 hadoop with regards to the namenode?

1 Answers  


What is a checkpoint?

1 Answers  


Explain the basic architecture of Hadoop?

0 Answers  


What is Partioner in hadoop? Where does it run

1 Answers  


What is structured data?

1 Answers  


Categories