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
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
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