Re: BloomFilter Exception

2015-09-05 Thread Flavio Pompermaier
ah ok, I'll try to force the update my maven dependencies! Thanks for the support, Flavio On 5 Sep 2015 14:56, "Greg Hogan" wrote: > Flavio, > > It looks like your build is older than some recent fixes in that code. > > > https://github.com/apache/flink/commits/2e6e4de5d1d2b5123f4311493763fd84f5

Re: BloomFilter Exception

2015-09-05 Thread Greg Hogan
Flavio, It looks like your build is older than some recent fixes in that code. https://github.com/apache/flink/commits/2e6e4de5d1d2b5123f4311493763fd84f52779ab/flink-runtime/src/main/java/org/apache/flink/runtime/operators/hash/MutableHashTable.java Greg On Fri, Sep 4, 2015 at 10:34 AM, Flavio

BloomFilter Exception

2015-09-04 Thread Flavio Pompermaier
Hi to all, running a job with Flink 0/10-SNAPSHOT I got the following Exception: java.lang.IllegalArgumentException: expectedEntries should be > 0 at org.apache.flink.shaded.com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) at org.apache.flink.runtime.opera