Syntax error. Missing “SEMICOLON“ at line 2, column 1

[root@node180 bin]# ./psql.py  dd.sql 
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/hdp/2.5.3.0-37/phoenix/phoenix-4.11.0-HBase-1.1-client.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/hdp/2.5.3.0-37/hadoop/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
20/08/12 20:26:28 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
20/08/12 20:26:29 WARN shortcircuit.DomainSocketFactory: The short-circuit local reads feature cannot be used because libhadoop cannot be loaded.
org.apache.phoenix.exception.PhoenixParserException: ERROR 602 (42P00): Syntax error. Missing "SEMICOLON" at line 2, column 1.
	at org.apache.phoenix.exception.PhoenixParserException.newException(PhoenixParserException.java:33)
	at org.apache.phoenix.parse.SQLParser.nextStatement(SQLParser.java:91)
	at org.apache.phoenix.jdbc.PhoenixStatement$PhoenixStatementParser.nextStatement(PhoenixStatement.java:1542)
	at org.apache.phoenix.jdbc.PhoenixPreparedStatement.(PhoenixPreparedStatement.java:83)
	at org.apache.phoenix.jdbc.PhoenixConnection.executeStatements(PhoenixConnection.java:382)
	at org.apache.phoenix.util.PhoenixRuntime.executeStatements(PhoenixRuntime.java:347)
	at org.apache.phoenix.util.PhoenixRuntime.main(PhoenixRuntime.java:294)
Caused by: MissingTokenException(inserted [@-1,0:0='',<143>,1:3131448] at )
	at org.apache.phoenix.parse.PhoenixSQLParser.recoverFromMismatchedToken(PhoenixSQLParser.java:369)
	at org.apache.phoenix.shaded.org.antlr.runtime.BaseRecognizer.match(BaseRecognizer.java:115)
	at org.apache.phoenix.parse.PhoenixSQLParser.nextStatement(PhoenixSQLParser.java:480)
	at org.apache.phoenix.parse.SQLParser.nextStatement(SQLParser.java:88)
	... 5 more

sql 语句后缺少分号。

你可能感兴趣的:(phoenix,大数据)