lightbend / mesos-spark-integration-tests

Mesos Integration Tests on Docker/Ec2
16 stars 9 forks source link

Spark home jar files are in the "lib" directory, not the "jars" directory. #87

Closed deanwampler closed 8 years ago

deanwampler commented 8 years ago

This causes the spark-ops script jenkins.sh to fail.

skonto commented 8 years ago

No its not a bug you have to build the spark project and use that build. This is done by the jenkins.sh script as well... Dont use a downloaded jar. Moreover, It used to be libs but the build process changed, now uses jars, pls use latest branch (master), we always build against the latest version. Check my old PR which fixed that (things changed in the build process for 2.0.0).

deanwampler commented 8 years ago

I see.