apache / linkis

Apache Linkis builds a computation middleware layer to facilitate connection, governance and orchestration between the upper applications and the underlying data engines.
https://linkis.apache.org/
Apache License 2.0
3.32k stars 1.17k forks source link

[Bug] DSS compatiable with linkis 1.3.1 #4069

Closed peacewong closed 1 year ago

peacewong commented 1 year ago

Search before asking

Linkis Component

linkis-computation-governance

Steps to reproduce

1.Compile the DSS project 2.Compilation failed

Expected behavior

compile fine

Your environment

Anything else

  1. dss-flow-execution-server miss linkis-scheduler scheduler.

        <dependency>
            <groupId>org.apache.linkis</groupId>
            <artifactId>linkis-scheduler</artifactId>
            <version>${linkis.version}</version>
        </dependency>
  2. dss-orchestrator/orchestrators/dss-workflow/dss-flow-execution-server/src/main/java/com/webank/wedatasphere/dss/flow/execution/entrance/persistence/WorkflowPersistenceEngine.java should remove the subJob related methods

@Override
    public void persist(SubJobInfo subjobInfo) throws ErrorException {

    }
 @Override
    public void updateIfNeeded(SubJobInfo subJobInfo) throws ErrorException {

    }

    @Override
    public SubJobDetail retrieveJobDetailReq(Long jobDetailId) throws ErrorException {
        return null;
    }

Are you willing to submit a PR?

github-actions[bot] commented 1 year ago

:blush: Welcome to the Apache Linkis (incubating) community!!

We are glad that you are contributing by opening this issue.

Please make sure to include all the relevant context. We will be here shortly.

If you are interested in contributing to our website project, please let us know! You can check out our contributing guide on :point_right: How to Participate in Project Contribution.

Community

WeChat Assistant WeChat Public Account

Mailing Lists

name description Subscribe Unsubscribe archive
dev@linkis.apache.org community activity information subscribe unsubscribe archive