编译语句时出错:FAILED:ParseException第2:0行无法识别“tmpmployees'附近的输入”。 ' [' ' EMPID'在表名中

时间:2016-08-05 05:23:44

标签: hadoop hive hue

create table tblemployees
[ empid int,
empname string,
location string,
salary double1
row formate delimited fields terminated by "."]

我收到上述代码的错误

Error while compiling statement: FAILED: ParseException line 2:0 cannot recognize input near 'tblemployees' '[' 'empid' in table name

这将是什么解决方案?

1 个答案:

答案 0 :(得分:0)

使用括号“(”而不是方括号“[”..