Skip to content

Commit

Permalink
Build: work-around for runtime Guava ver miss-match
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Bezzubov <[email protected]>
  • Loading branch information
bzz committed Sep 22, 2017
1 parent d67fd98 commit a8b2331
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ script:
- ./sbt ++$TRAVIS_SCALA_VERSION jacoco:cover || travis_terminate 1
- ./sbt assembly
- ./_tools/getApacheSpark.sh "2.2.0" "2.7"
- ./spark/bin/spark-shell --jars ./target/scala-2.11/spark-api-uber.jar -i src/test/resources/SparkShellScript.scala
- ./spark/bin/spark-shell --jars ./target/scala-2.11/spark-api-uber.jar -i src/test/resources/SparkShellScript.scala --properties-file src/main/resources/spark-config.properties

after_success:
- bash <(curl -s https://codecov.io/bash)
3 changes: 3 additions & 0 deletions src/main/resources/spark-config.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
spark.driver.host=localhost
spark.driver.userClassPathFirst=true
spark.executor.userClassPathFirst=true

0 comments on commit a8b2331

Please sign in to comment.