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

casion 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 f6c98a847 set spark/hive env for docker helm configuratio (#3581)
f6c98a847 is described below

commit f6c98a847a83072778e30526534d0ce4481c046c
Author: aiceflower <[email protected]>
AuthorDate: Fri Sep 30 17:51:41 2022 +0800

    set spark/hive env for docker helm configuratio (#3581)
---
 .../helm/charts/linkis/templates/linkis-cg-engineconnmanager.yaml    | 4 ++++
 linkis-dist/package/conf/linkis-cg-entrance.properties               | 5 +++++
 2 files changed, 9 insertions(+)

diff --git 
a/linkis-dist/helm/charts/linkis/templates/linkis-cg-engineconnmanager.yaml 
b/linkis-dist/helm/charts/linkis/templates/linkis-cg-engineconnmanager.yaml
index 8e89cb584..cace29327 100644
--- a/linkis-dist/helm/charts/linkis/templates/linkis-cg-engineconnmanager.yaml
+++ b/linkis-dist/helm/charts/linkis/templates/linkis-cg-engineconnmanager.yaml
@@ -152,6 +152,10 @@ spec:
             {{- if eq .Values.linkis.featureGates.localMode false }}
             - name: HADOOP_CONF_DIR
               value: /etc/hadoop-conf
+            - name: HIVE_CONF_DIR
+              value: /etc/hive-conf
+            - name: SPARK_CONF_DIR
+              value: /etc/spark-conf
             {{- end }}
             - name: SERVER_HEAP_SIZE
               value: {{ .Values.cgEngineConnManager.jvmHeapSize }}
diff --git a/linkis-dist/package/conf/linkis-cg-entrance.properties 
b/linkis-dist/package/conf/linkis-cg-entrance.properties
index 6ef5b538d..f2d136f6e 100644
--- a/linkis-dist/package/conf/linkis-cg-entrance.properties
+++ b/linkis-dist/package/conf/linkis-cg-entrance.properties
@@ -24,5 +24,10 @@ 
wds.linkis.server.user.restful.uri.pass.auth=/actuator/prometheus,/api/rest_j/v1
 
 ## enable entrance label registration
 #spring.eureka.instance.metadata-map.route=et1
+
+## enable variable operation default vaule false
+# wds.linkis.variable.operation=true
+
+
 ##Spring
 spring.server.port=9104
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to