Getting fail test at BlobUtilsTest.testExceptionOnCreateStorageDirectoryFailure from master

2015-02-12 Thread Henry Saputra
Help, I keep getting error from master when running tests: Failed tests: BlobUtilsTest.testExceptionOnCreateStorageDirectoryFailure Expected exception: java.lang.Exception Anyone else seen this error before? - Henry

Re: [jira] [Created] (FLINK-1534) GSoC project: Distributed pattern matching over Flink streaming

2015-02-12 Thread Cosmin Clapon
Hello, My name is Cosmin and I'm a 4th year Computer Science student at Politehnica University of Bucharest. I would like to start contributing to Flink through GSoC on this project. I am familiar with basic distributed systems concepts and I worked a bit with MapReduce on Hadoop in the past and

Re: Google Summer of Code 2015 is coming

2015-02-12 Thread Vasiliki Kalavri
According to the first email, the deadline was at 7 pm UTC, i.e. 8 pm CET, but I'm not sure if it's a "hard" deadline. On Feb 12, 2015 8:17 PM, "Stephan Ewen" wrote: Fabian, is the monitoring related to WebFrontend progress visualization? If not, I will propose a topic there. Am 12.02.2015 18:32

Re: Google Summer of Code 2015 is coming

2015-02-12 Thread Stephan Ewen
Fabian, is the monitoring related to WebFrontend progress visualization? If not, I will propose a topic there. Am 12.02.2015 18:32 schrieb "Vasiliki Kalavri" : > Thanks for the replies everyone! I'm also adding a Gelly project ;) > > On 12 February 2015 at 18:10, Robert Metzger wrote: > > > I thi

[jira] [Created] (FLINK-1536) GSoC project: Graph partitioning operators for Gelly

2015-02-12 Thread Vasia Kalavri (JIRA)
Vasia Kalavri created FLINK-1536: Summary: GSoC project: Graph partitioning operators for Gelly Key: FLINK-1536 URL: https://issues.apache.org/jira/browse/FLINK-1536 Project: Flink Issue Type

Re: Google Summer of Code 2015 is coming

2015-02-12 Thread Vasiliki Kalavri
Thanks for the replies everyone! I'm also adding a Gelly project ;) On 12 February 2015 at 18:10, Robert Metzger wrote: > I think that's fine because students have to come up with a project > proposal. > > On Thu, Feb 12, 2015 at 6:09 PM, Till Rohrmann > wrote: > > > I can add a GSoC issue for

Re: Google Summer of Code 2015 is coming

2015-02-12 Thread Robert Metzger
I think that's fine because students have to come up with a project proposal. On Thu, Feb 12, 2015 at 6:09 PM, Till Rohrmann wrote: > I can add a GSoC issue for the ML library. But it will be a bit vague in > terms of what can be done. > > On Thu, Feb 12, 2015 at 3:13 PM, Márton Balassi > wrote

Re: Google Summer of Code 2015 is coming

2015-02-12 Thread Till Rohrmann
I can add a GSoC issue for the ML library. But it will be a bit vague in terms of what can be done. On Thu, Feb 12, 2015 at 3:13 PM, Márton Balassi wrote: > Hey, > > Please add the JIRA for the projects, the deadline for the organizations is > tomorrow! Gyula has already added one [1], I'm also

Re: AW: kryoException : Buffer underflow

2015-02-12 Thread Till Rohrmann
The kryo underflow should be fixed with the PR [1]. [1] https://github.com/apache/flink/pull/391 On Thu, Feb 12, 2015 at 4:10 PM, Nam-Luc Tran wrote: > Without the .returns(...) statement it yelled about type erasure. > Putting.returns(Centroid25.class) did the trick. > > Thanks everyone for yo

Re: AW: kryoException : Buffer underflow

2015-02-12 Thread Nam-Luc Tran
Without the .returns(...) statement it yelled about type erasure. Putting.returns(Centroid25.class) did the trick. Thanks everyone for your help. Tran Nam-Luc At Thursday, 12/02/2015 on 12:06 Kirschnick, Johannes wrote: Hi, I basically just reported an issue and found this thread on the list a

[jira] [Created] (FLINK-1535) Use usercode class loader to serialize/deserialize accumulators

2015-02-12 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-1535: --- Summary: Use usercode class loader to serialize/deserialize accumulators Key: FLINK-1535 URL: https://issues.apache.org/jira/browse/FLINK-1535 Project: Flink

[jira] [Created] (FLINK-1534) GSoC project: Distributed pattern matching over Flink streaming

2015-02-12 Thread JIRA
Márton Balassi created FLINK-1534: - Summary: GSoC project: Distributed pattern matching over Flink streaming Key: FLINK-1534 URL: https://issues.apache.org/jira/browse/FLINK-1534 Project: Flink

Re: Google Summer of Code 2015 is coming

