ix 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" a écrit :
>
> Yes, that's the one I fixed. :-)
>
> On Thu, 30 Jun 2016 at 15:40 F. Beligia
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
>
> On Thu, 30 Jun 2016 at 15
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 in
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
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 :
> This feature needs to be included in the release, it has been tested
obert Metzger :
> But the version upgrade itself didn't fix the issue?
>
> On Wed, Jun 3, 2015 at 5:12 PM, F. Beligianni
> wrote:
>
> > Thank you Robert,
> >
> > I set useNativeGit to true just in flink-runtime package and the build
> was
> > successfu
> I've read somewhere that it can be related to the git
> > > version/configuration. I'm not completely sure, though.
> > >
> > > Peter
> > >
> > > 2015-06-03 15:46 GMT+02:00 F. Beligianni :
> > >
> > >> Hello,
> >
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
pl.project13.maven:git-commit-id-plugin:2.1.5:revision (default) on project
flink-runtime: Execution default o
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 org.apache.flink.core.memory.Memory