You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/azkaban/linkis-jobtype/src/main/java/com/webank/wedatasphere/dss/plugins/azkaban/linkis/jobtype/AzkabanDssJobType.java
+74-14Lines changed: 74 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
1
/*
2
2
* Copyright 2019 WeBank
3
-
*
4
3
* Licensed under the Apache License, Version 2.0 (the "License");
5
-
* you may not use this file except in compliance with the License.
4
+
* you may not use this file except in compliance with the License.
this.log.info("The content of the " + (i + 1) + "th resultset is :"
104
131
+ LinkisNodeExecutionImpl.getLinkisNodeExecution().getResult(this.job, i, LinkisJobExecutionConfiguration.RESULT_PRINT_SIZE.getValue(this.jobPropsMap)));
@@ -109,7 +136,7 @@ public void run() throws Exception {
Copy file name to clipboardExpand all lines: plugins/azkaban/linkis-jobtype/src/main/java/com/webank/wedatasphere/dss/plugins/azkaban/linkis/jobtype/conf/LinkisJobTypeConf.java
+5-10Lines changed: 5 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
1
/*
2
2
* Copyright 2019 WeBank
3
-
*
4
3
* Licensed under the Apache License, Version 2.0 (the "License");
5
-
* you may not use this file except in compliance with the License.
4
+
* you may not use this file except in compliance with the License.
Copy file name to clipboardExpand all lines: plugins/azkaban/linkis-jobtype/src/main/java/com/webank/wedatasphere/dss/plugins/azkaban/linkis/jobtype/job/AzkabanAppConnLinkisJob.java
+3-11Lines changed: 3 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
1
/*
2
2
* Copyright 2019 WeBank
3
-
*
4
3
* Licensed under the Apache License, Version 2.0 (the "License");
5
-
* you may not use this file except in compliance with the License.
4
+
* you may not use this file except in compliance with the License.
Copy file name to clipboardExpand all lines: plugins/azkaban/linkis-jobtype/src/main/java/com/webank/wedatasphere/dss/plugins/azkaban/linkis/jobtype/job/AzkabanAppJointLinkisReadJob.java
0 commit comments