Re: Run hive in debug mode

2015-09-07 Thread Chetna C
> Thanks > Hari > > From: Jörn Franke > Sent: Sunday, September 06, 2015 9:47 PM > To: dev@hive.apache.org > Subject: Re: Run hive in debug mode > > There must be some log4j configuration file in the hive configuration > folder where you can do this. > > Le lun. 7

Re: Run hive in debug mode

2015-09-06 Thread Hari Subramaniyan
Start Hive as follows: ./hive --hiveconf hive.root.logger=DEBUG,console Thanks Hari From: Jörn Franke Sent: Sunday, September 06, 2015 9:47 PM To: dev@hive.apache.org Subject: Re: Run hive in debug mode There must be some log4j configuration file in the

Re: Run hive in debug mode

2015-09-06 Thread Jörn Franke
There must be some log4j configuration file in the hive configuration folder where you can do this. Le lun. 7 sept. 2015 à 5:09, Chetna C a écrit : > Hi All, >I am new to hive community, and recently started going through code. > There are some points when I would like to see the executi

Run hive in debug mode

2015-09-06 Thread Chetna C
Hi All, I am new to hive community, and recently started going through code. There are some points when I would like to see the execution flow by enabling debug mode. I am not sure how to achieve this. The way I am doing is inside hive-cli I run hive.server2.logging.operation.level=VER