Skip to content
New issue

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

[BUG][Zeta]job name error #6470

Closed
2 of 3 tasks
lovezhou1990 opened this issue Mar 7, 2024 · 2 comments
Closed
2 of 3 tasks

[BUG][Zeta]job name error #6470

lovezhou1990 opened this issue Mar 7, 2024 · 2 comments

Comments

@lovezhou1990
Copy link

lovezhou1990 commented Mar 7, 2024

Search before asking

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

What happened

Submit the task to the cluster using seatunnel.sh-c job.com, and then use seatunnel.sh-l to view the task. The displayed job name is incorrect and not the name of job.name in the job.com configuration file

SeaTunnel Version

2.3.4

SeaTunnel Config

env {
  # You can set flink configuration here
  execution.parallelism = 1
  job.name = "st test"
  job.mode = "STREAMING"
  checkpoint.interval = 2000
  #execution.checkpoint.interval = 10000
  #execution.checkpoint.data-uri = "hdfs://localhost:9000/checkpoint"
}

source {
  MySQL-CDC {
    result_table_name = "company"
    parallelism = 1
    username = "xx"
    password = "xx"
    startup.mode = "latest" 
    database-names =["xxx"]
    table-names = ["xxx.company"]
    base-url = "jdbc:mysql://xxx:3306/test3_bigdata?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8&rewriteBatchedStatements=true&zeroDateTimeBehavior=CONVERT_TO_NULL"
  }
}

sink {

  Elasticsearch {
      source_table_name = "company"
      hosts = ["http://xxx:19200"]
      index = "changelog_companyx" 
      max_batch_size=100
    }
}

Running Command

./bin/seatunnel.sh -c job.conf

Error Exception

no

Zeta or Flink or Spark Version

Zeta

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

@lovezhou1990 lovezhou1990 changed the title [BUG][Zeta]job name error[Bug] [Module Name] Bug title [BUG][Zeta]job name error Mar 8, 2024
Copy link

github-actions bot commented Apr 8, 2024

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.

@github-actions github-actions bot added the stale label Apr 8, 2024
Copy link

This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant