Install Flink on Microsoft Azure HDInsight

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Install Flink on Microsoft Azure HDInsight

m@xi
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Use gradle with flink

Georgi Stoyanov
Hi guys,
I’m wondering is it possible to setup my java flink application with gradle? I’m confused cause everywhere win the stackoverflow/documentation is used maven only :/

Kind Regards,
Georgi Stoyanov


Reply | Threaded
Open this post in threaded view
|

Re: Use gradle with flink

Ted Yu
Currently only maven build is supported.

-------- Original message --------
From: Georgi Stoyanov <[hidden email]>
Date: 4/24/18 2:17 AM (GMT-08:00)
Subject: Use gradle with flink

Hi guys,
I’m wondering is it possible to setup my java flink application with gradle? I’m confused cause everywhere win the stackoverflow/documentation is used maven only :/

Kind Regards,
Georgi Stoyanov


Reply | Threaded
Open this post in threaded view
|

Re: Use gradle with flink

Fabian Hueske-2
You can certainly setup and build Flink applications with Gradle.

However the bad news is, the Flink project does not provide a pre-configured Gradle project/configuration yet.
The good news is, the community is working on that [1] and there's already a PR [2] (opened 19 hours ago).

Btw. besides Maven, there's also an SBT configuration for Flink Scala projects [3].

Best,
Fabian

2018-04-24 12:46 GMT+02:00 Ted Yu <[hidden email]>:
Currently only maven build is supported.

-------- Original message --------
From: Georgi Stoyanov <[hidden email]>
Date: 4/24/18 2:17 AM (GMT-08:00)
Subject: Use gradle with flink

Hi guys,
I’m wondering is it possible to setup my java flink application with gradle? I’m confused cause everywhere win the stackoverflow/documentation is used maven only :/

Kind Regards,
Georgi Stoyanov