Re: DROP command fails with error message

2013-12-04 Thread prakash gujjar
I have implemented hive using jdbc but is there any dialect class to use it as ORM like hibernate implementation. Thanks Prakash On 4 Dec 2013 18:27, "Nitin Pawar" wrote: > Welcome to Hive :) > > Let us know if you faced any issues setting up hive (using pure apache > distribution) (just in case

Re: DROP command fails with error message

2013-12-04 Thread Lefty Leverenz
You can find documentation for installation and configuration here: - Old versions of HCatalog: http://hive.apache.org/docs/hcat_r0.5.0/install.html - Current HCatalog: https://cwiki.apache.org/confluence/display/Hive/HCatalog+InstallHCat - Hive metastore: https://cwiki.apache.or

Re: DROP command fails with error message

2013-12-04 Thread Biswajit Nayak
thanks a lot again for the quick response.. On Wed, Dec 4, 2013 at 8:02 PM, Nitin Pawar wrote: > From hive-0.11, hcatalog is part of hive ( before following steps below > wait for others to reply as well if I made any mistake) > > So you need not do anything specific to setup hcatalog. > > If y

Re: DROP command fails with error message

2013-12-04 Thread Nitin Pawar
>From hive-0.11, hcatalog is part of hive ( before following steps below wait for others to reply as well if I made any mistake) So you need not do anything specific to setup hcatalog. If you downloaded previous hcatalog code and building it, then you need to follow that document. if you have la

Re: DROP command fails with error message

2013-12-04 Thread Biswajit Nayak
Thanks a lot Nitin. I was able to drop the database. One question i have, is there any documentation how to configure hcatalog with hive. Thanks Biswa On Wed, Dec 4, 2013 at 6:26 PM, Nitin Pawar wrote: > Welcome to Hive :) > > Let us know if you faced any issues setting up hive (using pure ap

Re: DROP command fails with error message

2013-12-04 Thread Nitin Pawar
Welcome to Hive :) Let us know if you faced any issues setting up hive (using pure apache distribution) (just in case something missed in documentation) and keep raising your doubts :) On Wed, Dec 4, 2013 at 6:23 PM, Biswajit Nayak wrote: > Thanks a lot.. I am a naive to hive.. > On 4 Dec 20

Re: DROP command fails with error message

2013-12-04 Thread Biswajit Nayak
Thanks a lot.. I am a naive to hive.. On 4 Dec 2013 18:13, "Nitin Pawar" wrote: > Exception clearly says "You are not allowed to drop the default database" > > > On Wed, Dec 4, 2013 at 6:09 PM, Biswajit Nayak > wrote: > >> Hi All, >> >> I was trying to drop a database name "default" but every ti

Re: DROP command fails with error message

2013-12-04 Thread Nitin Pawar
Exception clearly says "You are not allowed to drop the default database" On Wed, Dec 4, 2013 at 6:09 PM, Biswajit Nayak wrote: > Hi All, > > I was trying to drop a database name "default" but every time it fails > with the below error message. While other commands works fine like " show > datab

DROP command fails with error message

2013-12-04 Thread Biswajit Nayak
Hi All, I was trying to drop a database name "default" but every time it fails with the below error message. While other commands works fine like " show database" hive> DROP DATABASE IF EXISTS default; FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaExcept