Re: When trying to create table Iam getting exception

2011-10-19 Thread Chinna Rao Lalam 72745
connect string for a JDBC metastore > > > > javax.jdo.option.ConnectionDriverName > com.mysql.jdbc.Driver > Driver class name for a JDBC metastore > > > > javax.jdo.option.ConnectionUserName > root > username to use against metastore > database

Re: When trying to create table Iam getting exception

2011-10-19 Thread Chinna Rao Lalam 72745
Hi, Check where u have configured some value to the "hive.metastore.uris" property in hive-default.xml or hive-site.xml and whether it is valid or not Hope it helps Chinna Rao Lalam - Original Message - From: kiranprasad Date: Wednesday, October 19, 2011 3:08 pm Subject: Re: When t

Re: Accessing distributed cache in transform scripts

2011-10-19 Thread Chinna Rao Lalam 72745
Hi, Can u post some more details like for the "list file" what command u have used. - Original Message - From: Mohit Gupta Date: Wednesday, October 19, 2011 3:16 pm Subject: Re: Accessing distributed cache in transform scripts To: user@hive.apache.org > Plz help...Any pointers!! >

Re: comliler generated M-R tasks

2011-10-12 Thread Chinna Rao Lalam 72745
Hi, Check the org.apache.hadoop.hive.ql.exec.Operator and sub classes of the operator java code Hope it helps, Chinna Rao Lalam - Original Message - From: "Yakubovich, Alexey" Date: Thursday, October 13, 2011 2:38 am Subject: comliler generated M-R tasks To: "user@hive.apache.org"

Re: HiveDerbyServerMode

2011-10-10 Thread Chinna Rao Lalam 72745
Hi, To start HiveDerbyServerMode In hive these 2 configuration need to configure javax.jdo.option.ConnectionURL jdbc:derby//{derbyIP}:1527/metastore_db;create=true JDBC connect string for a JDBC metastore javax.jdo.option.ConnectionDriverName org.apache.derby.jdbc.Clie

Re: Command works inside hive but not outside

2011-09-28 Thread Chinna Rao Lalam 72745
Hi Mark, I think 'apache_logs' table created from hive shell and select command is executed from 'hive -e'(outside) so the hive shell process is different and 'hive -e' process is different if derby started in embeded mode(hive by default provided embeded derby) it can't see the tables of oth

Re: Hive Custom UDF - "hive.aux.jars.path" not working

2011-08-23 Thread Chinna Rao Lalam 72745
Hi Amit, Pls check this issue HIVE-1405 it will help u .This issue targeting same scenario. Thanks Chinna Rao Lalam > Hi Chinna, > That worked, Thanks a lot. So once the jar is picked up, is > there a way > to create a temporary function, that is retained even if i quit the > interactive