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

   ### 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
   
   Customize a plug-in in seatunnel-transfoms-v2. After repackaging, uploading 
and replacing the original transform.jar, use the plug-in to report errors in 
data synchronization. And similar operations take effect normally in 
seatunnel-2.3.3 and can be performed successfully.
   
   ### SeaTunnel Version
   
   seatunnel-2.3.8
   
   ### SeaTunnel Config
   
   ```conf
   transform {
     Custom_plug_name {
       source_table_name = "fake"
       result_table_name = "fake1"
       custom_option = xxxxxx
     }
   }
   ```
   
   
   ### Running Command
   
   ```shell
   $SEATUNNEL_HOME/bin/seatunnel.sh --config xxxxx.conf -m local
   ```
   
   
   ### Error Exception
   
   ```log
   ErrorCode:[API-06], Factory initialize failed - Could not find any factories 
that implement 'org.apache.seatunnel.api.table.factory.TableTransformFactory' 
in the classpath.
   ```
   
   
   ### Zeta or Flink or Spark Version
   
   zeta
   
   ### Java or Scala Version
   
   java version "1.8.0_181"
   
   ### 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to