Re: Spark 0.8.0 Compiling issues

2013-12-06 Thread Gustavo Enrique Salazar Torres
Thanks! I will do that. Cheers Gustavo On Fri, Dec 6, 2013 at 5:53 PM, Matei Zaharia wrote: > Yeah, unfortunately the reason it pops up more in 0.8.0 is because our > package names got longer! But if you just do the build in /tmp it will work. > > On Dec 6, 2013, at 11:35 AM, Josh Rosen wrote:

Re: Spark 0.8.0 Compiling issues

2013-12-06 Thread Matei Zaharia
Yeah, unfortunately the reason it pops up more in 0.8.0 is because our package names got longer! But if you just do the build in /tmp it will work. On Dec 6, 2013, at 11:35 AM, Josh Rosen wrote: > This isn't a Spark 0.8.0-specific problem. I googled for "sbt error filen > ame too long" and fo

Re: Spark 0.8.0 Compiling issues

2013-12-06 Thread Josh Rosen
This isn't a Spark 0.8.0-specific problem. I googled for "sbt error filen ame too long" and found a couple of links that suggest that this error may crop up for Linux users with encrypted filesystems or home directories: http://stackoverflow.com/questions/8404815/how-do-i-build-a-project-that-use

Spark 0.8.0 Compiling issues

2013-12-06 Thread Gustavo Enrique Salazar Torres
Hi there: I've trying to compile using sbt/sbt assembly and mvn clean package (with memory adjustments as suggested here http://spark.incubator.apache.org/docs/latest/building-with-maven.html). Unfortunately, compiling fails for both of them with the following error (here is with Maven but with SB