apache / seatunnel

SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool.
https://seatunnel.apache.org/
Apache License 2.0
7.79k stars 1.74k forks source link

[Feature][Jdbc] Support hive compatibleMode add inceptor dialect #7262

Closed Xuzhengz closed 1 month ago

Xuzhengz commented 1 month ago

add hive compatibleMode,support inceptor read and writer.

Hisoka-X commented 1 month ago

Thanks @Xuzhengz ! Quick question: does inceptor has docker to build e2e test case?

Xuzhengz commented 1 month ago

Thanks @Xuzhengz ! Quick question: does inceptor has docker to build e2e test case?

Sorry, Inceptor only supports running on the Transwarp TDH platform and does not have a standalone executable Docker container. It is developed based on Hive and supports JDBC Sink

Hisoka-X commented 1 month ago

Thanks @Xuzhengz ! Quick question: does inceptor has docker to build e2e test case?

Sorry, Inceptor only supports running on the Transwarp TDH platform and does not have a standalone executable Docker container. It is developed based on Hive and supports JDBC Sink

oh I got it. Have you tested it?

Xuzhengz commented 1 month ago

oh I got it. Have you tested it? Yes, I have tested it. I have run it locally and can write data through the JDBC plugin, but I have not implemented the 'catalog' feature and cannot run the 'save mode'

Hisoka-X commented 1 month ago

please update the doc

Xuzhengz commented 1 month ago

please update the doc

ok