【发布时间】:2016-07-02 02:49:42
【问题描述】:
我是 Hive 新手,尝试创建分区表时出错。
这是我的脚本:
CREATE TABLE partitionedemp(emp_no int, birth_date string, first_name string, last_name string) Partitioned By(gender string, hire_date string) stored as sequencefile;
我收到以下错误:
bash: syntax error near unexpected token `('
我的脚本有什么问题?非常感谢。
【问题讨论】: