InterviewSolution
Saved Bookmarks
| 1. |
What is Hadoop Streaming? |
|
Answer» Hadoop streaming is ONE of the widely used utilities that COMES with the Hadoop distribution. This utility is provided for allowing the user to create and run Map/Reduce jobs with the help of various programming languages LIKE Ruby, PERL, PYTHON, C++, etc. which can then be submitted to a specific cluster for usage. |
|