Scala compatibility in Gelly

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

Scala compatibility in Gelly

Pieter-Jan Van Aeken
Hi,

The Gelly API does not play well with Scala, as it has references to
classes from org.apache.flink.api.java.*, and the Scala API obviously
references classes from org.apache.flink.api.scala.*, this causes
things like DataSet and ExecutionEnvironment to not match the expected
method signature, and thus I cannot compile.

Are there any workarounds for this or will I have to resort to using
Java? (I'd rather not)

Kind regards,

Pieter-Jan Van Aeken

Reply | Threaded
Open this post in threaded view
|

Re: Scala compatibility in Gelly

Vasiliki Kalavri
Hi Pieter,

Gelly is currently only supported in Java.
We are definitely planning to add Scala support, but I'm afraid we don't
have a workaround at the moment.

Cheers,
Vasia.

On 29 April 2015 at 18:27, Pieter-Jan Van Aeken <
[hidden email]> wrote:

> Hi,
>
> The Gelly API does not play well with Scala, as it has references to
> classes from org.apache.flink.api.java.*, and the Scala API obviously
> references classes from org.apache.flink.api.scala.*, this causes
> things like DataSet and ExecutionEnvironment to not match the expected
> method signature, and thus I cannot compile.
>
> Are there any workarounds for this or will I have to resort to using
> Java? (I'd rather not)
>
> Kind regards,
>
> Pieter-Jan Van Aeken
>
>