You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2022/08/19 08:27:27 UTC

[incubator-linkis] branch dev-1.3.0 updated: [BUG] support set ldh component version to create image (#2887)

This is an automated email from the ASF dual-hosted git repository.

peacewong pushed a commit to branch dev-1.3.0
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.3.0 by this push:
     new 6cba5e5f9 [BUG] support set ldh component version to create image (#2887)
6cba5e5f9 is described below

commit 6cba5e5f920a7c24dd923e399e71532e1830bf88
Author: Aaron Lin <51...@users.noreply.github.com>
AuthorDate: Fri Aug 19 16:27:21 2022 +0800

    [BUG] support set ldh component version to create image (#2887)
---
 linkis-dist/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/linkis-dist/pom.xml b/linkis-dist/pom.xml
index 506bcbdaa..b5f4f94b8 100644
--- a/linkis-dist/pom.xml
+++ b/linkis-dist/pom.xml
@@ -321,6 +321,12 @@
                   <target if="linkis.build.ldh" name="linkis-ldh-image">
                     <echo message="Building linkis ldh (hadoop all in one) image ..."></echo>
                     <exec executable="sh" failonerror="true">
+                      <env key="HADOOP_VERSION" value="${ldh.hadoop.version}"></env>
+                      <env key="HIVE_VERSION" value="${ldh.hive.version}"></env>
+                      <env key="SPARK_VERSION" value="${ldh.spark.version}"></env>
+                      <env key="SPARK_HADOOP_VERSION" value="${ldh.spark.hadoop.version}"></env>
+                      <env key="FLINK_VERSION" value="${ldh.flink.version}"></env>
+                      <env key="ZOOKEEPER_VERSION" value="${ldh.zookeeper.version}"></env>
                       <arg value="${basedir}/docker/scripts/prepare-ldh-image.sh"></arg>
                     </exec>
                     <exec executable="docker" failonerror="true">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org