mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
change the spark version of dockerfile
This commit is contained in:
parent
87480056a0
commit
3b68a5fefc
3 changed files with 7 additions and 7 deletions
|
|
@ -14,8 +14,8 @@
|
|||
# limitations under the License.
|
||||
FROM centos:centos6
|
||||
|
||||
ENV SPARK_PROFILE 2.0
|
||||
ENV SPARK_VERSION 2.0.0
|
||||
ENV SPARK_PROFILE 2.1
|
||||
ENV SPARK_VERSION 2.1.1
|
||||
ENV HADOOP_PROFILE 2.3
|
||||
ENV HADOOP_VERSION 2.3.0
|
||||
|
||||
|
|
|
|||
|
|
@ -14,9 +14,9 @@
|
|||
# limitations under the License.
|
||||
FROM centos:centos6
|
||||
|
||||
ENV SPARK_PROFILE 1.6
|
||||
ENV SPARK_VERSION 1.6.2
|
||||
ENV HADOOP_PROFILE 2.3
|
||||
ENV SPARK_PROFILE 2.1
|
||||
ENV SPARK_VERSION 2.1.1
|
||||
ENV HADOOP_PROFILE 2.7
|
||||
ENV SPARK_HOME /usr/local/spark
|
||||
|
||||
# Update the image with the latest packages
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@
|
|||
# limitations under the License.
|
||||
FROM centos:centos6
|
||||
|
||||
ENV SPARK_PROFILE 2.0
|
||||
ENV SPARK_VERSION 2.0.0
|
||||
ENV SPARK_PROFILE 2.1
|
||||
ENV SPARK_VERSION 2.1.1
|
||||
ENV HADOOP_PROFILE 2.7
|
||||
ENV HADOOP_VERSION 2.7.0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue