[jira] [Created] (FLINK-1409) Connected datastream functionality broken since the introduction of intermediate results

2015-01-15 Thread Gyula Fora (JIRA)
Gyula Fora created FLINK-1409: - Summary: Connected datastream functionality broken since the introduction of intermediate results Key: FLINK-1409 URL: https://issues.apache.org/jira/browse/FLINK-1409 Proj

Re: The 'git rev-parse HEAD' command could end up in detached HEAD state

2015-01-15 Thread Henry Saputra
Ah ok, what I do usually is to rebase current master on top of my PR branch, then merge to master for pushing the change. - Henry On Thu, Jan 15, 2015 at 12:26 PM, Aljoscha Krettek wrote: > I meant rebasing the commits in a PR on top of the current master. So > that you don't need a merge commit

Re: The 'git rev-parse HEAD' command could end up in detached HEAD state

2015-01-15 Thread Aljoscha Krettek
I meant rebasing the commits in a PR on top of the current master. So that you don't need a merge commit and the history looks linear. On Thu, Jan 15, 2015 at 9:17 PM, Henry Saputra wrote: > Ah, so you were rebasing against a PR branch? > > - Henry > > On Thu, Jan 15, 2015 at 10:42 AM, Aljoscha K

Re: The 'git rev-parse HEAD' command could end up in detached HEAD state

2015-01-15 Thread Henry Saputra
Ah, so you were rebasing against a PR branch? - Henry On Thu, Jan 15, 2015 at 10:42 AM, Aljoscha Krettek wrote: > But you don't lose the original author information when rebasing. > > On Thu, Jan 15, 2015 at 7:28 PM, Ted Dunning wrote: >> On Thu, Jan 15, 2015 at 10:18 AM, Henry Saputra >> wrot

Re: The 'git rev-parse HEAD' command could end up in detached HEAD state

2015-01-15 Thread Aljoscha Krettek
But you don't lose the original author information when rebasing. On Thu, Jan 15, 2015 at 7:28 PM, Ted Dunning wrote: > On Thu, Jan 15, 2015 at 10:18 AM, Henry Saputra > wrote: > >> I do use Git rebase before pushing my own PRs. >> >> So, no one uses the script to merge PRs? >> >> I will send up

Re: The 'git rev-parse HEAD' command could end up in detached HEAD state

2015-01-15 Thread Ted Dunning
On Thu, Jan 15, 2015 at 10:18 AM, Henry Saputra wrote: > I do use Git rebase before pushing my own PRs. > > So, no one uses the script to merge PRs? > > I will send update to the script to fix it. > Manual rebase is a good standard of practice. I like looking in detail at what I am doing.

Re: The 'git rev-parse HEAD' command could end up in detached HEAD state

2015-01-15 Thread Henry Saputra
I use the tools to merge other people PRS bc it is useful to maintain original author info. I do use Git rebase before pushing my own PRs. So, no one uses the script to merge PRs? I will send update to the script to fix it. - Henry On Thursday, January 15, 2015, Fabian Hueske wrote: > Same h

Re: The 'git rev-parse HEAD' command could end up in detached HEAD state

2015-01-15 Thread Fabian Hueske
Same here On Jan 15, 2015 5:44 PM, "Alexander Alexandrov" < alexander.s.alexand...@gmail.com> wrote: > +1 for "git rebase" > > 2015-01-15 17:39 GMT+01:00 Aljoscha Krettek : > > > No, I always do a manual "git rebase". Makes for a cleaner history. And I > > have more control over how things are mer

[jira] [Created] (FLINK-1408) Add group sorting with expression key

2015-01-15 Thread Fabian Hueske (JIRA)
Fabian Hueske created FLINK-1408: Summary: Add group sorting with expression key Key: FLINK-1408 URL: https://issues.apache.org/jira/browse/FLINK-1408 Project: Flink Issue Type: Improvement

Re: Upgrading to Scala 2.11.x?

2015-01-15 Thread Alexander Alexandrov
Thanks for the pointer. I am not sure whether Sebastian's concern regarding libraries is a big issue, as 2.11 code is backwards-compatible with the non-deprecated part of the stable 2.10 API [1]. The discussion is also 6 months old by now and a similar issue has been recently resolved in Spark [2]

Re: Upgrading to Scala 2.11.x?

