-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Search before asking
- I had searched in the issues and found no similar issues.
What happened
In my seatunnel config, there has some variables need replace on run time by parameter.
I defined the parameter in custom parameter setting.
But this parameter not append to the shell command.
SeaTunnel task command: /Users/jarvis/Downloads/apache-seatunnel-2.3.8/bin/seatunnel.sh --config /tmp/dolphinscheduler/exec/process/default/15454113618464/15454122106144_1/1/1/seatunnel_1_1.conf --deploy-mode local
I check the code, it can get the user defined parameter from localParameters
So we need check if localParameters not empty, then append -i key='value' parameter to the shell command.
What you expected to happen
fix seatunnel task submit issue
How to reproduce
run a seatunnel task
Anything else
No response
Version
dev
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working