Re: Change existing location of Hive Warehouse

2013-02-13 Thread Kugathasan Abimaran
Try to use following http://hadoop.apache.org/docs/r0.18.2/hdfs_shell.html#cp On Wed, Feb 13, 2013 at 2:01 PM, Hamza Asad wrote: > thnx.. done it successfully.. Now i want to transfer my data from old > location to new location, how can i do that > > > On Wed, Feb 13, 2013 at 1:24 PM, Kugathasan

Re: Change existing location of Hive Warehouse

2013-02-13 Thread Hamza Asad
thnx.. done it successfully.. Now i want to transfer my data from old location to new location, how can i do that On Wed, Feb 13, 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 locatio

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