InterviewSolution
Saved Bookmarks
| 1. |
Which of the following command sets the value of a particular configuration variable (key)?(a) set -v(b) set =(c) set(d) resetThe question was asked during an online interview.My question is based upon Introduction to Hive in chapter Hive and HBase of Hadoop |
|
Answer» CORRECT option is (B) set Best EXPLANATION: If you misspell the variable name, the CLI will not show an ERROR. |
|