You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2023/01/14 12:21:35 UTC

[GitHub] [incubator-seatunnel] javaite opened a new issue, #3949: [Bug] [Jdbc source] Plugin PluginIdentifier{engineType='seatunnel', pluginType='source', pluginName='Jdbc'} not found.

javaite opened a new issue, #3949:
URL: https://github.com/apache/incubator-seatunnel/issues/3949

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
   
   
   ### What happened
   
   I wrote an test for source of jdbc, and an error has occurred
   ![image](https://user-images.githubusercontent.com/293920/212471336-f97e4880-cf7f-4eae-a08a-4c7ab946d830.png)
   
   
   ### SeaTunnel Version
   
   2.3.0
   
   ### SeaTunnel Config
   
   ```conf
   template file:
   env {
     execution.parallelism = 1
     job.mode = "BATCH"
   }
   
   source {
     Jdbc {
       url = "jdbc:mysql://l27.0.0.1:3306/source"
       driver = "com.mysql.jdbc.Driver"
       user = "root"
       password = "******"
       query = "select * from demo"
     }
   }
   
   sink {
     Console {}
   }
   ```
   
   
   ### Running Command
   
   ```shell
   bin/seatunnel.sh --config ~/v2.batch.config.template -e local
   ```
   
   
   ### Error Exception
   
   ```log
   Plugin PluginIdentifier{engineType='seatunnel', pluginType='source', pluginName='Jdbc'} not found
   ```
   
   
   ### Flink or Spark Version
   
   engineType='seatunnel'
   
   ### Java or Scala Version
   
   java 11
   
   ### Screenshots
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] 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: commits-unsubscribe@seatunnel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] liugddx commented on issue #3949: [Bug] [Jdbc source] Plugin PluginIdentifier{engineType='seatunnel', pluginType='source', pluginName='Jdbc'} not found.

Posted by GitBox <gi...@apache.org>.
liugddx commented on issue #3949:
URL: https://github.com/apache/incubator-seatunnel/issues/3949#issuecomment-1382827615

   See https://github.com/apache/incubator-seatunnel/blob/dev/plugins/README.md https://github.com/apache/incubator-seatunnel/blob/dev/docs/en/faq.md


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] TyrantLucifer commented on issue #3949: [Bug] [Jdbc source] Plugin PluginIdentifier{engineType='seatunnel', pluginType='source', pluginName='Jdbc'} not found.

Posted by GitBox <gi...@apache.org>.
TyrantLucifer commented on issue #3949:
URL: https://github.com/apache/incubator-seatunnel/issues/3949#issuecomment-1382837872

   Please do the prepare work, you can refer to https://seatunnel.apache.org/docs/2.3.0/start-v2/locally/deployment get more details.


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] TyrantLucifer closed issue #3949: [Bug] [Jdbc source] Plugin PluginIdentifier{engineType='seatunnel', pluginType='source', pluginName='Jdbc'} not found.

Posted by GitBox <gi...@apache.org>.
TyrantLucifer closed issue #3949: [Bug] [Jdbc source] Plugin PluginIdentifier{engineType='seatunnel', pluginType='source', pluginName='Jdbc'} not found.
URL: https://github.com/apache/incubator-seatunnel/issues/3949


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org