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 mentioned |
|
Answer» Correct answer is (a) *hive –hiveconf hive.root.logger=INFO,console* The best explanation: This Statement will spit orders of magnitude more information to the console and will likely include any information the AvroSerde is trying to get you about what went wrong. |
|