InterviewSolution
Saved Bookmarks
| 1. |
The _____________ can also be used to distribute both jars and native libraries for use in the map and/or reduce tasks.(a) DistributedLog(b) DistributedCache(c) DistributedJars(d) None of the mentioned |
|
Answer» Correct choice is (b) DistributedCache Easiest explanation: Cached libraries can be loaded via System.loadLibrary or System.load. |
|