Re: Signal/Noise Ratio

2014-02-18 Thread Heiko Braun
26 AM, Pascal Voitot Dev < > pascal.voitot@gmail.com> wrote: > >> +1 >> >> >> On Tue, Feb 18, 2014 at 5:24 PM, Heiko Braun >> wrote: >> >>> >>> >>> Wouldn't it be better to move the github messages to a dedicated e

Signal/Noise Ratio

2014-02-18 Thread Heiko Braun
Wouldn't it be better to move the github messages to a dedicated email list? Regards, Heiko

SPARK-964 & related issues

2014-02-06 Thread Heiko Braun
Hi everybody, two questions, somehow related to the discussion about JDK 8 support [1]. - Has support for Spores [2] been considered/discussed already? - Scala 2.11 is due in the next few month [3]. Would this be a reasonable target version for spark 1.0? As far as I know, both JDK 8 support

Re: Proposal for Spark Release Strategy

2014-02-05 Thread Heiko Braun
If we could minimize the external dependencies, it would certainly be beneficial long term. > Am 06.02.2014 um 07:37 schrieb Mridul Muralidharan : > > > b) minimize external dependencies - some of them would go away/not be > actively maintained.

Re: Proposal for Spark Release Strategy

2014-02-05 Thread Heiko Braun
+1 on time boxed releases and compatibility guidelines > Am 06.02.2014 um 01:20 schrieb Patrick Wendell : > > Hi Everyone, > > In an effort to coordinate development amongst the growing list of > Spark contributors, I've taken some time to write up a proposal to > formalize various pieces of th

Re: Proposal for Spark Release Strategy

2014-02-05 Thread Heiko Braun
I would even take it further, when it comes to PR's: - any pr needs to reference a jira - the pr should be rebased before submitting, to avoid merge commits - as patrick said: require squashed commits /heiko > Am 06.02.2014 um 01:39 schrieb Mark Hamstra : > > I would strongly encourage that

Re: [VOTE] Graduation of Apache Spark

2014-01-29 Thread Heiko Braun
+1 > Am 30.01.2014 um 08:15 schrieb Stevo Slavić : > > +1 > > >> On Thu, Jan 30, 2014 at 2:09 AM, Jason Dai wrote: >> >> +1 >> >> >>> On Tue, Jan 28, 2014 at 2:43 AM, 冯俊峰 wrote: >>> >>> +1 On 2014-01-26 4:50 PM, "Matei Zaharia" wrote: Hi guys, Discussion has

Re: Moving to Typesafe Config?

2014-01-27 Thread Heiko Braun
ent from my iPhone > >> On Jan 27, 2014, at 8:13 AM, Heiko Braun wrote: >> >> Thanks Mark. >> >>> On 27 Jan 2014, at 17:05, Mark Hamstra wrote: >>> >>> Been done and undone, and will probably be redone for 1.0. See >>> https://mail.go

Re: Moving to Typesafe Config?

2014-01-27 Thread Heiko Braun
Thanks Mark. On 27 Jan 2014, at 17:05, Mark Hamstra wrote: > Been done and undone, and will probably be redone for 1.0. See > https://mail.google.com/mail/ca/u/0/#search/config/143a6c39e3995882 > > > On Mon, Jan 27, 2014 at 7:58 AM, Heiko Braun wrote: > >> >

Moving to Typesafe Config?

2014-01-27 Thread Heiko Braun
Is there any interest in moving to a more structured approach for configuring spark components? I.e. moving to the typesafe config [1]. Since spark already leverages akka, this seems to be a reasonable choice IMO. [1] https://github.com/typesafehub/config Regards, Heiko