Hey guys, We are currently using the JDBC interface to Hive to remotely send Hive queries.
The only problem here is that when the statement is executed, it just sits and hangs until the Hive query has completed. Is there any way to somehow submit a query and be able to get a handler on some object that I could ping to see how far along (percentage, perhaps) the Hive query has gone? Thank you, Ryan
