InterviewSolution
Saved Bookmarks
| 1. |
Which of the following will remove the resource(s) from the distributed cache?(a) delete FILE[S] *(b) delete JAR[S] *(c) delete ARCHIVE[S] *(d) all of the mentionedThis question was posed to me in quiz.Asked question is from Introduction to Hive topic in section Hive and HBase of Hadoop |
|
Answer» RIGHT OPTION is (d) all of the mentioned The explanation: Delete command is USED to remove existing RESOURCE. |
|