Re: Flink Master broken...

2015-02-24 Thread Stephan Ewen
Hi Matthias! You are right, the package is actually wrong. Strange that the compiler never complained. Can you submit a patch? Stephan On Tue, Feb 24, 2015 at 7:02 PM, Matthias J. Sax < mj...@informatik.hu-berlin.de> wrote: > Hi, > > it builds after a fresh checkout. However, the file I menti

Re: Flink Master broken...

2015-02-24 Thread Matthias J. Sax
Hi, it builds after a fresh checkout. However, the file I mentioned is still buggy IMHO. > mjsax@T420s-dbis-mjsax:~/workspace_flink/dummy/flink$ grep package > flink-java/src/test/java/org/apache/flink/api/java/typeutils/runtime/kryo/KryoWithCustomSerializersTest.java > package org.apache.flink.

Re: Flink Master broken...

2015-02-24 Thread Robert Metzger
Hi Kanwarpal, please don't hijack other discussion threads on our mailinglist. I saw your message to the mailing list and I'm sure you'll get an answer to your question. Robert On Tue, Feb 24, 2015 at 6:56 PM, Kanwarpal Singh wrote: > Hi i am new to Flink,can anyone help me how i can work for t

Re: Flink Master broken...

2015-02-24 Thread Kanwarpal Singh
Hi i am new to Flink,can anyone help me how i can work for this community On Tue, Feb 24, 2015 at 11:06 PM, Fabian Hueske wrote: > The master builds for me as well. > Can you try to clone a new copy and do a "mvn -DskipTests clean install"? > > 2015-02-24 18:26 GMT+01:00 Matthias J. Sax >: > >

Re: Flink Master broken...

2015-02-24 Thread Stephan Ewen
Hi Matthias! Is it possible that at some point you pulled a non-fast.forward update and the automerge in git messed things up in your local repository? What you looks like a merge error on a rename - that may happen through git's automerge. I guess when you clone a fresh repo everything will be

Re: Flink Master broken...

2015-02-24 Thread Fabian Hueske
The master builds for me as well. Can you try to clone a new copy and do a "mvn -DskipTests clean install"? 2015-02-24 18:26 GMT+01:00 Matthias J. Sax : > Hi, > > I build on command line: > > mjsax@T420s-dbis-mjsax:~/workspace_flink/flink$ git pull flink master > From https://github.com/apache/fl

Re: Flink Master broken...

2015-02-24 Thread Matthias J. Sax
Hi, I build on command line: mjsax@T420s-dbis-mjsax:~/workspace_flink/flink$ git pull flink master From https://github.com/apache/flink * branchmaster -> FETCH_HEAD Already up-to-date. The problem is in TEST: flink-java/src/test/java/org/apache/flink/api/java/typeutils/runtime/k

Re: Flink Master broken...

2015-02-24 Thread Robert Metzger
How did you build Flink? I'm not so sure if the master is really broken because I've build it multiple times today, also our Travis says everything is fine: https://travis-ci.org/apache/flink/builds On Tue, Feb 24, 2015 at 5:29 PM, Matthias J. Sax < mj...@informatik.hu-berlin.de> wrote: > Hi, >

Flink Master broken...

2015-02-24 Thread Matthias J. Sax
Hi, I just pulled the latest version "flink master" and I got a compilation error. I tracked the bug down. It seems that the following commit moved a class without changing the package statement... Cheers, Matthias commit 354efec0f9da0fa03ea9b337b02a1a2a03a9ac16 Author: Robert Metzger 2015-