Re: how to build the connectors and examples from the source

2018-06-13 Thread Chesnay Schepler
You can build specific connector/examples by going into the the respective directory and executing mvn clean package -DskipTests. Connector: * cd flink-connectors * cd * mvn clean package -DskipTests * cd target * pick jar Example: * cd flink-examples * cd * mvn clean package -DskipTests *

Re: how to build the connectors and examples from the source

2018-06-12 Thread Ted Yu
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 wrote: >

how to build the connectors and examples from the source

2018-06-12 Thread Chris Kellogg
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