Re: Gather a distributed dataset

2015-01-16 Thread Alexander Alexandrov
Thanks, I will have a look at your comments tomorrow and create a PR which should superseed 210. BTW, is there already a test case where I can see the suggested way to do staged execution in with the new ExecutionEnvironment API? I thought about your second remark as well. The following lines pitc

Re: [VOTE] Release Apache Flink 0.8.0 (RC3)

2015-01-16 Thread Stephan Ewen
- License and notice files look good - no 3rd party binaries - all examples run on a local one node cluster - plan visualizer works for all examples in the web client +1 Minor comment: the inception year in the root pom is set to 2015, when it should be 2014, but that is cosmetic. Am 16.01.2015 2

Re: [VOTE] Release Apache Flink 0.8.0 (RC3)

2015-01-16 Thread Fabian Hueske
Executed all example programs with provided data on JM-TM shared JVM (./start-local.sh) and on JM JVM + 1 TM JVM one the same machine (./start-cluster.sh with default config) using the command line client for the hadoop1 and hadoop2 packages. +1 2015-01-16 20:26 GMT+01:00 Robert Metzger : > I'm

Re: [VOTE] Release Apache Flink 0.8.0 (RC3)

2015-01-16 Thread Robert Metzger
I'm also against cancelling the release because of the broken plan visualizer. The issue persisted over the last releases and nobody complained about it yet. Also, only the yarn package is affected. Users usually download the other packages for local testing and development (because you don't have

Re: [VOTE] Release Apache Flink 0.8.0 (RC3)

2015-01-16 Thread Henry Saputra
Sigh, false alarm I was looking at my fork repo instead of the mirror :( I am an idiot, sorry guys On Friday, January 16, 2015, Henry Saputra wrote: > Marton, just curious that the changes for the 0.8-rc3 is not shown in > the https://github.com/hsaputra/flink/tree/release-0.8 or did I see > wr

Re: [VOTE] Release Apache Flink 0.8.0 (RC3)

2015-01-16 Thread Henry Saputra
Marton, just curious that the changes for the 0.8-rc3 is not shown in the https://github.com/hsaputra/flink/tree/release-0.8 or did I see wrong branch? - Henry On Thu, Jan 15, 2015 at 3:10 AM, Márton Balassi wrote: > Please vote on releasing the following candidate as Apache Flink version > 0.8.

Re: [VOTE] Release Apache Flink 0.8.0 (RC3)

2015-01-16 Thread Henry Saputra
The checksum files of source artifact look good The signature files is good Source compiled and tests passed Local tests work NOTICE, LICENSE files look good No executables 3rd party in source artifact License header exists +1 - Henry On Thu, Jan 15, 2015 at 3:10 AM, Márton Balassi wrote: > Pl

Re: [VOTE] Release Apache Flink 0.8.0 (RC3)

2015-01-16 Thread Henry Saputra
Dont think that is a blocker for the release. We could make release notes to indicate this problem. On Fri, Jan 16, 2015 at 8:25 AM, Till Rohrmann wrote: > Hi, > > I found an issue with the yarn binaries. > In flink-0.8.0-bin-hadoop2-yarn.tgz the plan visualizer does not work. The > reason is th

Re: [VOTE] Release Apache Flink 0.8.0 (RC3)

2015-01-16 Thread Till Rohrmann
It's the plan visualizer html file. On Fri, Jan 16, 2015 at 5:29 PM, Stephan Ewen wrote: > @Till Is this the plan visualizer html file, or the webclient? > > On Fri, Jan 16, 2015 at 5:25 PM, Till Rohrmann > wrote: > > > Hi, > > > > I found an issue with the yarn binaries. > > In flink-0.8.0-bin

[jira] [Created] (FLINK-1411) PlanVisualizer is not working

2015-01-16 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-1411: Summary: PlanVisualizer is not working Key: FLINK-1411 URL: https://issues.apache.org/jira/browse/FLINK-1411 Project: Flink Issue Type: Bug Repor

Re: Expression DataSets

2015-01-16 Thread Stephan Ewen
Very exciting! This looks amazing. It almost looks like half a SQL interface ;-) On Fri, Jan 16, 2015 at 11:04 AM, Aljoscha Krettek wrote: > Hi, > I did some work recently on adding support for SQL-like queries on top > of DataSets. (This is known as "named datasets" in the jira issue: > > http

Re: [VOTE] Release Apache Flink 0.8.0 (RC3)

2015-01-16 Thread Stephan Ewen
@Till Is this the plan visualizer html file, or the webclient? On Fri, Jan 16, 2015 at 5:25 PM, Till Rohrmann wrote: > Hi, > > I found an issue with the yarn binaries. > In flink-0.8.0-bin-hadoop2-yarn.tgz the plan visualizer does not work. The > reason is that the resources folder with the java

Re: [VOTE] Release Apache Flink 0.8.0 (RC3)

2015-01-16 Thread Till Rohrmann
Hi, I found an issue with the yarn binaries. In flink-0.8.0-bin-hadoop2-yarn.tgz the plan visualizer does not work. The reason is that the resources folder with the javascript files is not copied to flink-dist. I'm a little bit undecided wether this is a blocker or not. It is definitely a bad use

[jira] [Created] (FLINK-1410) Integrate Flink version variables into website layout

2015-01-16 Thread Robert Metzger (JIRA)
Robert Metzger created FLINK-1410: - Summary: Integrate Flink version variables into website layout Key: FLINK-1410 URL: https://issues.apache.org/jira/browse/FLINK-1410 Project: Flink Issue T

Re: Gather a distributed dataset

2015-01-16 Thread Stephan Ewen
@Alex That sounds great. I added a few inline comments to PR 210 and then it is good to merge. If you want, feel free to fix it up and we will merge it. Feel free to also add (or suggest and stub) more of such functions. Is that what you meant by "designing interfaces" ? Here is a thought that cr

Re: [VOTE] Release Apache Flink 0.8.0 (RC3)

2015-01-16 Thread Vasiliki Kalavri
Hi! I downloaded and ran a bunch of graph algorithms on a 6-node cluster. Found no problems :-) You have my +1, too. -V. On 16 January 2015 at 13:57, Robert Metzger wrote: > +1 > > Checked: > - SHA checksum of some files > - Maven staging repository files (md5 sums, hadoop versions) > - "mvn c

