Re: Change existing location of Hive Warehouse

2013-02-13 Thread Kugathasan Abimaran
2013 at 1:24 PM, Kugathasan Abimaran < > abimar...@hsenidmobile.com> wrote: > >> If you don't have the following property in hive-site.xml, add it and >> change the location where you want. >> >> >> hive.metastore.warehouse.dir >> /user/h

Re: Change existing location of Hive Warehouse

2013-02-13 Thread Kugathasan Abimaran
If you don't have the following property in hive-site.xml, add it and change the location where you want. hive.metastore.warehouse.dir /user/hive/warehouse location of default database for the warehouse On Wed, Feb 13, 2013 at 1:44 PM, Hamza Asad wrote: > Dear all, how can i change def

Re: Closing long running hive query forcefully

2013-02-12 Thread Kugathasan Abimaran
t;> > >> hive waits till the hadoop job is completed. so unless you kill the job > of > >> jdbc connection is dropped I don't see any other way to reduce the load > on > >> application. > >> best when you think its long enough, you will need t

Closing long running hive query forcefully

2013-02-07 Thread Kugathasan Abimaran
Hi All, Are there anyways to close the long running hive query through hive-jdbc? Since when ever Hive hangs, my application also hang, So I want to close the hive connection forcefully after a certain time. -- Thanks, With Regards, Abimaran

Hive JDBC driver query statement timeout.

2013-02-05 Thread Kugathasan Abimaran
Hi, Is there a way to set the hive statement query timeout in hive jdbc driver? -- Thanks, With Regards, Abimaran