Skip to content

Commit f243df0

Browse files
committed
Merge branch 'dev-1.21.0' into dev-1.21.0-hadoop3
2 parents 95d50e2 + 4981112 commit f243df0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • plugins/azkaban/linkis-jobtype/src/main/java/com/webank/wedatasphere/dss/plugins/azkaban/linkis/jobtype

plugins/azkaban/linkis-jobtype/src/main/java/com/webank/wedatasphere/dss/plugins/azkaban/linkis/jobtype/AzkabanDssJobType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public void run() throws Exception {
107107
String endLog = LinkisNodeExecutionImpl.getLinkisNodeExecution().getLog(this.job);
108108
info(endLog);
109109
} catch (Throwable e){
110-
info("Failed to get log", e);
110+
info("Skip fetching end log because no final log content is available from Linkis.");
111111
}
112112

113113
LinkisExecutionListener listener = (LinkisExecutionListener)LinkisNodeExecutionImpl.getLinkisNodeExecution();

0 commit comments

Comments
 (0)