diff --git a/.travis.yml b/.travis.yml index 4bddc3a..160e798 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ env: - ZEPPELIN_VERSION=v0.7.2 SPARK_VERSION=2.0.2 HADOOP_VERSION=2.7 - ZEPPELIN_VERSION=v0.7.2 SPARK_VERSION=2.1.1 HADOOP_VERSION=2.7 - ZEPPELIN_VERSION=v0.8.0 SPARK_VERSION=2.3.2 HADOOP_VERSION=2.7 + - ZEPPELIN_VERSION=v0.8.1 SPARK_VERSION=2.0.2 HADOOP_VERSION=2.7 - ZEPPELIN_VERSION=v0.8.1 SPARK_VERSION=2.1.1 HADOOP_VERSION=2.7 before_script: diff --git a/README.md b/README.md index 93d78b8..a3923e9 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Docker image for starting [Apache Zeppelin](https://zeppelin.apache.org/). +List of the [Supported Interpreters](https://zeppelin.apache.org/supported_interpreters.html). + ## Usage You can either start the image directly with Docker, or use the [Nomad-Docker-Wrapper](https://github.com/Data-Science-Platform/nomad-docker-wrapper) if you are running your containers on Nomad.