InterviewSolution
Saved Bookmarks
| 1. |
Using Hadoop Archives in __________ is as easy as specifying a different input filesystem than the default file system.(a) Hive(b) Pig(c) MapReduce(d) All of the mentioned |
|
Answer» Correct choice is (c) MapReduce Easy explanation: Hadoop Archives is exposed as a file system MapReduce will be able to use all the logical input files in Hadoop Archives as input. |
|