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) DataCache(b) DistributedData(c) DistributedCache(d) All of the mentioned |
|
Answer» Correct choice is (c) DistributedCache To explain I would say: The child-jvm always has its current working directory added to the java.library.path and LD_LIBRARY_PATH. |
|