Change the build config to update spark 2.3 and update the scala dependence in bin/spark-perf
11 lines
155 B
YAML
11 lines
155 B
YAML
language: scala
|
|
scala:
|
|
- 2.11.8
|
|
sudo: false
|
|
jdk:
|
|
oraclejdk8
|
|
cache:
|
|
directories:
|
|
- $HOME/.ivy2
|
|
env:
|
|
- DBC_USERNAME="" DBC_PASSWORD="" DBC_URL="" |