InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement.(a) Mover is not similar to Balancer(b) hdfs dfsadmin -setStoragePolicy puts a storage policy to a file or a directory.(c) addCacheArchive add archives to be localized(d) none of the mentioned |
|
Answer» Correct choice is (c) addCacheArchive add archives to be localized Easiest explanation: addArchiveToClassPath(Path archive) adds an archive path to the current set of classpath entries. |
|