Re: SVN repo for the website is available

2014-06-09 Thread Henry Saputra
Create JIRA to enable svnpubsub: https://issues.apache.org/jira/browse/INFRA-7889 On Mon, Jun 9, 2014 at 9:57 PM, Henry Saputra wrote: > The svn repo for the website is available: > > https://svn.apache.org/repos/asf/incubator/flink/ > > I will ticket to enable svnpubsub on http://incubator.apac

SVN repo for the website is available

2014-06-09 Thread Henry Saputra
The svn repo for the website is available: https://svn.apache.org/repos/asf/incubator/flink/ I will ticket to enable svnpubsub on http://incubator.apache.org/flink/site - Henry

Re: Website transition

2014-06-09 Thread Henry Saputra
Just submitted website request for Flink, will file JIRA to INFRA to setup svnpubsub against it: " Submitted request { "version": 2, "source": "/incubator/flink/site/", "project": "flink", "backend": "svnpubsub" } svn add -- input/flink.json A input/flink.json svn commit -m 'fl

[jira] [Commented] (FLINK-838) GSoC Summer Project: Implement full Hadoop Compatibility Layer for Stratosphere

2014-06-09 Thread Artem Tsikiridis (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14025997#comment-14025997 ] Artem Tsikiridis commented on FLINK-838: Hello, here is an update for what happened

[jira] [Updated] (FLINK-916) Implement AvroOutputFormat

2014-06-09 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger updated FLINK-916: - Priority: Critical (was: Major) > Implement AvroOutputFormat > -- > >

[jira] [Commented] (FLINK-916) Implement AvroOutputFormat

2014-06-09 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14025728#comment-14025728 ] Robert Metzger commented on FLINK-916: -- This code from the *AvroOutputFormat.java* nee

[jira] [Commented] (FLINK-919) Added configuration subsection in webinterface

2014-06-09 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14025584#comment-14025584 ] Robert Metzger commented on FLINK-919: -- I tested the change locally and everything wor

Re: [jira] [Created] (FLINK-920) Rename code from Stratosphere to Flink

2014-06-09 Thread Ufuk Celebi
IntelliJ refactors comments as well. Sent from my iPhone > On 09 Jun 2014, at 19:05, "Robert Metzger (JIRA)" wrote: > > Robert Metzger created FLINK-920: > > > Summary: Rename code from Stratosphere to Flink > Key: FLINK-920 >

[jira] [Created] (FLINK-920) Rename code from Stratosphere to Flink

2014-06-09 Thread Robert Metzger (JIRA)
Robert Metzger created FLINK-920: Summary: Rename code from Stratosphere to Flink Key: FLINK-920 URL: https://issues.apache.org/jira/browse/FLINK-920 Project: Flink Issue Type: Task

[jira] [Assigned] (FLINK-920) Rename code from Stratosphere to Flink

2014-06-09 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger reassigned FLINK-920: Assignee: Robert Metzger > Rename code from Stratosphere to Flink >

Re: No programming model documentation for release 0.5?

2014-06-09 Thread Henry Saputra
I found the programming model is useful so I am +1 to add it again to the doc. - Henry On Mon, Jun 9, 2014 at 9:32 AM, Stephan Ewen wrote: > I think that was somewhat deliberately omitted, because that section had a > lot of overlap with the java api docs. > > Do you think we should add them aga

Re: Build System and nightly builds

2014-06-09 Thread Robert Metzger
Sean's answer sounded like its possible to avoid the ASF infrastructure in this case. Therefore, I looked through some old INFRA issues and found that there are projects that use Travis CI via the Github mirroring (including a delay ;) ). It also seems that Spark is using Amplab's Jenkins. But giv

Re: Build System and nightly builds

2014-06-09 Thread Stephan Ewen
We used Jenkins a while back. Worked decently and offered many hooks to run actions (deploy) after builds.

Re: No programming model documentation for release 0.5?

2014-06-09 Thread Stephan Ewen
I think that was somewhat deliberately omitted, because that section had a lot of overlap with the java api docs. Do you think we should add them again?

Re: Build System and nightly builds

2014-06-09 Thread Sean Owen
Jenkins is pretty widely used for CI. I have used it many times and find it just fine. It is a good default choice, yes. It can be set to poll for commits. Using the Apache infra is a good default too. For simplicity, yes I would put all snapshots in the Apache repo rather than an S3 bucket. My o

Re: Test

2014-06-09 Thread Henry Saputra
Cool, thx guys :) On Monday, June 9, 2014, Ted Dunning wrote: > Ack^2 > > > On Mon, Jun 9, 2014 at 8:24 AM, Robert Metzger > wrote: > > > It works > > > > Sent from my iPhone > > > > > On 09.06.2014, at 17:24, Henry Saputra > wrote: > > > > > > Can someone ACK please? > > >

