We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While Hive as Source,Doris as Sink,all result sink in the first cloumn in Doris
2.3.5
env { parallelism = 1 job.mode = "BATCH" } source { Hive { table_name = "seatunnel_test_source.sys_menu_test_source" metastore_uri = "thrift://xxxxxxx" result_table_name = "sys_menu_test_source_source" #read_columns = [id,uuid,code,name,create_date,update_date,remarks,del_flag] } } transform { } sink { Doris { fenodes = "xxxxx" username = "xxxx" password = "xxxx" table.identifier = "seatunnal_test_target.sys_menu_test_target" database = "seatunnal_test_target" table = "sys_menu_test_target" sink.label-prefix = "test" "source_table_name"="sys_menu_test_target_target" field.delimiter = "," doris.config { format = "json" read_json_by_line = "true" } } }
normal command
emty
Flink 2.3.5
1.8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Search before asking
What happened
While Hive as Source,Doris as Sink,all result sink in the first cloumn in Doris
SeaTunnel Version
2.3.5
SeaTunnel Config
Running Command
normal command
Error Exception
Zeta or Flink or Spark Version
Flink 2.3.5
Java or Scala Version
1.8
Screenshots
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: