includetts commented on code in PR #18180:
URL:
https://github.com/apache/dolphinscheduler/pull/18180#discussion_r3108873192
##########
dolphinscheduler-task-plugin/dolphinscheduler-task-aliyunserverlessspark/src/main/java/org/apache/dolphinscheduler/plugin/task/aliyunserverlessspark/AliyunServerlessSparkTask.java:
##########
@@ -154,7 +154,7 @@ public void handle(TaskCallBack taskCallBack) throws
TaskException {
return aliyunServerlessSparkClient.startJobRun(
aliyunServerlessSparkParameters.getWorkspaceId(),
startJobRunRequest);
} catch (Exception e) {
- throw new AliyunServerlessSparkTaskException("Failed to start
job run!");
+ throw new AliyunServerlessSparkTaskException("Failed to start
job run! " + e.getMessage(), e);
Review Comment:
Okay, it has been modified
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]