Re: Difficulties building spark-master with sbt

2018-02-08 Thread ds
Thanks for the answer, but that doesn't solve my problem. The cmd doesn't recognize ./build/sbt ('.\build\sbt' is not recognized as an internal or external command, operable program or batch file.), even when the full path to the sbt file is specified. I just realized that I haven't mentioned tha

Re: Difficulties building spark-master with sbt

2018-02-08 Thread Jacek Laskowski
Hi, s,sbt ./build/sbt,./build/sbt In other words, don't execute sbt with ./build/sbt, but ./build/sbt itself (you don't even have to install sbt to build spark as it's included in the repo and the script uses it internally) Pozdrawiam, Jacek Laskowski https://about.me/JacekLaskowski Masteri

Re: Difficulties building spark-master with sbt

2018-02-07 Thread Sean Owen
The master SBT builds seem OK, like: https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-master-test-sbt-hadoop-2.7/ It looks like an issue between Windows, SBT, and your env I think. On Wed, Feb 7, 2018 at 5:12 PM ds wrote: > After cloning today's version of s

Difficulties building spark-master with sbt

2018-02-07 Thread ds
After cloning today's version of spark-master, I run the following command: S:\spark-master>sbt ./build/sbt -Pyarn -Phadoop-2.7 -Dhadoop.version=2.7.0 -Phive -Phive-thriftserver clean package with the intention of building both the source and test projects and generating the corresponding .jar fil