Re: Dripping the Flink-on-Tez code for Flink 1.0

2016-01-14 Thread Ufuk Celebi
I’ve created an issue [1] and closed all other Tez issues. [1] https://issues.apache.org/jira/browse/FLINK-3235 > On 11 Jan 2016, at 02:52, Henry Saputra wrote: > > +1 > > I am always for simplifying our code base when possible. > > > > On Sunday, January 10, 2016, Stephan Ewen wrote: > >

Re: Dripping the Flink-on-Tez code for Flink 1.0

2016-01-10 Thread Henry Saputra
+1 I am always for simplifying our code base when possible. On Sunday, January 10, 2016, Stephan Ewen wrote: > I was typing with fat fingers again. Meant "dropping code" of course, not > "dripping" ;-) > > On Sun, Jan 10, 2016 at 11:55 AM, Fabian Hueske > wrote: > > > +1 > > > > 2016-01-08 1

Re: Dripping the Flink-on-Tez code for Flink 1.0

2016-01-10 Thread Stephan Ewen
I was typing with fat fingers again. Meant "dropping code" of course, not "dripping" ;-) On Sun, Jan 10, 2016 at 11:55 AM, Fabian Hueske wrote: > +1 > > 2016-01-08 17:35 GMT+01:00 Till Rohrmann : > > > +1 since it increase maintainability of the code base if it is not really > > used and thus re

Re: Dripping the Flink-on-Tez code for Flink 1.0

2016-01-10 Thread Fabian Hueske
+1 2016-01-08 17:35 GMT+01:00 Till Rohrmann : > +1 since it increase maintainability of the code base if it is not really > used and thus removed. > > On Fri, Jan 8, 2016 at 5:33 PM, Ufuk Celebi wrote: > > > +1 > > > > I wanted to make a similar proposal. > > > > – Ufuk > > > > > On 08 Jan 2016,

Re: Dripping the Flink-on-Tez code for Flink 1.0

2016-01-08 Thread Till Rohrmann
+1 since it increase maintainability of the code base if it is not really used and thus removed. On Fri, Jan 8, 2016 at 5:33 PM, Ufuk Celebi wrote: > +1 > > I wanted to make a similar proposal. > > – Ufuk > > > On 08 Jan 2016, at 17:03, Kostas Tzoumas wrote: > > > > for clarification, I was tal

Re: Dripping the Flink-on-Tez code for Flink 1.0

2016-01-08 Thread Ufuk Celebi
+1 I wanted to make a similar proposal. – Ufuk > On 08 Jan 2016, at 17:03, Kostas Tzoumas wrote: > > for clarification, I was talking about dropping the code, I am unsure about > the consequences of dripping code :-) > > On Fri, Jan 8, 2016 at 4:57 PM, Kostas Tzoumas wrote: > >> +1 from my

Re: Dripping the Flink-on-Tez code for Flink 1.0

2016-01-08 Thread Kostas Tzoumas
for clarification, I was talking about dropping the code, I am unsure about the consequences of dripping code :-) On Fri, Jan 8, 2016 at 4:57 PM, Kostas Tzoumas wrote: > +1 from my side > > Flink on Tez never got a lot of user traction. It served well as a > prototype of "this is possible", but

Re: Dripping the Flink-on-Tez code for Flink 1.0

2016-01-08 Thread Kostas Tzoumas
+1 from my side Flink on Tez never got a lot of user traction. It served well as a prototype of "this is possible", but since the core functionality will be subsumed by making Flink on YARN resource elastic, I don't see any reason we should have it as part of the Flink codebase. Best, Kostas On

Dripping the Flink-on-Tez code for Flink 1.0

2016-01-08 Thread Stephan Ewen
Hi all! Currently, Flink has a module to run batch program code on Tez rather than Flink's own distributed execution engine. I would suggest that we drop this code for the next release (1.0) as part of a code consolidation: - There seems little in both the Flink and the Tez community to use an