Skip to content

Commit 7128f55

Browse files
committed
Merge branch 'dev-1.21.0-hadoop3' of https://github.com/WeDataSphere/DataSphereStudio into dev-1.21.0-hadoop3
2 parents a1dfef7 + f243df0 commit 7128f55

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)