mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Set spark and hadoop version to download
This commit is contained in:
parent
84b88e3e37
commit
50650bd3e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue