Skip to content

[Bug] [Clickhouse] Offline task, read clickhouse table to console, task cannot be stopped #7318

Closed
@wuchunfu

Description

@wuchunfu

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

Offline task, read clickhouse table to console, task cannot be stopped

SeaTunnel Version

2.3.6

SeaTunnel Config

{
    "env": {
        "parallelism": 2,
        "job.name": "clickhouse-test",
        "job.mode": "BATCH"
    },
    "source": [
        {
            "plugin_name": "Clickhouse",
            "result_table_name": "test",
            "host": "127.0.0.1:8123",
            "username": "default",
            "password": "clickhouse",
            "database": "test",
            "sql": "select * from test.test_table"
        }
    ],
    "transform": [

    ],
    "sink": [
        {
            "plugin_name": "Console",
            "source_table_name": "test"
        }
    ]
}

Running Command

bash bin/seatunnel.sh -m local --config job/console.json

Error Exception

-

Zeta or Flink or Spark Version

2.3.6

Java or Scala Version

1.8

Screenshots

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions