InterviewSolution
Saved Bookmarks
| 1. |
Which of the following statement can be used to get the storage policy of a file or a directory?(a) hdfs dfsadmin -getStoragePolicy path(b) hdfs dfsadmin -setStoragePolicy path policyName(c) hdfs dfsadmin -listStoragePolicy path policyName(d) all of the mentioned |
|
Answer» Right choice is (a) hdfs dfsadmin -getStoragePolicy path Easy explanation: refers to the path referring to either a directory or a file. |
|