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 mentioned |
|
Answer» The correct option is (d) none of the mentioned To explain: The hiveconf variables are set as normal by set x=myvalue. |
|