Re: hive-0.7.0 semantic analysis inside catalogs

2011-08-25 Thread Edward Capriolo
commonly asked > questions.<http://dailyadvisor.blogspot.com> > > -- > *From:* Edward Capriolo > *To:* user@hive.apache.org > *Sent:* Thursday, August 25, 2011 8:16 AM > *Subject:* hive-0.7.0 semantic analysis inside catalogs > > The parser

Re: hive-0.7.0 semantic analysis inside catalogs

2011-08-25 Thread Ayon Sinha
8:16 AM Subject: hive-0.7.0 semantic analysis inside catalogs The parser can not handle certain queries inside catlogs. [11:09:51] hive> create table one (a int,b int) fields terminated by '\t'; [11:09:51] FAILED: Parse Error: line 1:31 mismatched input 'fields' expecti

hive-0.7.0 semantic analysis inside catalogs

2011-08-25 Thread Edward Capriolo
The parser can not handle certain queries inside catlogs. [11:09:51] hive> create table one (a int,b int) fields terminated by '\t'; [11:09:51] FAILED: Parse Error: line 1:31 mismatched input 'fields' expecting EOF [11:09:51] [11:09:51] hive> create table one (a int,b int) row format delimited