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

今天药忘吃喽~ 2022-11-27 00:50 315阅读 0赞
  1. [root@node180 bin]# ./psql.py dd.sql
  2. SLF4J: Class path contains multiple SLF4J bindings.
  3. 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]
  4. 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]
  5. SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
  6. 20/08/12 20:26:28 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
  7. 20/08/12 20:26:29 WARN shortcircuit.DomainSocketFactory: The short-circuit local reads feature cannot be used because libhadoop cannot be loaded.
  8. org.apache.phoenix.exception.PhoenixParserException: ERROR 602 (42P00): Syntax error. Missing "SEMICOLON" at line 2, column 1.
  9. at org.apache.phoenix.exception.PhoenixParserException.newException(PhoenixParserException.java:33)
  10. at org.apache.phoenix.parse.SQLParser.nextStatement(SQLParser.java:91)
  11. at org.apache.phoenix.jdbc.PhoenixStatement$PhoenixStatementParser.nextStatement(PhoenixStatement.java:1542)
  12. at org.apache.phoenix.jdbc.PhoenixPreparedStatement.<init>(PhoenixPreparedStatement.java:83)
  13. at org.apache.phoenix.jdbc.PhoenixConnection.executeStatements(PhoenixConnection.java:382)
  14. at org.apache.phoenix.util.PhoenixRuntime.executeStatements(PhoenixRuntime.java:347)
  15. at org.apache.phoenix.util.PhoenixRuntime.main(PhoenixRuntime.java:294)
  16. Caused by: MissingTokenException(inserted [@-1,0:0='<missing SEMICOLON>',<143>,1:3131448] at <EOF>)
  17. at org.apache.phoenix.parse.PhoenixSQLParser.recoverFromMismatchedToken(PhoenixSQLParser.java:369)
  18. at org.apache.phoenix.shaded.org.antlr.runtime.BaseRecognizer.match(BaseRecognizer.java:115)
  19. at org.apache.phoenix.parse.PhoenixSQLParser.nextStatement(PhoenixSQLParser.java:480)
  20. at org.apache.phoenix.parse.SQLParser.nextStatement(SQLParser.java:88)
  21. ... 5 more

sql 语句后缺少分号。

发表评论

表情:
评论列表 (有 0 条评论,315人围观)

还没有评论,来说两句吧...

相关阅读