You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Brian Jeltema <br...@digitalenvoy.net> on 2014/08/27 21:03:44 UTC

silent mode isn't silent

Hive 0.13, I execute a query  in silent mode, persisting the output as:

   hive -S -f query.hql >/tmp/output.txt

but I’m getting logging output in the output file, such as:

2014-08-27 14:53:02,741 [main] WARN  org.apache.hadoop.conf.Configuration  - file:/tmp/hdfs/hive_2014-08-27_14-52-58_968_6560576298743271489-1/-local-10007/jobconf.xml:an attempt to override final parameter: mapreduce.job.end-notification.max.retry.interval;  Ignoring.

I fiddled with some logging configurations, but the undesirable output persists. Is there a simple (and reliable) way to discard this stuff?

Brian