Re: Serialisation problem

2015-12-21 Thread Fabian Hueske
ue) => try{value.compareTo(o.asInstanceOf[GString].v)} > catch { case e : Throwable => 0 } > case GNull() => 0 > case _ => 0 > } > } > } > > > > > > *-Abdulrahman > Kaitoua---

RE: Serialisation problem

2015-12-20 Thread Abdulrahman kaitoua
ue) => try{value.compareTo(o.asInstanceOf[GString].v)} catch { case e : Throwable => 0 } case GNull() => 0 case _ => 0 } } } - Abdulrahman Kaitoua --------

Re: Serialisation problem

2015-12-14 Thread Aljoscha Krettek
Hi, the problem could be that GValue is not Comparable. Could you try making it extend Comparable (The Java Comparable). Cheers, Aljoscha > On 12 Dec 2015, at 20:43, Robert Metzger wrote: > > Hi, > > Can you check the log output in your IDE or the log files of the Flink client > (./bin/flink)

Re: Serialisation problem

2015-12-12 Thread Robert Metzger
Hi, Can you check the log output in your IDE or the log files of the Flink client (./bin/flink). The TypeExtractor is logging why a POJO is not recognized as a POJO. The log statements look like this: 20:42:43,465 INFO org.apache.flink.api.java.typeutils.TypeExtractor - class com.dataarti