InterviewSolution
Saved Bookmarks
| 1. |
hiveconf variables are set as normal by using the following statement?(a) set -v x=myvalue(b) set x=myvalue(c) reset x=myvalue(d) none of the mentionedThe question was asked during a job interview.Question is taken from HiveQL in portion Hive and HBase of Hadoop |
|
Answer» The correct option is (d) NONE of the mentioned |
|