Re: Failure in flink-storm when building Flink

2016-06-30 Thread F. Beligianni
d you tell us about the commit which fix it ? > I'm trying to have a stable build against an almost up to date master > before submitting a PR. > > Thanks. > Le 30 juin 2016 15:41, "Aljoscha Krettek" <aljos...@apache.org> a écrit : > > Yes, that's the one I f

Re: Failure in flink-storm when building Flink

2016-06-30 Thread F. Beligianni
gt; Hi, > you didn't post the relevant part of the log where we see the actual > failing test but just seconds ago I pushed a fix to master that fixes a > problem in one of the Storm tests. I think this should fix the failure you > are seeing. > > Cheers, > Aljoscha > >

Failure in flink-storm when building Flink

2016-06-30 Thread F. Beligianni
Hello, I did some changes in flink-gelly and flink-gelly-scala components and when I try to build the Flink project I get the following error in flink-storm component (where I made no changes). The same happens to Travis only for JDK: oraclejdk8. For JDK: oraclejdk7,openjdk7, the builds succeed

Re: Testing Apache Flink 0.9.0-rc1

2015-06-10 Thread F. Beligianni
Regarding the iteration partitioning feature, since I use it of course I find it very useful, but it is true that it needs to be tested more extensively and also be discussed by the community before it is added in a release. Moreover, given the fact that I can still use it for research purposes (I

Re: Testing Apache Flink 0.9.0-rc1

2015-06-10 Thread F. Beligianni
I agree with Gyula regarding the iteration partitioning. I have also been using this feature for developing machine learning algorithms. And I think SAMOA also needs this feature. Faye 2015-06-10 10:54 GMT+02:00 Gyula Fóra gyula.f...@gmail.com: This feature needs to be included in the release,

Re: Null pointer exception on pl.project13.maven:git-commit-id-plugin:2.1.5:revision

2015-06-03 Thread F. Beligianni
, though. Peter 2015-06-03 15:46 GMT+02:00 F. Beligianni faybeligia...@gmail.com: Hello, I have a problem to build Flink master branch. Specifically, when I am running mvn clean install in master branch I take the following exception: [ERROR] Failed to execute goal

Serialization problem in Flink integration to SAMOA

2015-01-28 Thread F. Beligianni
Hello, I am currently working on the integration of Flink Streaming API to SAMOA and I have some problems with an exception that I take from the kryo serialiser: Caused by: java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at