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

Reply via email to