Hive命令 - 创建表table_name(accountId字符串,名称字符串,后面的字符串); 抛出异常,
[main] ERROR org.apache.hadoop.hive.ql.Driver - FAILED:ParseException第2行:198在列规范中无法识别'follow''string''附近的输入 org.apache.hadoop.hive.ql.parse.ParseException:第2行:198在列规范中无法识别'follow''string''附近的输入
在以下链接中,保留关键字列表中未提及“关注”, http://docs.treasuredata.com/articles/faq
答案 0 :(得分:1)
我认为它可能在保留的关键词列表中。但是,您可以使用以下查询来创建以下列名称。
create table test (accountId string,name string,`following` string);