Hi Wouter,

with InitVerticesMapper() are you trying to map the vertex value to a
Tuple2<K, Double> or to a Double?
Your mapper is turning the vertex values into a Tuple2<> but your
scatter-gather UDFs are defining Double vertex values.

-Vasia.

On 17 November 2016 at 14:03, otherwise777 <wou...@onzichtbaar.net> wrote:

> Hello timo,
>
> the whole project is on github:
> https://github.com/otherwise777/Temporal_Graph_library
> <https://github.com/otherwise777/Temporal_Graph_library>
> The Tgraphalgorithm is here:
> https://github.com/otherwise777/Temporal_Graph_
> library/blob/master/src/main/java/Tgraphs/TGraphAlgorithm.java
> <https://github.com/otherwise777/Temporal_Graph_
> library/blob/master/src/main/java/Tgraphs/TGraphAlgorithm.java>
>
> I just updated Flink and Gelly to 1.1.3 with Maven but the problem still
> occurs
>
>
>
> --
> View this message in context: http://apache-flink-user-
> mailing-list-archive.2336050.n4.nabble.com/Type-of-
> TypeVariable-K-in-class-could-not-be-determined-tp10173p10175.html
> Sent from the Apache Flink User Mailing List archive. mailing list archive
> at Nabble.com.
>

Reply via email to