Re: Ongoing Projects in stratosphere

2014-07-21 Thread Sudheer Sana
Hi I followed the link https://github.com/apache/incubator-flink/blob/0902829e4e9ef9a3a37ee6a89cfc52200796fd88/README.md#eclipse-setup-and-debugging for building the flink. when i am in this step cd stratosphere-dist /target/stratosphere-dist-0.5-SNAPSHOT-bin/stratosphere-0.5-SNAPSHOT/; Maven is s

Re: First Incubator Relase

2014-07-21 Thread Stephan Ewen
I have updated the LICENSE and NOTICE files with notices and licenses from all immediate subcomponents. NOTICE and LICENSE are available both in the root of the source repository, as well as in the root of the binary distribution. The DISCLAIMER (incubator requirement) is also in place. Could so

Re: Adding the streaming project to the main repository

2014-07-21 Thread Stephan Ewen
I suggested to go for "immutable" by default, because it is less error prone and gives better initial experience. Mutable objects is a switch for performance tuning then. I think people agreed with that. On Mon, Jul 21, 2014 at 1:48 PM, Stephan Ewen wrote: > Very good! > > We have an initial ef

Re: Adding the streaming project to the main repository

2014-07-21 Thread Stephan Ewen
Very good! We have an initial effort for that as well ( https://github.com/apache/incubator-flink/pull/66), so that aligns very well.

Re: Adding the streaming project to the main repository

2014-07-21 Thread Gyula Fóra
Hey, I have completely reworked the way we managed tuple serialization for streaming. Now it is possible for the user to call .setMutability(true) on an operator to enable object reuse at tuple deserialization. What do you think, what should be the default mutability setting for operators? We use

[jira] [Created] (FLINK-1031) Eclipse M2E cannot compile project

2014-07-21 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-1031: --- Summary: Eclipse M2E cannot compile project Key: FLINK-1031 URL: https://issues.apache.org/jira/browse/FLINK-1031 Project: Flink Issue Type: Bug Comp

Re: First Incubator Relase

2014-07-21 Thread Stephan Ewen
I have started going through all dependencies, collecting Licenses and Notices to place into our License and notice file.

Re: [jira] [Commented] (FLINK-1030) Cleanly separate the Instance Management and Resource Assignment

2014-07-21 Thread Till Rohrmann
+1 On Jul 21, 2014 4:32 PM, "Stephan Ewen (JIRA)" wrote: > > [ > https://issues.apache.org/jira/browse/FLINK-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14068367#comment-14068367 > ] > > Stephan Ewen commented on FLINK-1030: > --

Re: Guide/ tips to do preferred development for Flink?

2014-07-21 Thread Ufuk Celebi
Hey Henry, On 21 Jul 2014, at 09:18, Henry Saputra wrote: > What are your recommended setup to run and develop Flink locally? I use IntelliJ for day-to-day dev and testing and run everything inside the IDE. If you want to use real programs to test your code you can use JavaProgramTestBase for

Guide/ tips to do preferred development for Flink?

2014-07-21 Thread Henry Saputra
HI Guys, What are your recommended setup to run and develop Flink locally? I have been doing local Flink by going to flink-dist/target/ and run Flink from there. I was wondering if you guys have preferred way to do Flink development? Maybe we could add section about "Developing Flink" in the web