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. property namehive.metastore.warehouse.dir/name value/user/hive/warehouse/value descriptionlocation of default database for the warehouse/description /property On Wed, Feb 13, 2013 at

Re: Change existing location of Hive Warehouse

2013-02-13 Thread Kugathasan Abimaran
: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. property namehive.metastore.warehouse.dir/name value/user/hive/warehouse/value descriptionlocation of default

Re: Closing long running hive query forcefully

2013-02-12 Thread Kugathasan Abimaran
, you will need to find a way to kill the hadoop job. That will automatically release the resources in the pipeline On Thu, Feb 7, 2013 at 6:35 PM, Kugathasan Abimaran abimar...@hsenidmobile.com wrote: Hi All, Are there anyways to close the long running hive query through hive

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