From 64aeb55f25b4c21102fa65f6a8afaba138404467 Mon Sep 17 00:00:00 2001 From: Stanislav Khotinok Date: Mon, 1 Apr 2019 16:37:32 +0200 Subject: [PATCH] DSP-2157 Added build for zeppelin 0.8.1 with spark 2.0.2 and hadoop 2.7 --- .travis.yml | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) 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.