Skip to content

Commit f9e1bdc

Browse files
authored
Fix the use linkis table (#945)
* ds_client properties
1 parent 6a6b818 commit f9e1bdc

File tree

2 files changed

+4
-7
lines changed
  • dss-orchestrator/orchestrators/dss-workflow/dss-flow-execution-server
  • plugins/dolphinscheduler/dss-dolphinscheduler-client/src/main/resources

2 files changed

+4
-7
lines changed

dss-orchestrator/orchestrators/dss-workflow/dss-flow-execution-server/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@
2828
<artifactId>dss-flow-execution-server</artifactId>
2929

3030
<dependencies>
31-
32-
<dependency>
33-
<groupId>org.apache.linkis</groupId>
34-
<artifactId>linkis-jobhistory</artifactId>
35-
<version>${linkis.version}</version>
36-
</dependency>
3731
<dependency>
3832
<groupId>org.apache.linkis</groupId>
3933
<artifactId>linkis-entrance</artifactId>
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
wds.linkis.gateway.url=
2-
wds.linkis.flow.job.creator.v1=DolphinScheduler
2+
wds.linkis.flow.job.creator.v1=DolphinScheduler
3+
4+
#wds.linkis.spark.engine.version=2.4.3
5+
#wds.linkis.hive.engine.version=2.3.3

0 commit comments

Comments
 (0)