Re: [PROPOSAL] Switch from Guava futures vs Java 8 futures

2018-02-15 Thread Kenneth Knowles
For anyone just following the dev list, this is completed. On Fri, Feb 2, 2018 at 12:34 AM, Holden Karau wrote: > For what it's worth there exists a relatively easy Java8 to Scala future > conversion so this shouldn't cause an issue on the Spark runner. > > On Thu, Feb 1,

Re: [PROPOSAL] Switch from Guava futures vs Java 8 futures

2018-02-02 Thread Holden Karau
For what it's worth there exists a relatively easy Java8 to Scala future conversion so this shouldn't cause an issue on the Spark runner. On Thu, Feb 1, 2018 at 11:22 PM, Alexey Romanenko wrote: > +1, sounds great! > > Regards, > Alexey > > > On 2 Feb 2018, at 07:14,

Re: [PROPOSAL] Switch from Guava futures vs Java 8 futures

2018-02-01 Thread Alexey Romanenko
+1, sounds great! Regards, Alexey > On 2 Feb 2018, at 07:14, Thomas Weise wrote: > > +1 > > > On Thu, Feb 1, 2018 at 9:07 PM, Jean-Baptiste Onofré > wrote: > +1 > > Regards > JB > > On 02/01/2018 07:54 PM, Kenneth Knowles

Re: [PROPOSAL] Switch from Guava futures vs Java 8 futures

2018-02-01 Thread Thomas Weise
+1 On Thu, Feb 1, 2018 at 9:07 PM, Jean-Baptiste Onofré wrote: > +1 > > Regards > JB > > On 02/01/2018 07:54 PM, Kenneth Knowles wrote: > > Hi all, > > > > Luke, Thomas, and I had some in-person discussions about the use of Java > 8 > > futures and Guava futures in the

Re: [PROPOSAL] Switch from Guava futures vs Java 8 futures

2018-02-01 Thread Jean-Baptiste Onofré
+1 Regards JB On 02/01/2018 07:54 PM, Kenneth Knowles wrote: > Hi all, > > Luke, Thomas, and I had some in-person discussions about the use of Java 8 > futures and Guava futures in the portability support code. I wanted to bring > our > thoughts to the dev list for feedback. > > As

Re: [PROPOSAL] Switch from Guava futures vs Java 8 futures

2018-02-01 Thread Ismaël Mejía
+1 On Thu, Feb 1, 2018 at 9:53 PM, Romain Manni-Bucau wrote: > +1 indeed > > Le 1 févr. 2018 21:34, "Eugene Kirpichov" a écrit : >> >> Reducing dependency on Guava in favor of something Java-standard sounds >> great, +1. >> >> On Thu, Feb 1, 2018 at

Re: [PROPOSAL] Switch from Guava futures vs Java 8 futures

2018-02-01 Thread Romain Manni-Bucau
+1 indeed Le 1 févr. 2018 21:34, "Eugene Kirpichov" a écrit : > Reducing dependency on Guava in favor of something Java-standard sounds > great, +1. > > On Thu, Feb 1, 2018 at 11:53 AM Reuven Lax wrote: > >> Unless there's something that doesn't work in

Re: [PROPOSAL] Switch from Guava futures vs Java 8 futures

2018-02-01 Thread Reuven Lax
Unless there's something that doesn't work in Java 8 future, +1 to migrating. On Thu, Feb 1, 2018 at 10:54 AM, Kenneth Knowles wrote: > Hi all, > > Luke, Thomas, and I had some in-person discussions about the use of Java 8 > futures and Guava futures in the portability support

[PROPOSAL] Switch from Guava futures vs Java 8 futures

2018-02-01 Thread Kenneth Knowles
Hi all, Luke, Thomas, and I had some in-person discussions about the use of Java 8 futures and Guava futures in the portability support code. I wanted to bring our thoughts to the dev list for feedback. As background: - Java 5+ "Future" lacks the main purpose of future, which is async