Is gelly supposed to be usable from Scala? It looks as it is hardcoded
to use the Java API.
Best,
Sebastian
On 23.03.2015 23:15, Robert Metzger wrote:
Hi,
Gelly is not part of any offical flink release.
You have to use a Snapshot version of Flink if you want to try it out.
Sent from my iPhone
On 23.03.2015, at 23:10, Andra Lungu <lungu.an...@gmail.com
<mailto:lungu.an...@gmail.com>> wrote:
Hi Sebastian,
For me it works just as described there, with 0.9, but there should be
no problem for 0.8.1.
Here is an example pom.xml
https://github.com/andralungu/gelly-partitioning/blob/first/pom.xml
Hope that helps!
Andra
On Mon, Mar 23, 2015 at 11:02 PM, Sebastian <ssc.o...@googlemail.com
<mailto:ssc.o...@googlemail.com>> wrote:
Hi,
Is gelly already usable in the 0.8.1 release? I tried adding
<dependency>
<groupId>org.apache.flink</__groupId>
<artifactId>flink-gelly</__artifactId>
<version>0.8.1</version>
</dependency>
as described in [1], but my project fails to build.
Best,
Sebastian
[1]
http://ci.apache.org/projects/__flink/flink-docs-master/gelly___guide.html
<http://ci.apache.org/projects/flink/flink-docs-master/gelly_guide.html>