xyzhh opened a new issue, #9891:
URL: https://github.com/apache/seatunnel/issues/9891
SeaTunnel 用的2.3.10版本,zeta引擎,
数据库用cdh6.3.1带的HIVE2.1.1版本,
seaTunnel/lib目录下hive-exec-3.1.3.jar libfb303-0.9.3.jar
seatunnel-hadoop3-3.1.4-uber.jar
seatunnel-hadoop-aws.jar四个文件,hive的JDBC驱动试了很多个都不行,包括hive-jdbc-2.1.1.jar\hive-jdbc-2.1.1-cdh6.3.1.jar
hive-jdbc-3.1.3.jar)
配置文件如下
env {
parallelism = 1
#job.mode = "BATCH"
}
source {
Jdbc {
url = "jdbc:mysql://10.100.15.73:3306/tmp"
driver = "com.mysql.cj.jdbc.Driver"
connection_check_timeout_sec = 100
user = "xyz"
password = "xyz"
query = "select * from tbls"
}
}
sink {
Hive {
table_name = "tmp.tbls"
metastore_uri = "thrift://10.100.15.18:9083"
}
}
报错
Caused by:
org.apache.seatunnel.connectors.seatunnel.hive.exception.HiveConnectorException:
ErrorCode:[HIVE-03], ErrorDescription:[Get hive table information from hive
meta
store service failed] - Get table [tmp.tbls] information failed
Caused by: org.apache.thrift.TApplicationException: Invalid method name:
'get_table_req'
CDH版本没法动,还能用zeta引擎做HIVE的同步么?谢谢!
--
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]