Aw: Re: Re: Re: Flink Gelly

2016-10-07 Thread dfki
ot; Betreff: Re: Re: Re: Flink Gelly Hi, the exception > java.lang.RuntimeException: Memory ran out. Compaction failed. says that the hash table ran out of memory. Gelly is implemented on top of Flink's DataSet API. So this would rather be a problem with DataSet than Gelly. I think Vas

Re: Re: Re: Flink Gelly

2016-10-07 Thread Fabian Hueske
Hi, the exception > java.lang.RuntimeException: Memory ran out. Compaction failed. says that the hash table ran out of memory. Gelly is implemented on top of Flink's DataSet API. So this would rather be a problem with DataSet than Gelly. I think Vasia is right about the memory configuration. Pro