InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement.(a) All hadoop commands are invoked by the bin/hadoop script(b) Hadoop has an option parsing framework that employs only parsing generic options(c) Archive command creates a hadoop archive(d) All of the mentioned |
|
Answer» Correct option is (a) All hadoop commands are invoked by the bin/hadoop script Easy explanation: Running the hadoop script without any arguments prints the description for all commands. |
|