例外第1行:143输入不匹配' /'期待StringLiteral靠近' location'在表位置规范中

时间:2016-08-26 15:52:20

标签: mysql sql hadoop hive hiveql

我正在创建一个用于存储查询结果的外部表。 下面是Query和Errror消息。

hive> create external table result_teamquery1(teamname string,count int) row
 format delimited fields terminated by '\t' stored as textfile location
 '/home/biadmin/location/result_teamquery1’;

MismatchedTokenException(15!=286)
    at org.antlr.runtime.BaseRecognizer.recoverFromMismatchedToken(BaseRecognizer.java:617)
FAILED: ParseException line 1:143 mismatched input '/' expecting StringLiteral near 'location' in table location specification

我尝试了许多现有的解决方案,例如" MismatchedTokenException on hive create table query"。但它没有工作.PLs指南。

0 个答案:

没有答案