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 mentionedThe question was posed to me in an internship interview.The question is from Scaling out in Hadoop topic in division Mapreduce of Hadoop |
|
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. |
|