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 0dd69e799 fix: fix web ui request error for udf feature and datasource 
feature (#3449)
0dd69e799 is described below

commit 0dd69e799a0d5dab9e67dd8e023a104a58a8b0a4
Author: jack tao <[email protected]>
AuthorDate: Sun Sep 18 23:09:51 2022 +0800

    fix: fix web ui request error for udf feature and datasource feature (#3449)
    
    * fix: fix web ui request error for udf feature and datasource feature
---
 linkis-dist/helm/charts/linkis/templates/configmap-linkis-config.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/linkis-dist/helm/charts/linkis/templates/configmap-linkis-config.yaml 
b/linkis-dist/helm/charts/linkis/templates/configmap-linkis-config.yaml
index 53c64f647..ee23d7868 100644
--- a/linkis-dist/helm/charts/linkis/templates/configmap-linkis-config.yaml
+++ b/linkis-dist/helm/charts/linkis/templates/configmap-linkis-config.yaml
@@ -173,7 +173,7 @@ data:
     wds.linkis.home={{ .Values.linkis.locations.homeDir }}
     #Linkis governance station administrators
     wds.linkis.governance.station.admin=hadoop
-    
wds.linkis.gateway.conf.publicservice.list=query,jobhistory,application,configuration,filesystem,udf,variable,microservice,errorcode,bml,datasource
+    
#wds.linkis.gateway.conf.publicservice.list=query,jobhistory,application,configuration,filesystem,udf,variable,microservice,errorcode,bml,datasource
     spring.spring.servlet.multipart.max-file-size=500MB
     spring.spring.servlet.multipart.max-request-size=500MB
     # note:value of zero means Jetty will never write to disk.
@@ -258,7 +258,7 @@ data:
 
   linkis-ps-publicservice.properties: |
     wds.linkis.server.mdm.service.instance.expire-in-seconds=1800
-
+    linkis.workspace.filesystem.auto.create=true
     ##restful
     
wds.linkis.server.restful.scan.packages=org.apache.linkis.cs.server.restful,org.apache.linkis.datasourcemanager.core.restful,org.apache.linkis.metadata.query.server.restful,org.apache.linkis.jobhistory.restful,org.apache.linkis.variable.restful,org.apache.linkis.configuration.restful,org.apache.linkis.udf.api,org.apache.linkis.filesystem.restful,org.apache.linkis.filesystem.restful,org.apache.linkis.instance.label.restful,org.apache.linkis.metadata.restful.api,org.apache.linkis.cs.se
 [...]
 


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

Reply via email to