Re: CREATE DATABASE WITH LOCATION

2012-12-04 Thread abhishek
Thanks Thiruvel Sent from my iPhone On Dec 4, 2012, at 10:09 AM, Thiruvel Thirumoolan wrote: > This feature (HIVE-1537) was added in Hive 0.8. > > On 12/4/12 7:37 PM, "abhishek" wrote: > >> hi all, >> >> I am trying the below query >> >> Create database >> Location '/my/preferred/di

Re: CREATE DATABASE WITH LOCATION

2012-12-04 Thread Thiruvel Thirumoolan
This feature (HIVE-1537) was added in Hive 0.8. On 12/4/12 7:37 PM, "abhishek" wrote: >hi all, > >I am trying the below query > >Create database >Location '/my/preferred/directory' > >But getting the below error > >FAILED: Parse Error : line 2:0 mismatched input 'LOCATION' excepting EOF >ne

CREATE DATABASE WITH LOCATION

2012-12-04 Thread abhishek
hi all, I am trying the below query Create database Location '/my/preferred/directory' But getting the below error FAILED: Parse Error : line 2:0 mismatched input 'LOCATION' excepting EOF near '' I am using hive 0.7 Regards Abhi