Hello, I am switching from Hive 0.9 to Hive 0.12 and decided to start using Hive metadata server mode. As it turns out, Hive1 JDBC driver connected as "jdbc:hive://" only works via direct access to the metastore database. The Hive2 driver connected as "jdbc:hive2://" does work with the remote Hive metastore server, but there is another serious difference in behavior. When I was using Hive1 driver I saw Hadoop output - the information about Hive job ID and the usual Hadoop output showing percentages of map and reduce done. The Hive2 driver silently waited for map/reduce to complete and just produced the result.
As I can see, both Hive itself and beeline are able to get the same Hadoop output as I was getting with Hive1 driver, so it should be somehow possible but it isn't clear how they do this. Can someone suggest the way to get Hadoop output with Hive2 JDBC driver? Thanks for any help! - Alex