laixueyong opened a new issue, #7105: URL: https://github.com/apache/seatunnel/issues/7105
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened seatunnel读取hive时报错  ### SeaTunnel Version seatunnel版本2.3.5 cdh的hive为2.1.1 cdh的hadoop为3.0.0 ### SeaTunnel Config ```conf env { job.mode = "BATCH" } source { Hive { table_name = "acrdb.bi_bi097t2" metastore_uri = "thrift://cdhtest05:9083" krb5_path = "/etc/krb5.conf" kerberos_keytab_path = "/home/extimp/hjx_work/flink-1.14.4/conf/hive.keytab" kerberos_principal = "hive/[email protected]" hdfs_site_path = "/opt/cloudera/parcels/CDH/etc/hive/conf.dist/hdfs-site.xml" } } transform { } sink { Console{ } } ``` ### Running Command ```shell /home/extimp/lxy_work/apache-seatunnel-2.3.5/bin/start-seatunnel-flink-13-connector-v2.sh --config /home/extimp/lxy_work/apache-seatunnel-2.3.5/hive_job/hive_console.conf ``` ### Error Exception ```log java.lang.AbstractMethodError: org.apache.thrift.transport.TTransport.checkReadBytesAvailable(J)V ``` ### Zeta or Flink or Spark Version flink版本为1.14 ### Java or Scala Version java版本为cdh1.8 cdh的hive为2.1.1 cdh的hadoop为3.0.0 ### Screenshots  ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
