Open gaotong521 opened 1 day ago
No error is reported, kerberos login is normal, but only a dozen data can be written, and then it is always running, but the data is not written
No error is reported, kerberos login is normal, but only a dozen data can be written, and then it is always running, but the data is not written
You can update to Console sink to verify whether is no data consumer from kafka or Hive Writer has issue.
And for your config, you use FieldMapper
and Sql
, you can merge them into Sql
transform.
the sql query is like:
select col_a as new_col_a, b, col_c as new_col_c from table
No error is reported, kerberos login is normal, but only a dozen data can be written, and then it is always running, but the data is not written
You can update to Console sink to verify whether is no data consumer from kafka or Hive Writer has issue.
I changed the sink terminal to the mysql connected by jdbc so that it could be written normally
2.3.6 修了几个hive 的bug,你可以升级下版本试试。
Search before asking
What happened
kafka generates data in real time, but only a dozen pieces of data are written to the hive table, and the program does not report errors
SeaTunnel Version
2.3.5
SeaTunnel Config
Running Command
Error Exception
Zeta or Flink or Spark Version
flink1.15
Java or Scala Version
No response
Screenshots
No response
Are you willing to submit PR?
Code of Conduct