davidzollo commented on issue #4971: URL: https://github.com/apache/seatunnel/issues/4971#issuecomment-1689440749
You can refer the doc: https://seatunnel.apache.org/docs/2.3.3/start-v2/locally/deployment ``` Step 3: Install connectors plugin Since 2.2.0-beta, the binary package does not provide connector dependencies by default, so when using it for the first time, you need to execute the following command to install the connector: (Of course, you can also manually download the connector from [Apache Maven Repository](https://repo.maven.apache.org/maven2/org/apache/seatunnel/) to download, then manually move to the connectors/seatunnel directory). sh bin/install-plugin.sh 2.3.3 ``` `sh bin/install-plugin.sh 2.3.3` will automatically download the `seatunnel-hadoop3-3.1.4-uber-${SeaTunnel-Version}-optional.jar` to $seatunnel/lib dir -- 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]
