Re: Hello Everyone

2015-05-14 Thread Lokesh Rajaram
This almost worked. Of the 5 build jobs four passed and one failed. What's the acceptance criteria for a pull request? Do I need to build again to get all 5 build jobs passing? Thanks, Lokesh On Thu, May 14, 2015 at 8:50 AM, Robert Metzger wrote: > No, you don't have to wait. > The KafkaITCase

Re: Hello Everyone

2015-05-14 Thread Robert Metzger
No, you don't have to wait. The KafkaITCase is not always failing. If you're lucky, it will pass with the next run. On Thu, May 14, 2015 at 5:48 PM, Lokesh Rajaram wrote: > If I understand it correct, I have to wait for your pull request to be > merged, I can rebase and trigger build again. is t

Re: Hello Everyone

2015-05-14 Thread Lokesh Rajaram
If I understand it correct, I have to wait for your pull request to be merged, I can rebase and trigger build again. is that right? Thanks Robert, Aljoscha for super fast reply/help. Thanks, Lokesh On Thu, May 14, 2015 at 8:39 AM, Robert Metzger wrote: > However, you can only restart runs in y

Re: Hello Everyone

2015-05-14 Thread Robert Metzger
However, you can only restart runs in your travis account, not on the apache account (also used for validating pull requests). I have opened a pull request a few minutes ago which will reduce the number of KafakITCase failures (there is still one other unresolved issue). On Thu, May 14, 2015 at 5

Re: Hello Everyone

2015-05-14 Thread Aljoscha Krettek
Hi, don't worry, there are very few stupid questions. :D The KafkaITCase sometimes fails on Travis, this is a known problem currently. On travis you can restart the individual runs for a commit in the view of the failed run. Hope that helps. Cheers, Aljoscha On Thu, May 14, 2015 at 5:35 PM, Lok

Re: Hello Everyone

2015-05-14 Thread Lokesh Rajaram
Thanks Aljoscha, Robert. After adding guava dependency for flink-spargel I was able to progress further but now it's failing in flink-streaming-connectors for the following test case: KafkaITCase.brokerFailureTest:936->tryExecute:352 Test failed with: Job execution failed. Any pointers would help

[jira] [Created] (FLINK-2014) Add LASSO regression

2015-05-14 Thread Theodore Vasiloudis (JIRA)
Theodore Vasiloudis created FLINK-2014: -- Summary: Add LASSO regression Key: FLINK-2014 URL: https://issues.apache.org/jira/browse/FLINK-2014 Project: Flink Issue Type: New Feature

[jira] [Created] (FLINK-2015) Add ridge regression

2015-05-14 Thread Theodore Vasiloudis (JIRA)
Theodore Vasiloudis created FLINK-2015: -- Summary: Add ridge regression Key: FLINK-2015 URL: https://issues.apache.org/jira/browse/FLINK-2015 Project: Flink Issue Type: New Feature

[jira] [Created] (FLINK-2016) Add elastic net regression

2015-05-14 Thread Theodore Vasiloudis (JIRA)
Theodore Vasiloudis created FLINK-2016: -- Summary: Add elastic net regression Key: FLINK-2016 URL: https://issues.apache.org/jira/browse/FLINK-2016 Project: Flink Issue Type: New Feature

[jira] [Created] (FLINK-2013) Create generalized linear model framework

2015-05-14 Thread Theodore Vasiloudis (JIRA)
Theodore Vasiloudis created FLINK-2013: -- Summary: Create generalized linear model framework Key: FLINK-2013 URL: https://issues.apache.org/jira/browse/FLINK-2013 Project: Flink Issue Typ

Re: New project website

2015-05-14 Thread Ufuk Celebi
Hey everyone, Thanks for the feedback. I think we are in a state to merge this and continue with incremental changes. We should rather continuously improve the website instead of doing these stop-the-world all-or-nothing changes. ;-) The updated preview is still here: http://uce.github.io/flin

Re: [Question]Test failed in cluster mode

2015-05-14 Thread Stephan Ewen
We actually have work in progress to reduce the memory fragmentation, which should solve this issue. I hope it will be ready for the 0.9 release. On Thu, May 14, 2015 at 8:46 AM, Andra Lungu wrote: > Hi Yi, > > The problem here, as Stephan already suggested, is that you have a very > large job.

[jira] [Created] (FLINK-2012) addVertices, addEdges, removeVertices, removeEdges methods

2015-05-14 Thread Andra Lungu (JIRA)
Andra Lungu created FLINK-2012: -- Summary: addVertices, addEdges, removeVertices, removeEdges methods Key: FLINK-2012 URL: https://issues.apache.org/jira/browse/FLINK-2012 Project: Flink Issue Ty

Re: Hello Everyone

2015-05-14 Thread Robert Metzger
I think flink-spargel is missing the guava dependency. On Thu, May 14, 2015 at 8:18 AM, Aljoscha Krettek wrote: > @Robert, this seems like a problem with the Shading? > > On Thu, May 14, 2015 at 5:41 AM, Lokesh Rajaram > wrote: > > Thanks Aljioscha. I was able to change as recommended and able