Subscribe

2015-08-16 Thread Rishitesh Mishra

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

2015-08-16 Thread Shivaram Venkataraman
I just investigated this and this is happening because of a Maven version requirement not being met. I'll look at modifying the build scripts to use Maven 3.3.3 (with build/mvn --force ?) Shivaram On Sun, Aug 16, 2015 at 10:16 AM, Olivier Girardot wrote: > Hi Patrick, > is there any way for the

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

2015-08-16 Thread Olivier Girardot
Hi Patrick, is there any way for the nightly build to include common distributions like : with/without hive/yarn support, hadoop 2.4, 2.6 etc... ? For now it seems that the nightly binary package builds actually ships only the source ? I can help on that too if you want, Regards, Olivier. 2015-0

[spark-csv] how to build with Hadoop 2.6.0?

2015-08-16 Thread Gil Vernik
I would like to build spark-csv with Hadoop 2.6.0 I noticed that when i build it with sbt/sbt ++2.10.4 package it build it with Hadoop 2.2.0 ( at least this is what i saw in the .ivy2 repository). How to define 2.6.0 during spark-csv build? By the way, is it possible to build spark-csv using mav