apache / seatunnel

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

[Bug] [Console] console can not suport 2.3.6 #7378

Open 13813586515 opened 3 months ago

13813586515 commented 3 months ago

Search before asking

What happened

将https://seatunnel.apache.org/zh-CN/docs/2.3.6/connector-v2/sink/Console中的案例copy下来,并没有得到官网中的效果

SeaTunnel Version

2.3.6

SeaTunnel Config

env {
  parallelism = 1
  job.mode = "STREAMING"
}

source {
  FakeSource {
    result_table_name = "fake"
    schema = {
      fields {
        name = "string"
        age = "int"
      }
    }
  }
}

sink {
  Console {
    source_table_name = "fake"
  }
}

Running Command

cluster

Error Exception

console no print

Zeta or Flink or Spark Version

zeta

Java or Scala Version

java

Screenshots

No response

Are you willing to submit PR?

Code of Conduct

corgy-w commented 3 months ago
image

Does this print exist ?

13813586515 commented 2 months ago

image Does this print exist ?

i do not see that print

corgy-w commented 2 months ago

i do not see that print

I didn't reappear >:

13813586515 commented 2 months ago

i do not see that print

I didn't reappear >:

2.3.6 version?

chaos-cn commented 2 months ago

Seatunnel 2.3.6 JDK 1.8 我遇到过类似的问题 目前问题解决了,具体原因未深入研究 我是在lib目录下放了一个第三方的 带有完整依赖的 一个富客户端jdbc jar包,剔除后就正常了

github-actions[bot] commented 1 month ago

This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.