Build System and nightly builds

2014-06-09 Thread Robert Metzger
Hi, until now, we were using Travis-CI, which is tightly integrated with GitHub. Travis-CI tested every pull request if it builds correctly (also, after an update to the PR). For every push to the "master" branch, it also tested the code and deployed new "nightly builds" to Amazon S3. In addition

Re: No programming model documentation for release 0.5?

2014-06-09 Thread Robert Metzger
Hi, Sorry for not answering your question. I got the mail but did not answer it since I'm not sure why we removed the programming model documentation for the 0.5 release. I looked through the git history

Re: Test

2014-06-09 Thread Ted Dunning
Ack^2 On Mon, Jun 9, 2014 at 8:24 AM, Robert Metzger wrote: > It works > > Sent from my iPhone > > > On 09.06.2014, at 17:24, Henry Saputra wrote: > > > > Can someone ACK please? >

Re: Website transition

2014-06-09 Thread Robert Metzger
Thank you! Sent from my iPhone > On 09.06.2014, at 17:22, Henry Saputra wrote: > > Sorry I missed this email. I will ticket to setup svn and the svnpubsub to > publish it. > > - Henrt > >> On Wednesday, June 4, 2014, Robert Metzger wrote: >> >> Okay. I have not yet filed a JIRA at INFRA but I c

Re: Test

2014-06-09 Thread Robert Metzger
It works Sent from my iPhone > On 09.06.2014, at 17:24, Henry Saputra wrote: > > Can someone ACK please?

Test

2014-06-09 Thread Henry Saputra
Can someone ACK please?

Re: Website transition

2014-06-09 Thread Henry Saputra
Sorry I missed this email. I will ticket to setup svn and the svnpubsub to publish it. - Henrt On Wednesday, June 4, 2014, Robert Metzger wrote: > Okay. I have not yet filed a JIRA at INFRA but I certainly will once its > necessary ;) > > Since we now have the commits@flink.i.a.o list, we are a

DeltaIterations: Solution set delta does not depend on workset

2014-06-09 Thread Christoph Viebig (lists)
Hi, in an university project at TU Berlin we are implementing the Random Forest algorithm on Stratosphere. We decided to use DeltaIterations to perform the computation. The algorithm will grow a random tree (a sort of decision tree) iteratively. In each iteration a new level of the tree is created

[jira] [Updated] (FLINK-887) Improve JobManager heap space memory configuration for YARN

2014-06-09 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger updated FLINK-887: - Component/s: YARN Client Description: just saw this while testing for the 0.5 release. The JM

[jira] [Assigned] (FLINK-887) Improve JobManager heap space memory configuration for YARN

2014-06-09 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger reassigned FLINK-887: Assignee: Robert Metzger > Improve JobManager heap space memory configuration for YARN > ---

Re: Flink's report

2014-06-09 Thread Robert Metzger
The reasoning behind this was that our project was ready to release a new version but the Apache infrastructure was not yet set up. Therefore, we decided (together with our mentors) to make a release outside Apache, while being formally accepted into the incubator. On Mon, Jun 9, 2014 at 5:12