2015-01-15 Thread Robert Metzger
There has already been a discussion about this recently: http://apache-flink-incubator-mailing-list-archive.1008284.n3.nabble.com/Changing-Scala-Version-to-2-11-x-td1473.html On Thu, Jan 15, 2015 at 5:51 PM, Alexander Alexandrov < alexander.s.alexand...@gmail.com> wrote: > Currently, Flink uses S

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

2015-01-15 Thread Robert Metzger
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-1183] Generate gentle notification message when Flink is started > with Java 6 > > This closes #296. > >

Upgrading to Scala 2.11.x?

2015-01-15 Thread Alexander Alexandrov
Currently, Flink uses Scala 2.10.4 and relies on the macro paradise compiler plugin to get the quasi-quotes functionality. This makes the code incompatible with third-party add-ons that use macros written against a newer version of Scala. Scala 2.11 has been around for almost a year already. It

Re: The 'git rev-parse HEAD' command could end up in detached HEAD state

2015-01-15 Thread Alexander Alexandrov
+1 for "git rebase" 2015-01-15 17:39 GMT+01:00 Aljoscha Krettek : > No, I always do a manual "git rebase". Makes for a cleaner history. And I > have more control over how things are merged and squashed. > On Jan 15, 2015 5:27 PM, "Henry Saputra" wrote: > > > Oh, so you guys do not use the tools/

Re: The 'git rev-parse HEAD' command could end up in detached HEAD state

2015-01-15 Thread Aljoscha Krettek
No, I always do a manual "git rebase". Makes for a cleaner history. And I have more control over how things are merged and squashed. On Jan 15, 2015 5:27 PM, "Henry Saputra" wrote: > Oh, so you guys do not use the tools/merge_pull_request.sh script to merge > PRs? > > > - Henry > > On Thu, Jan 15

Re: The 'git rev-parse HEAD' command could end up in detached HEAD state

2015-01-15 Thread Henry Saputra
Oh, so you guys do not use the tools/merge_pull_request.sh script to merge PRs? - Henry On Thu, Jan 15, 2015 at 6:45 AM, Robert Metzger wrote: > Hi, > I think I remember something like this. I don't really use the tool. > Since I'm using the zsh I always know in which branch I am, so its no big

Re: The 'git rev-parse HEAD' command could end up in detached HEAD state

2015-01-15 Thread Robert Metzger
Hi, I think I remember something like this. I don't really use the tool. Since I'm using the zsh I always know in which branch I am, so its no big deal if the tool leaves me in a detached branch. Maybe we can think about removing the tool from the repo .. I don't know anybody using it. On Thu, Ja

[jira] [Created] (FLINK-1407) Enable log output (error level) for test cases

2015-01-15 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-1407: Summary: Enable log output (error level) for test cases Key: FLINK-1407 URL: https://issues.apache.org/jira/browse/FLINK-1407 Project: Flink Issue Type: Impr

[jira] [Created] (FLINK-1406) Windows compatibility

2015-01-15 Thread Max Michels (JIRA)
Max Michels created FLINK-1406: -- Summary: Windows compatibility Key: FLINK-1406 URL: https://issues.apache.org/jira/browse/FLINK-1406 Project: Flink Issue Type: Improvement Reporter:

[VOTE] Release Apache Flink 0.8.0 (RC3)

2015-01-15 Thread Márton Balassi
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. - The commit to be voted on is in the branch "release-0.8.0-rc3" (commit 03b95b

Re: Gather a distributed dataset

2015-01-15 Thread Ufuk Celebi
On 13 Jan 2015, at 16:50, Stephan Ewen wrote: > Hi! > > To follow up on what Ufuk explaned: > > - Ufuk is right, the problem is not getting the data set. > https://github.com/apache/flink/pull/210 does that for anything that is not > too gigantic, which is a good start. I think we should merge

Re: Gather a distributed dataset

2015-01-15 Thread Alexander Alexandrov
@Stephan: yes, I would like to contribute (e.g. I can design the interfaces and merge 210). Please reply with more information once you have the branch, I can find some time for that next week (on the expense of FLINK-1347 which hopefully can wait

Re: [CANCEL] [VOTE] Release Apache Flink 0.8.0 (RC2)

2015-01-15 Thread Márton Balassi
The decision of the vote is to cancel this package. On Mon, Jan 12, 2015 at 7:01 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. > > -