thx for mentioning the build requirement But actually it is -*D*scala-2.11 (i.e. -D for java property instead of -P for profile)
details: We can see this in the pom.xml <profile> <id>scala-2.11</id> <activation> <property><name>scala-2.11</name></property> </activation> <properties> <scala.version>2.11.7</scala.version> <scala.binary.version>2.11</scala.binary.version> </properties> </profile> So the scala-2.11 profile is activated by detecting the scala-2.11 system property being set 2015-11-24 10:01 GMT-08:00 Ted Yu <yuzhih...@gmail.com>: > See also: > > https://repository.apache.org/content/repositories/orgapachespark-1162/org/apache/spark/spark-core_2.11/v1.6.0-preview2/ > > w.r.t. building locally, please specify -Pscala-2.11 > > Cheers > > On Tue, Nov 24, 2015 at 9:58 AM, Stephen Boesch <java...@gmail.com> wrote: > >> HI Madabhattula >> Scala 2.11 requires building from source. Prebuilt binaries are >> available only for scala 2.10 >> >> From the src folder: >> >> dev/change-scala-version.sh 2.11 >> >> Then build as you would normally either from mvn or sbt >> >> The above info *is* included in the spark docs but a little hard to find. >> >> >> >> 2015-11-24 9:50 GMT-08:00 Madabhattula Rajesh Kumar <mrajaf...@gmail.com> >> : >> >>> Hi Ted, >>> >>> I'm not able find "spark-core_2.11 and spark-sql_2.11 jar files" in >>> above link. >>> >>> Regards, >>> Rajesh >>> >>> On Tue, Nov 24, 2015 at 11:03 PM, Ted Yu <yuzhih...@gmail.com> wrote: >>> >>>> See: >>>> >>>> http://search-hadoop.com/m/q3RTtF1Zmw12wTWX/spark+1.6+preview&subj=+ANNOUNCE+Spark+1+6+0+Release+Preview >>>> >>>> On Tue, Nov 24, 2015 at 9:31 AM, Madabhattula Rajesh Kumar < >>>> mrajaf...@gmail.com> wrote: >>>> >>>>> Hi Prem, >>>>> >>>>> Thank you for the details. I'm not able to build. I'm facing some >>>>> issues. >>>>> >>>>> Any repository link, where I can download (preview version of) 1.6 >>>>> version of spark-core_2.11 and spark-sql_2.11 jar files. >>>>> >>>>> Regards, >>>>> Rajesh >>>>> >>>>> On Tue, Nov 24, 2015 at 6:03 PM, Prem Sure <premsure...@gmail.com> >>>>> wrote: >>>>> >>>>>> you can refer..: >>>>>> https://people.apache.org/~pwendell/spark-nightly/spark-master-docs/latest/building-spark.html#building-with-buildmvn >>>>>> >>>>>> >>>>>> On Tue, Nov 24, 2015 at 7:16 AM, Madabhattula Rajesh Kumar < >>>>>> mrajaf...@gmail.com> wrote: >>>>>> >>>>>>> Hi, >>>>>>> >>>>>>> I'm not able to build Spark 1.6 from source. Could you please share >>>>>>> the steps to build Spark 1.16 >>>>>>> >>>>>>> Regards, >>>>>>> Rajesh >>>>>>> >>>>>> >>>>>> >>>>> >>>> >>> >> >