Seatunnel API submit-job Failed : 'org.apache.seatunnel.api.table.connector.TableSource org.apache.seatunnel.api.table.factory.TableSourceFactory.createSource(org.apache.seatunnel.api.table.factory.TableSourceFactoryContext)' #6523
Unanswered
seatunneltrailuser
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version :
2.3.4
What happenned
http://<serverip:port/hazelcast/rest/maps/submit-job?jobName=Seatunnel_poc_batch_233-09&isStartWithSavePoint=0&jobId=676776
RequestBody
{
"env": {
"execution.parallelism": 2
, "job.mode": "BATCH"
, "job.name": "Seatunnel_poc_batch_233-09"
, "checkpoint.interval": 10000
, "engine.type": "flink"
, "jars": "seatunnel-flink-15-starter.jar"
, "flink.execution.checkpointing.unaligned.enabled": true
, "flink.execution.checkpointing.mode": "EXACTLY_ONCE"
, "flink.execution.checkpointing.timeout": 600000
}
,"source": [
{
"plugin_name": "Jdbc",
"url": "jdbc:postgresql://192.168.15.77:1465/inmudvinl?currentSchema=inmudv_inl",
"driver": "org.postgresql.Driver",
"user": "inmudv_inl",
"password": "er34_Sdes",
}
Returns Error
{
"status": "fail",
"message": "'org.apache.seatunnel.api.table.connector.TableSource org.apache.seatunnel.api.table.factory.TableSourceFactory.createSource(org.apache.seatunnel.api.table.factory.TableSourceFactoryContext)'"
}
Our Request
We have been trying to adopt Seatunnel for data pipeline, and this error discourages use of the same. We have tried multiple things, played around with library file folders, Configurations, etc. but in vain.
Any recommendations would encourage the use of seatunnel for our production environment. The concept of this integration platform is solid, but face a lot of issues during even simple POCs, which is very much discouraging.
Beta Was this translation helpful? Give feedback.
All reactions