Cool. Thanks!
On Sat, Aug 12, 2017 at 9:44 AM, Ted Yu wrote:
> **Maven 3.3.x**
> The build has to be done in two steps: First in the base directory, then in
> the distribution project:
>
> ~~~bash
> mvn clean install -DskipTests
> cd flink-dist
> mvn clean install
>
> On Fri, Aug 11, 2017 at 6:1
**Maven 3.3.x**
The build has to be done in two steps: First in the base directory, then in
the distribution project:
~~~bash
mvn clean install -DskipTests
cd flink-dist
mvn clean install
On Fri, Aug 11, 2017 at 6:19 PM, Michael Fong wrote:
> Hi,
>
> I am new to Flink. I would like to know how