Is there a way to log the SQL queries for all sources? I’ve got mostly JDBC and ODBC clients accessing Hive. The Hive CLI logging is the right idea but my clients don’t use the CLI — they use third party tools. The map-reduce logging is also close but not quite right because a simple “SELECT * from <table>” doesn’t generate a map-reduce job.
↧