WeBankFinTech / DataSphereStudio

DataSphereStudio is a one stop data application development& management portal, covering scenarios including data exchange, desensitization/cleansing, analysis/mining, quality measurement, visualization, and task scheduling.
https://github.com/WeBankFinTech/DataSphereStudio-Doc
Apache License 2.0
3.04k stars 999 forks source link

[Feature] Linkis jobtype plugin log printing optimization #1091

Closed wxyn closed 1 year ago

wxyn commented 1 year ago

Search before asking

Problem Description

On the scheduling side, we now want to obtain real-time execution logs of the Linkis task to filter the taskId. Currently, the Linkis plugin does not use methods such as the information provided by the parent class AbstractJob in scheduling to print job logs. Therefore, scheduling cannot obtain real-time log information. Please modify the log printing method here.

Description

No response

Use case

No response

solutions

Modify the log printing method of the plugin JobType and use the info method of the parent class AbstractJob provided by schedulis to enable schedulis to obtain real-time log information

Anything else

No response

Are you willing to submit a PR?

zqburde commented 1 year ago

Add it in DSS1.1.2