mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Use only local helium registry to run test
This commit is contained in:
parent
9fabeae1ce
commit
f562b1219f
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ before_script:
|
|||
- travis_retry ./testing/downloadSpark.sh $SPARK_VER $HADOOP_VER
|
||||
- ./testing/setupLivy.sh
|
||||
- echo "export SPARK_HOME=`pwd`/spark-$SPARK_VER-bin-hadoop$HADOOP_VER" > conf/zeppelin-env.sh
|
||||
- echo "export ZEPPELIN_HELIUM_REGISTRY=helium" >> conf/zeppelin-env.sh
|
||||
- tail conf/zeppelin-env.sh
|
||||
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in a new issue