You can build specific connector/examples by going into the the respective directory and executing mvn clean package -DskipTests.

Connector:
* cd flink-connectors
* cd <connector_you_want>
* mvn clean package -DskipTests
* cd target
* pick jar

Example:
* cd flink-examples
* cd <api_you_want>
* mvn clean package -DskipTests
* cd target
* pick jar

On 13.06.2018 05:39, Ted Yu wrote:
Which connector from the following list are you trying to build ?

https://flink.apache.org/ecosystem.html#connectors

The available connectors from 1.5.0 are quite recent. Is there any
functionality missing in the 1.5.0 release ?

Thanks

On Tue, Jun 12, 2018 at 5:17 PM, Chris Kellogg <cckel...@umich.edu> wrote:

How can one build a connectors jar from the source?

Also, is there a quick way to build the examples from the source without
having to do a mvn clean package -DskipTests?


Thanks.
Chris


Reply via email to