Re: Spark 1.5.0-SNAPSHOT broken with Scala 2.11

2015-06-29 Thread Alessandro Baretta
Steve, It was indeed a protocol buffers issue. I am able to build spark now. Thanks. On Mon, Jun 29, 2015 at 7:37 AM, Steve Loughran wrote: > > On 29 Jun 2015, at 11:27, Iulian Dragoș > wrote: > > > > On Mon, Jun 29, 2015 at 3:02 AM, Alessandro Baretta > wrote: > >> I am building the curren

Re: Spark 1.5.0-SNAPSHOT broken with Scala 2.11

2015-06-29 Thread Steve Loughran
On 29 Jun 2015, at 11:27, Iulian Dragoș mailto:iulian.dra...@typesafe.com>> wrote: On Mon, Jun 29, 2015 at 3:02 AM, Alessandro Baretta mailto:alexbare...@gmail.com>> wrote: I am building the current master branch with Scala 2.11 following these instructions: Type :help for more informatio

Re: Spark 1.5.0-SNAPSHOT broken with Scala 2.11

2015-06-29 Thread Iulian Dragoș
On Mon, Jun 29, 2015 at 3:02 AM, Alessandro Baretta wrote: > I am building the current master branch with Scala 2.11 following these > instructions: > > Building for Scala 2.11 > > To produce a Spark package compiled with Scala 2.11, use the -Dscala-2.11 > property: > > dev/change-version-to-2.1

Re: Spark 1.5.0-SNAPSHOT broken with Scala 2.11

2015-06-28 Thread Shixiong Zhu
Could you update your maven to 3.3.3? I'm not sure if this is a known issue but the exception message looks same. See https://github.com/apache/spark/pull/6770 Best Regards, Shixiong Zhu 2015-06-29 9:02 GMT+08:00 Alessandro Baretta : > I am building the current master branch with Scala 2.11 foll

Re: Spark 1.5.0-SNAPSHOT broken with Scala 2.11

2015-06-28 Thread Josh Rosen
The 2.11 compile build is going to be green because this is an issue with tests, not compilation. On Sun, Jun 28, 2015 at 6:30 PM, Ted Yu wrote: > Spark-Master-Scala211-Compile build is green. > > However it is not clear what the actual command is: > > [EnvInject] - Variables injected successful

Re: Spark 1.5.0-SNAPSHOT broken with Scala 2.11

2015-06-28 Thread Ted Yu
Spark-Master-Scala211-Compile build is green. However it is not clear what the actual command is: [EnvInject] - Variables injected successfully. [Spark-Master-Scala211-Compile] $ /bin/bash /tmp/hudson8945334776362889961.sh FYI On Sun, Jun 28, 2015 at 6:02 PM, Alessandro Baretta wrote: > I a

Spark 1.5.0-SNAPSHOT broken with Scala 2.11

2015-06-28 Thread Alessandro Baretta
I am building the current master branch with Scala 2.11 following these instructions: Building for Scala 2.11 To produce a Spark package compiled with Scala 2.11, use the -Dscala-2.11 property: dev/change-version-to-2.11.sh mvn -Pyarn -Phadoop-2.4 -Dscala-2.11 -DskipTests clean package Here's