Re: [VOTE] Release Apache Flink 0.8.0 (RC3)

2015-01-16 Thread Robert Metzger
+1 Checked: - SHA checksum of some files - Maven staging repository files (md5 sums, hadoop versions) - "mvn clean install" in src file - started flink in local mode - dependencies in "lib/" look good. On Fri, Jan 16, 2015 at 12:41 PM, Aljoscha Krettek wrote: > +1 looks good now, quickstarts ha

Re: [VOTE] Release Apache Flink 0.8.0 (RC3)

2015-01-16 Thread Aljoscha Krettek
+1 looks good now, quickstarts have been fixed On Jan 15, 2015 12:14 PM, "Márton Balassi" wrote: > Please vote on releasing the following candidate as Apache Flink version > 0.8.0 > > This release will be the first major release for Flink as a top level > project. > >

Re: [VOTE] Release Apache Flink 0.8.0 (RC3)

2015-01-16 Thread Márton Balassi
Dear Flinkers, Please vote on our third release candidate if you can spare the time to check it. The vote is open for 48 hours now. Your release manager, Marton On Thu, Jan 15, 2015 at 12:10 PM, Márton Balassi wrote: > Please vote on releasing the following candidate as Apache Flink version >

Expression DataSets

2015-01-16 Thread Aljoscha Krettek
Hi, I did some work recently on adding support for SQL-like queries on top of DataSets. (This is known as "named datasets" in the jira issue: https://issues.apache.org/jira/browse/FLINK-947?jql=project%20%3D%20FLINK%20AND%20assignee%20%3D%20currentUser()%20AND%20resolution%20%3D%20Unresolved). I h

Re: flink git commit: [FLINK-1183] Generate gentle notification message when Flink is started with Java 6

2015-01-16 Thread Ufuk Celebi
Thanks for spotting this. On Thu, Jan 15, 2015 at 5:58 PM, Robert Metzger wrote: > Looks like this commit was pushed to the wrong branch. > > On Thu, Jan 15, 2015 at 5:10 PM, wrote: > > > Repository: flink > > Updated Branches: > > refs/heads/mastaer [created] 22fdf7668 > > > > > > [FLINK-118