Re: Logging info is not present in console output

2012-08-08 Thread Ablimit Aji
Logs during execution went into Hadoop logs directory (bu default). On Tue, Aug 7, 2012 at 5:31 PM, Ablimit Aji wrote: > That's what I'm using right now. It was totally functional in > SymenticAnalyzer, but not working properly for JOIN. > > > On Tue, Aug 7, 2012 at 5:28 PM, kulkarni.swar...@gma

Re: Logging info is not present in console output

2012-08-07 Thread Ablimit Aji
That's what I'm using right now. It was totally functional in SymenticAnalyzer, but not working properly for JOIN. On Tue, Aug 7, 2012 at 5:28 PM, kulkarni.swar...@gmail.com < kulkarni.swar...@gmail.com> wrote: > Are you running via console? The default logging level is WARN. > > $HIVE_HOME/bin/h

Re: Logging info is not present in console output

2012-08-07 Thread kulkarni.swar...@gmail.com
Are you running via console? The default logging level is WARN. $HIVE_HOME/bin/hive -hiveconf hive.root.logger=INFO,console This should print the INFO messages onto the console. On Tue, Aug 7, 2012 at 4:07 PM, Ablimit Aji wrote: > Hi, > > I have put some LOG.info() statements inside the join