HDInsight tools for Visual Studio shoudl let you run multiple Hive queries and see results
Currently if you Submit query1.hql it pops up the Hive Job Summary pane which I can monitor to see if that query succeeded and to see the results.
If in the meantime I Submit query2.hql, it replaces query1 in the Hive Job Summary pane. As far as I can see, there's no way to get back to query1 job summary.
I wish the Hive Job Summary pane were attached to the bottom of the HQL window like it is with most other SQL query tools in Visual Studio. Then we could have one results pane per .hql file.

3 comments
-
Greg Galloway commented
It's hidden, but if you go to Server Explorer, right click on your HDInsight cluster, and choose View Hive Jobs you can see a history of jobs you've run and then view the status of each.
-
Xiaoyong Zhu commented
Will make that more obvious in the next release...
-
Xiaoyong Zhu commented
Thanks for the feedback, Greg. You might want to open Server Explorer, open the Azure Node, expand HDInsight - and then right click on the certain cluster and select "view jobs" - you could see the history jobs...