HiveQLUnit
HiveQLUnit copied to clipboard
Reduce the amount of logging
Spark and Hive are currently producing a lot of log output which makes rooting out actual issues harder. The logging level needs to be restricted to WARN or some such.
Users can include Log4j config files in their test projects to reduce logging, but I haven't been able to get the HiveQLUnit framework itself reduce the logging programmatically.