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: [email protected]

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

Reply via email to