QiuZiXian commented on issue #5691: URL: https://github.com/apache/seatunnel/issues/5691#issuecomment-1776891070
I have closed #5686,my question is : Running Command directly by linux shell ./bin/seatunnel.sh --config ./config/v2.batch.config.template -e local can success. but use [rest-api](https://seatunnel.apache.org/docs/2.3.3/seatunnel-engine/rest-api) to post task always fail.  post request body: `json { "env": { "job.mode": "batch" }, "source": [ { "plugin_name": "connector-fake", "result_table_name": "fake", "row.num": 100, "schema": { "fields": { "name": "string", "age": "int", "card": "int" } } } ], "transform": [ ], "sink": [ { "plugin_name": "Console", "source_table_name": ["fake"] } ] } ` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
