ljl568419709 opened a new issue, #6914:
URL: https://github.com/apache/seatunnel/issues/6914

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22)
 and found no similar issues.
   
   
   ### What happened
   
   Provider org.apache.seatunnel.connectors.seatunnel.jdbc.source.JdbcSource 
not a subtype
   而且seatunnel提交到yarn时,seatunnel并没有将connectors/seatunnel提交到yarn,很定是提交不成功的,详情看下图
   
![1](https://github.com/apache/seatunnel/assets/33241462/9b849fef-8128-4c11-9e64-4e592edfda9b)
   
![2](https://github.com/apache/seatunnel/assets/33241462/20f8fbc2-38f4-4ebf-8179-f966fa9059c2)
   
![3](https://github.com/apache/seatunnel/assets/33241462/b4ecb671-184a-47b8-96a5-9534a21ae257)
   
![4](https://github.com/apache/seatunnel/assets/33241462/b88e47cf-613c-4a7c-a4fb-490945c7822a)
   
![5](https://github.com/apache/seatunnel/assets/33241462/80cf88ee-4f6c-4f9f-a320-cf18a68a20e2)
   
   
   
   ### SeaTunnel Version
   
   seatunall 2.3.3 
   
   ### SeaTunnel Config
   
   ```conf
   ./bin/start-seatunnel-flink-13-connector-v2.sh -e run-application --master 
yarn-application --config 
/apps/hive/apache-seatunnel-2.3.3/config/v2.batch.config.mysql_mysql.template
   ```
   
   
   ### Running Command
   
   ```shell
   env {
   parallelism = 4
   job.mode = "BATCH"
   }
   source{
   jdbc {
   url = 
"jdbc:mysql://10.26.32.16:3306/communal_new?serverTimezone=GMT%2b8&useUnicode=true&characterEncoding=UTF-8&rewriteBatchedStatements=true"
   driver = "com.mysql.cj.jdbc.Driver"
   connection_check_timeout_sec = 100
   user = "root"
   password = "Meicloud12#$"
   query = "select * from sys_menu"
   }
   }
   
   transform {
   # If you would like to get more information about how to configure seatunnel 
and see full list of transform plugins,
   # please go to https://seatunnel.apache.org/docs/transform-v2/sql
   }
   
   sink {
   jdbc {
   url = "jdbc:mysql://10.26.32.16:3306/test"
   driver = "com.mysql.cj.jdbc.Driver"
   user = "root"
   password = "Meicloud12#$"
   # Automatically generate sql statements based on database table names
   generate_sink_sql = true
   database = test
   table = sys_menu
   }
   }
   ```
   
   
   ### Error Exception
   
   ```log
   Provider org.apache.seatunnel.connectors.seatunnel.jdbc.source.JdbcSource 
not a subtype
   ```
   
   
   ### Zeta or Flink or Spark Version
   
   _No response_
   
   ### Java or Scala Version
   
   flink 1.3.6
   jdk  1.8
   scala 2.1
   
   ### Screenshots
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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]

Reply via email to