I have been storing my hive queries in hql files and I usually run them using the following commands
$ nohup hive -i 'hivescript.hql' > results.tsv &
The problem is when I get the results back the file usually starts with logs and warnings from Hive. I am wondering if there is any command line argument that suppresses the log to just give me the results?