Hi Vinithra, Thank you for your response. I am building a web GUI through which users can submit predefined Hive queries. Many users expressed the desire to monitor the progress of their Hive queries through an interface similar to the Hadoop job tracker page. I have access to the server, and will try parsing the logs.
Dilip On Mon, May 17, 2010 at 4:54 PM, Vinithra Varadharajan < [email protected]> wrote: > Hi Dilip, > > There is currently no way of getting this information via the JDBC client. > Hive generates the DAG of Map Reduce tasks, which Hadoop then executes. You > can see what tasks Hadoop is running via the job tracker. If you run the > Hive server in debug mode, then you can track the progress of the map reduce > jobs by viewing the output logs. However, this obviously means that you need > access to the server, which might not be feasible depending on what you're > trying to achieve. Can you describe why you'd like to monitor the jobs? > > -Vinithra > > On Fri, May 14, 2010 at 11:37 AM, Dilip Joseph < > [email protected]> wrote: > >> Hello, >> >> I am using the Hive JDBC client to execute queries. Is there any way >> to track the progress of the various Map Reduce jobs involved in the >> query's execution? >> >> Thanks, >> >> Dilip >> > > -- _________________________________________ Dilip Antony Joseph http://www.marydilip.info
