Re: ClassNotFoundException every time we run any hive query

2011-11-29 Thread Eyal B
Add it to the distributed cache add jar derby.jar; or use environment variable HIVE_AUX_JARS_PATH On Mon, Nov 28, 2011 at 1:29 PM, Ghousia wrote: > Hi Chinna, > > I have the derby.jar in the lib folder, hive runs fine and we are able to > execute the queries. Even then this error shows up in t

Re: ClassNotFoundException every time we run any hive query

2011-11-28 Thread Ghousia
Hi Chinna, I have the derby.jar in the lib folder, hive runs fine and we are able to execute the queries. Even then this error shows up in the logs, if the query execution is successful. If we closely see this db is for stats not for the actual metastore. -Ghousia. On Mon, Nov 28, 2011 at 11:49

RE: ClassNotFoundException every time we run any hive query

2011-11-27 Thread Chinna Rao Lalam
Hi, This class "org.apache.derby.jdbc.EmbeddedDriver" will present in the derby.jar normally the hive distribution will come with this jar for example HIVE0.8 will contain derby-10.4.2.0.jar. Check derby.jar present in {HIVE_HOME}/lib or not And version details can u add to the mail..