Set spark and hadoop version to download

This commit is contained in:
Mina Lee 2016-12-02 22:52:48 +09:00
parent 84b88e3e37
commit 50650bd3e6

View file

@ -40,7 +40,7 @@ matrix:
include:
# Test License compliance using RAT tool
- jdk: "oraclejdk7"
env: SCALA_VER="2.11" PROFILE="-Prat" BUILD_FLAG="clean" TEST_FLAG="org.apache.rat:apache-rat-plugin:check" TEST_PROJECTS=""
env: SCALA_VER="2.11" SPARK_VER="2.0.1" HADOOP_VER="2.3" PROFILE="-Prat" BUILD_FLAG="clean" TEST_FLAG="org.apache.rat:apache-rat-plugin:check" TEST_PROJECTS=""
# Test all modules with spark 2.0.1 and scala 2.11
- jdk: "oraclejdk7"