rom: ashet...@hortonworks.com
Subject: Re: Question about how to add the debug info into the hive core jar
Date: Wed, 20 Mar 2013 17:35:36 -0700
To: user@hive.apache.org
Hi Yong,
Have you tried running the H query in debug mode. Hive log level can be changed
by passing the following
Hi Yong,
Have you tried running the H query in debug mode. Hive log level can be changed
by passing the following conf while hive client is running.
#hive -hiveconf hive.root.logger=ALL,console -e " DDL statement ;"
#hive -hiveconf hive.root.logger=ALL,console -f ddl.sql ;
Hope this helps