RE: Question about how to add the debug info into the hive core jar

2013-03-20 Thread java8964 java8964
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

Re: Question about how to add the debug info into the hive core jar

2013-03-20 Thread Abdelrhman Shettia
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