hive java.sql.SQLFeatureNotSupportedException: Method not supported

cuase:

2020-10-15 07:48:57,521 DEBUG beeline.SQLCompleter: fail to get SQL key words from database metadata due to the exception: java.sql.SQLFeatureNotSupportedException: Method not supported
java.sql.SQLFeatureNotSupportedException: Method not supported
        at org.apache.hive.jdbc.HiveDatabaseMetaData.getSQLKeywords(HiveDatabaseMetaData.java:584)
        at org.apache.hive.beeline.SQLCompleter.getSQLCompleters(SQLCompleter.java:56)
        at org.apache.hive.beeline.DatabaseConnection.setCompletions(DatabaseConnection.java:99)

 

solution:beeline和hive的版本不一致。beeline使用绝对路径执行
 

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