2015-02-12 Thread Márton Balassi
Hey, Please add the JIRA for the projects, the deadline for the organizations is tomorrow! Gyula has already added one [1], I'm also adding some. [1] https://issues.apache.org/jira/browse/FLINK-1503 On Thu, Feb 12, 2015 at 12:26 PM, Stephan Ewen wrote: > I think if the ML library general frame

Re: Master not building and how to notice it faster in the future

2015-02-12 Thread Robert Metzger
Searching for "travis build notifications apache" on Google reveals actually a commit from our repo: http://mail-archives.apache.org/mod_mbox/flink-commits/201406.mbox/%3c8be204a6869f4380b0de3135373c0...@git.apache.org%3E Tajo also tried this: https://issues.apache.org/jira/browse/TAJO-834 But I d

Re: Master not building and how to notice it faster in the future

2015-02-12 Thread Robert Metzger
No, I think this won't work because travis only sends emails to accounts associated with the repository. In this case its the apache/flink github repository and nobody of us is actually part of the organization. See http://docs.travis-ci.com/user/notifications/: > The most common cause for not re

Re: Master not building and how to notice it faster in the future

2015-02-12 Thread Ufuk Celebi
I just found out that we can simply activate email notifications for build failures. Can we allow bu...@travis-ci.org to send to dev@f.a.o? On Wed, Jan 21, 2015 at 9:41 PM, Robert Metzger wrote: > I'm actually quite happy with the travis setup. Since most of the > contributors/committers have t

[jira] [Created] (FLINK-1533) NullPointerException in SlotSharingGroupAssignment.addSharedSlotAndAllocateSubSlot

2015-02-12 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-1533: Summary: NullPointerException in SlotSharingGroupAssignment.addSharedSlotAndAllocateSubSlot Key: FLINK-1533 URL: https://issues.apache.org/jira/browse/FLINK-1533 Proj

[jira] [Created] (FLINK-1532) AggregatorsITCase fails spuriously

2015-02-12 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-1532: Summary: AggregatorsITCase fails spuriously Key: FLINK-1532 URL: https://issues.apache.org/jira/browse/FLINK-1532 Project: Flink Issue Type: Bug

Re: Google Summer of Code 2015 is coming

2015-02-12 Thread Stephan Ewen
I think if the ML library general framework and stubs are in place, such that it is really about implementing linear algebra algorithms, this could work as well. The Mahout DSL also offers a good framework, we may go for a shared supervision with the Mahout community. On Thu, Feb 12, 2015 at 12:0

AW: kryoException : Buffer underflow

2015-02-12 Thread Kirschnick, Johannes
Hi, I basically just reported an issue and found this thread on the list about the same error Just bringing this up here, in case these issues are linked ... There is a small testcase to reproduce attached https://issues.apache.org/jira/browse/FLINK-1531 I tried to single in on the code and fi

Re: Google Summer of Code 2015 is coming

2015-02-12 Thread Robert Metzger
I would like to see a GSoC student working on Gelly. The issue with GSoC is that it requires you to be available constantly ;) In my opinion its important to spend a few hours each week (2-5) to review and discuss the work. Its important to do that frequently. otherwise the student is idling. You

[jira] [Created] (FLINK-1531) Custom Kryo Serializer fails in itertation scenario

2015-02-12 Thread Johannes (JIRA)
Johannes created FLINK-1531: --- Summary: Custom Kryo Serializer fails in itertation scenario Key: FLINK-1531 URL: https://issues.apache.org/jira/browse/FLINK-1531 Project: Flink Issue Type: Bug

Re: Fixed the Release 0.8 branch

2015-02-12 Thread Stephan Ewen
+1 On Thu, Feb 12, 2015 at 11:27 AM, Robert Metzger wrote: > I would like to include a fix for the AvroInputFormat (to make it > splittable). > > I'll open a pull request soon. > > After that's merged, I can create the next release candidate. > > On Thu, Feb 12, 2015 at 11:22 AM, Stephan Ewen w

Re: Fixed the Release 0.8 branch

2015-02-12 Thread Robert Metzger
I would like to include a fix for the AvroInputFormat (to make it splittable). I'll open a pull request soon. After that's merged, I can create the next release candidate. On Thu, Feb 12, 2015 at 11:22 AM, Stephan Ewen wrote: > I fixed the 0.8 release branch, and also fixed some other minor is

Fixed the Release 0.8 branch

2015-02-12 Thread Stephan Ewen
I fixed the 0.8 release branch, and also fixed some other minor issues on the way, plus updated the legal files (LICENSE, NOTICE). >From my side, good to go for another release candidate...

[VOTE][CANCEL] Release Apache Flink 0.8.1 (RC0)

2015-02-12 Thread Robert Metzger
I'm cancelling the vote. On Wed, Feb 11, 2015 at 9:08 PM, Stephan Ewen wrote: > I have pushed a fix for that problem to the master (0.9) and have > cherry-picked it onto 0.8. Tests pending, should be green soon... > > On Wed, Feb 11, 2015 at 11:29 AM, Ufuk Celebi wrote: > > > -1 > > > > The pr