InterviewSolution
Saved Bookmarks
| 1. |
What is Hadoop Streaming? |
|
Answer» It is a utility or feature included with a Hadoop distribution that allows developers or programmers to construct Map-Reduce programs in many programming languages such as PYTHON, C++, Ruby, Pearl, and others. We can USE any language that can READ from standard INPUT (STDIN), such as keyboard input, and write using standard output (STDOUT). |
|