InterviewSolution
Saved Bookmarks
| 1. |
To force Hive to be more verbose, it can be started with ___________(a) *hive –hiveconf hive.root.logger=INFO,console*(b) *hive –hiveconf hive.subroot.logger=INFO,console*(c) *hive –hiveconf hive.root.logger=INFOVALUE,console*(d) All of the mentionedThe question was posed to me in an internship interview.This intriguing question originated from Querying Data with HiveQL in chapter Hive and HBase of Hadoop |
|
Answer» Correct answer is (a) *hive –hiveconf hive.root.logger=INFO,console* |
|