Re: [ANNOUNCE] Nightly maven and package builds for Spark

2015-08-01 Thread Bharath Ravi Kumar
Thanks for fixing it. On Sun, Aug 2, 2015 at 3:17 AM, Patrick Wendell wrote: > Hey All, > > I got it up and running - it was a newly surfaced bug in the build scripts. > > - Patrick > > On Wed, Jul 29, 2015 at 6:05 AM, Bharath Ravi Kumar > wrote: > > Hey Patri

Re: [ANNOUNCE] Nightly maven and package builds for Spark

2015-07-29 Thread Bharath Ravi Kumar
gt; next day or two and nightly builds will resume. > > - Patrick > > On Fri, Jul 24, 2015 at 12:51 AM, Bharath Ravi Kumar > wrote: > > I noticed the last (1.5) build has a timestamp of 16th July. Have nightly > > builds been discontinued since then? > > > > Th

Re: [ANNOUNCE] Nightly maven and package builds for Spark

2015-07-26 Thread Bharath Ravi Kumar
hould be patched up in the > next day or two and nightly builds will resume. > > - Patrick > > On Fri, Jul 24, 2015 at 12:51 AM, Bharath Ravi Kumar > wrote: > > I noticed the last (1.5) build has a timestamp of 16th July. Have nightly > > builds been discontinued si

Re: [ANNOUNCE] Nightly maven and package builds for Spark

2015-07-24 Thread Bharath Ravi Kumar
I noticed the last (1.5) build has a timestamp of 16th July. Have nightly builds been discontinued since then? Thanks, Bharath On Sun, May 24, 2015 at 1:11 PM, Patrick Wendell wrote: > Hi All, > > This week I got around to setting up nightly builds for Spark on > Jenkins. I'd like feedback on t

Re: Spark on Mesos vs Yarn

2015-06-09 Thread Bharath Ravi Kumar
;d rather see it becoming mainstream. Thanks for your consideration. -Bharath On Thu, May 28, 2015 at 9:18 AM, Bharath Ravi Kumar wrote: > A follow up : considering that spark on mesos is indeed important to > databricks, its partners and the community, fundamental issues like > spark-6284 s

NPE calling reduceByKey on JavaPairRDD

2014-06-26 Thread Bharath Ravi Kumar
Hi, I've been encountering a NPE invoking reduceByKey on JavaPairRDD since upgrading to 1.0.0 . The issue is straightforward to reproduce with 1.0.0 and doesn't occur with 0.9.0. The stack trace is as follows: 14/06/26 21:05:35 WARN scheduler.TaskSetManager: Loss was due to java.lang.NullPointer

Re: LogisticRegression: Predicting continuous outcomes

2014-05-29 Thread Bharath Ravi Kumar
.ist.psu.edu/viewdoc/download?doi=10.1.1.101.2647&rep=rep1&type=pdf > > -- > Christopher T. Nguyen > Co-founder & CEO, Adatao <http://adatao.com> > linkedin.com/in/ctnguyen > > > > On Wed, May 28, 2014 at 11:18 AM, Bharath Ravi Kumar >wrote: > > &

LogisticRegression: Predicting continuous outcomes

2014-05-28 Thread Bharath Ravi Kumar
I'm looking to reuse the LogisticRegression model (with SGD) to predict a real-valued outcome variable. (I understand that logistic regression is generally applied to predict binary outcome, but for various reasons, this model suits our needs better than LinearRegression). Related to that I have th