Skip to content

[Bug] [Seatunnel] Seatunnel -i command bug #5400

@XiaoJiang521

Description

@XiaoJiang521

Search before asking

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

What happened

image image

SeaTunnel Version

2.3.3

SeaTunnel Config

env {
"job.name"="SeaTunnel_Job"
"job.mode"=BATCH
}
source {
Jdbc {
    "partition_upper_bound"="${read_para}"
}
}
transform {
}
sink {
Jdbc {
    
}
}

Running Command

seatunnel.sh --config /tmp/dolphinscheduler/exec/syncJobTmpConfig/51_10734653065024.config --async -n test-hive -i read_para=[par1=20230829,par2=20230829]

Error Exception

When using JCommander, the input [par1=20230829,par2=20230829] is being parsed into two separate strings instead of being treated as a single unit.

Zeta or Flink or Spark Version

No response

Java or Scala Version

java 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

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions