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 2022/05/18 01:56:20 UTC

[GitHub] [incubator-seatunnel] ruanwenjun commented on issue #1899: [Bug] [seatunnel-connector-flink-druid] The data source is Druid, hint Plugin class not found by name :[DruidSource]

ruanwenjun commented on issue #1899:
URL: https://github.com/apache/incubator-seatunnel/issues/1899#issuecomment-1129486606

   @TYJ0716 This is caused by the druid connector is not in distribution, you can add below dependency at seatunnel-core-flink/pom.xml, and use `mvn clean package` to make a new distribution.
   ```xml
   <dependency>
               <groupId>org.apache.seatunnel</groupId>
               <artifactId>seatunnel-connector-flink-socket</artifactId>
               <version>${project.version}</version>
   </dependency>
   ```


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