You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by GitBox <gi...@apache.org> on 2021/05/27 03:24:47 UTC

[GitHub] [kylin] xiacongling commented on a change in pull request #1653: KYLIN-4999 Make Spark3.1 compatible with hadoop2.7 and hive1.2 in standalone docker image

xiacongling commented on a change in pull request #1653:
URL: https://github.com/apache/kylin/pull/1653#discussion_r640260719



##########
File path: docker/dockerfile/standalone/Dockerfile_hadoop
##########
@@ -19,8 +19,8 @@
 FROM centos:7.9.2009
 
 ENV HIVE_VERSION 1.2.1
-ENV HADOOP_VERSION 2.8.5
-ENV SPARK_VERSION 2.4.7
+ENV HADOOP_VERSION 2.7.7
+ENV SPARK_VERSION 3.1.1

Review comment:
       可以用变量控制吗?默认用 2.4.7。通过打镜像的 .sh 脚本传入。




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org