When I launch hive from the command line it prints lots of settings information on to the screen, for example, LS_COLORS values, HADOOP_CLASSPATH values, many environment variables etc. How do I prevent this printing? Mind you I am not talking about the printing of the map and reduce progress which I can turn off by launching hive with -S flag.
