Re: [DISCUSS] Git force pushing and deletion of branchs

2016-01-13 Thread Aljoscha Krettek
+1 on protecting the master > On 13 Jan 2016, at 14:46, Márton Balassi wrote: > > +1 > > On Wed, Jan 13, 2016 at 12:37 PM, Matthias J. Sax wrote: > >> +1 >> >> On 01/13/2016 11:51 AM, Fabian Hueske wrote: >>> @Stephan: You mean all tags should be protected, not only those under >> rel? >>> >

Re: [DISCUSS] Remove Combinable Annotation from DataSet API

2016-01-13 Thread Aljoscha Krettek
I’m also for Approach #1. I like simplifying things. > On 13 Jan 2016, at 14:25, Vasiliki Kalavri wrote: > > Hi, > > ​+1 for removing the Combinable annotation​. Approach 1 sounds like the > best option to me. > > > On 13 January 2016 at 14:11, Till Rohrmann wrote: > >> Hi Fabian, >> >> tha

[jira] [Created] (FLINK-3232) Add option to eagerly deploy channels

2016-01-13 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3232: -- Summary: Add option to eagerly deploy channels Key: FLINK-3232 URL: https://issues.apache.org/jira/browse/FLINK-3232 Project: Flink Issue Type: Improvement

Re: [DISCUSS] Git force pushing and deletion of branchs

2016-01-13 Thread Márton Balassi
+1 On Wed, Jan 13, 2016 at 12:37 PM, Matthias J. Sax wrote: > +1 > > On 01/13/2016 11:51 AM, Fabian Hueske wrote: > > @Stephan: You mean all tags should be protected, not only those under > rel? > > > > 2016-01-13 11:43 GMT+01:00 Till Rohrmann : > > > >> +1 for protecting the master branch. > >>

Re: [DISCUSS] Remove Combinable Annotation from DataSet API

2016-01-13 Thread Vasiliki Kalavri
Hi, ​+1 for removing the Combinable annotation​. Approach 1 sounds like the best option to me. On 13 January 2016 at 14:11, Till Rohrmann wrote: > Hi Fabian, > > thanks for bringing this issue up. I agree with you that it would be nice > to remove the Combinable annotation if it is not really

Re: [DISCUSS] Remove Combinable Annotation from DataSet API

2016-01-13 Thread Till Rohrmann
Hi Fabian, thanks for bringing this issue up. I agree with you that it would be nice to remove the Combinable annotation if it is not really needed. Now if people are not aware of the Combinable interface then they might think that they are actually using combiners by simply implementing CombineFu

[DISCUSS] Remove Combinable Annotation from DataSet API

2016-01-13 Thread Fabian Hueske
Hi everybody, As part of the upcoming 1.0 release we are stabilizing Flink's APIs. I would like to start a discussion about removing the Combinable annotation from the DataSet API. # The Current State: The DataSet API offers two interface for combine functions, CombineFunction and GroupComb

Re: [DISCUSS] Git force pushing and deletion of branchs

2016-01-13 Thread Matthias J. Sax
+1 On 01/13/2016 11:51 AM, Fabian Hueske wrote: > @Stephan: You mean all tags should be protected, not only those under rel? > > 2016-01-13 11:43 GMT+01:00 Till Rohrmann : > >> +1 for protecting the master branch. >> >> On Wed, Jan 13, 2016 at 11:42 AM, Li, Chengxiang >> wrote: >> >>> +1 on the

[jira] [Created] (FLINK-3231) Handle Kinesis-side resharding in Kinesis streaming consumer

2016-01-13 Thread Tzu-Li (Gordon) Tai (JIRA)
Tzu-Li (Gordon) Tai created FLINK-3231: -- Summary: Handle Kinesis-side resharding in Kinesis streaming consumer Key: FLINK-3231 URL: https://issues.apache.org/jira/browse/FLINK-3231 Project: Flink

Re: [DISCUSS] Git force pushing and deletion of branchs

2016-01-13 Thread Fabian Hueske
@Stephan: You mean all tags should be protected, not only those under rel? 2016-01-13 11:43 GMT+01:00 Till Rohrmann : > +1 for protecting the master branch. > > On Wed, Jan 13, 2016 at 11:42 AM, Li, Chengxiang > wrote: > > > +1 on the original style. > > Master branch disable force pushing in ca

Re: [DISCUSS] Git force pushing and deletion of branchs

2016-01-13 Thread Till Rohrmann
+1 for protecting the master branch. On Wed, Jan 13, 2016 at 11:42 AM, Li, Chengxiang wrote: > +1 on the original style. > Master branch disable force pushing in case of misusing and feature branch > enable force pushing for flexible developing. > > -Original Message- > From: Gyula Fóra

RE: [DISCUSS] Git force pushing and deletion of branchs

2016-01-13 Thread Li, Chengxiang
+1 on the original style. Master branch disable force pushing in case of misusing and feature branch enable force pushing for flexible developing. -Original Message- From: Gyula Fóra [mailto:gyf...@apache.org] Sent: Wednesday, January 13, 2016 6:36 PM To: dev@flink.apache.org Subject: Re

Re: [DISCUSS] Git force pushing and deletion of branchs

2016-01-13 Thread Stephan Ewen
+1 Important to protect the master. I think we should also protect Tags. On Wed, Jan 13, 2016 at 11:36 AM, Gyula Fóra wrote: > +1 for protecting the master branch. > > I also don't see any reason why anyone should force push there > > Gyula > > Fabian Hueske ezt írta (időpont: 2016. jan. 13.,

[jira] [Created] (FLINK-3230) Kinesis streaming producer

2016-01-13 Thread Tzu-Li (Gordon) Tai (JIRA)
Tzu-Li (Gordon) Tai created FLINK-3230: -- Summary: Kinesis streaming producer Key: FLINK-3230 URL: https://issues.apache.org/jira/browse/FLINK-3230 Project: Flink Issue Type: Sub-task

Re: [DISCUSS] Git force pushing and deletion of branchs

2016-01-13 Thread Gyula Fóra
+1 for protecting the master branch. I also don't see any reason why anyone should force push there Gyula Fabian Hueske ezt írta (időpont: 2016. jan. 13., Sze, 11:07): > Hi everybody, > > Lately, ASF Infra has changed the write permissions of all Git repositories > twice. > > Originally, it wa

[DISCUSS] Git force pushing and deletion of branchs

2016-01-13 Thread Fabian Hueske
Hi everybody, Lately, ASF Infra has changed the write permissions of all Git repositories twice. Originally, it was not possible to force into the master branch. A few weeks ago, infra disabled also force pushing into other branches. Now, this has changed again after the issue was discussed with

[jira] [Created] (FLINK-3229) Kinesis consumer with integration of Flink's checkpointing mechanics

2016-01-13 Thread Tzu-Li (Gordon) Tai (JIRA)
Tzu-Li (Gordon) Tai created FLINK-3229: -- Summary: Kinesis consumer with integration of Flink's checkpointing mechanics Key: FLINK-3229 URL: https://issues.apache.org/jira/browse/FLINK-3229 Projec