Skip to content

Commit

Permalink
Fix the use linkis table (#945)
Browse files Browse the repository at this point in the history
* ds_client properties
  • Loading branch information
jackxu2011 authored Aug 29, 2022
1 parent cdb1829 commit 71e5f5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@
<artifactId>dss-flow-execution-server</artifactId>

<dependencies>

<dependency>
<groupId>org.apache.linkis</groupId>
<artifactId>linkis-jobhistory</artifactId>
<version>${linkis.version}</version>
</dependency>
<dependency>
<groupId>org.apache.linkis</groupId>
<artifactId>linkis-entrance</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
wds.linkis.gateway.url=
wds.linkis.flow.job.creator.v1=DolphinScheduler
wds.linkis.flow.job.creator.v1=DolphinScheduler

#wds.linkis.spark.engine.version=2.4.3
#wds.linkis.hive.engine.version=2.3.3

0 comments on commit 71e5f5d

Please sign in to comment.