Call for papers at In-Memory Computing Summit SF 2015

2015-04-24 Thread Konstantin Boudnik
Guys, I wanted to reach out to make sure you're aware about the coming industry first in-memory computing summit (http://imcsummit.org) that takes please in San Francisco on June 29-30, 2015. CFP closes on April 30th, so if you want to participate in the - submit your proposal by the deadline. It

Re: [DISCUSS] Necessity of Maven *and* SBT Build in Spark

2014-03-06 Thread Konstantin Boudnik
u can exclude jars (although i never had a need for > > this) and files in jars. > > > > for example i frequently remove log4j.properties, because for whatever > > reason hadoop decided to include it making it very difficult to use our own > > logging config. > >

Re: [DISCUSS] Necessity of Maven *and* SBT Build in Spark

2014-03-06 Thread Konstantin Boudnik
;> dependencySet, but provided will mark the entire dependency tree as > >>>>> excluded. It is also possible to exclude jar by jar, but this is > >>>>> pretty error prone and messy. > >>>>> > >>>>> On Tue, Feb 25, 2014 at 2:45 PM, Koert

Re: [DISCUSS] Necessity of Maven *and* SBT Build in Spark

2014-03-06 Thread Konstantin Boudnik
On Wed, Feb 26, 2014 at 09:22AM, Sean Owen wrote: > Side point -- "provides" scope is not the same as an exclude. > "provides" means, this artifact is used directly by this code (compile > time), but it is not necessary to package it, since it will be > available from a runtime container. Exclusion

Re: Assigning JIRA's to self

2014-03-12 Thread Konstantin Boudnik
Someone with proper karma needs to add you to the contributor list in the JIRA. Cos On Wed, Mar 12, 2014 at 02:19PM, Sujeet Varakhedi wrote: > Hi, > I am new to Spark and would like to contribute. I wanted to assign a task > to myself but looks like I do not have permission. What is the process i

Re: [DISCUSS] Necessity of Maven *and* SBT Build in Spark

2014-03-12 Thread Konstantin Boudnik
I think Kevin's point is somewhat different: there's no question that Sbt can be integrated into Maven ecosystem - mostly the repositories and artifact management, of course. However, Sbt is a niche build tool and is unlikely to be widely supported by engineering teams nor IT organizations. Sbt isn

Meetup invitation: Consensus based replication in Hadoop

2014-07-08 Thread Konstantin Boudnik
you soon! With regards, Cos On Wed, Jun 18, 2014 at 08:45PM, Konstantin Boudnik wrote: > Guys, > > In the last a couple of weeks, we had a very good and productive initial round > of discussions on the JIRAs. I think it is worthy to keep the momentum going > and have a more detaile

Re: [DISCUSS] Necessity of Maven *and* SBT Build in Spark

2014-02-25 Thread Konstantin Boudnik
On Fri, Feb 21, 2014 at 11:11AM, Patrick Wendell wrote: > Kos - thanks for chiming in. Could you be more specific about what is > available in maven and not in sbt for these issues? I took a look at > the bigtop code relating to Spark. As far as I could tell [1] was the > main point of integration