kettle连接hive2,连接正常,但是获取表信息报错

java.lang.reflect.InvocationTargetException: Problem encountered getting information from the database: org.pentaho.di.core.exception.KettleDatabaseException:
Unable to retrieve database information because of an error

Unable to get list of procedures from database meta-data:

Unable to get list of rows from ResultSet :

Error determining value metadata from SQL resultset metadata
Method not supported

at org.pentaho.di.ui.core.database.dialog.GetDatabaseInfoProgressDialog$1.run(GetDatabaseInfoProgressDialog.java:67)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)

Caused by: org.pentaho.di.core.exception.KettleDatabaseException:
Unable to retrieve database information because of an error

Unable to get list of procedures from database meta-data:

Unable to get list of rows from ResultSet :

Error determining value metadata from SQL resultset metadata
Method not supported

kettle 版本为5.4, hive版本为1.2.1,hadoop版本为2.7.1