Search before asking
DSS Component
dss-appconn
What happened + What you expected to happen
Now the result sets of some task logs of the schedulis are printed too long, affecting the wtss task log view, and the optimization is to limit the print result set to the first 1024 characters.

Relevent platform
no
Reproduction script
no
Anything else
After calling getLinkisNodeExecution().getresult () in the run() method of the AzkabanDssJobType class to obtain the linkis result set, print the first 1024 characters for each result set.
Modification point:

Are you willing to submit a PR?