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 <[email protected]> Date: Wednesday, October 19, 2011 3:08 pm Subject: Re: When trying to create table Iam getting exception To: [email protected] > > Below mentioned is the table which I ve tried to create. > > $ bin/hive > Hive history > file=/tmp/kiranprasad.g/hive_job_log_kiranprasad.g_201110191249_2139146680.txt > hive> CREATE TABLE arpu (msisdn INT, arpu INT) ROW FORMAT > DELIMITED FIELDS > TERMINATED BY ',' STORED AS TEXTFILE; > FAILED: Error in metadata: java.lang.IllegalArgumentException: > URI: does > not have a scheme > FAILED: Execution Error, return code 1 from > org.apache.hadoop.hive.ql.exec.DDLTask > > -----Original Message----- > From: Adriaan Tijsseling > Sent: Wednesday, October 19, 2011 3:01 PM > To: [email protected] > Subject: Re: When trying to create table Iam getting exception > > You should provide more information in order to get proper support > such as > the exact command you used to create the table. > > On 2011/10/19, at 11:16, kiranprasad wrote: > > > Hi > > > > Iam new to HIVE, when trying to create a table getting below > exception.> FAILED: Error in metadata: > java.lang.IllegalArgumentException: URI: does > > not have a scheme > > > > Regards > > Kiran.G > > >
