Muchas veces necesitamos debugear alguna consulta Hive que esta dando error. Una manera facil es habilitar el logger por consola:
hive.root.logger
specifies the logging level as well as the log destination. Specifying console
as the target sends the logs to the standard error (instead of the log file).
$HIVE_HOME/bin/hive -hiveconf hive.root.logger=INFO,console
Mas informacion:
https://cwiki.apache.org/confluence/display/Hive/LanguageManual+Cli